Skip to content

Instantly share code, notes, and snippets.

@fordnox
Last active February 11, 2025 09:38
Show Gist options
  • Save fordnox/36c4f36284b462db89f08bc58932522a to your computer and use it in GitHub Desktop.
Save fordnox/36c4f36284b462db89f08bc58932522a to your computer and use it in GitHub Desktop.
Frontend Task

Task Definition for Frontend Web Developer: Candy.ai Clone

Current status

There is existing code based on Django REST that exports OpenAPI specification for all calls that are needed for the frontend. Currently there is a Django views frontend, but we need to switch to React front for better experience.

Overview

The task is to create a clone of the Candy.ai website, focusing on a mobile-first approach and subsequently adapting it for desktop. The clone should utilize Next.js as the frontend framework and integrate with a backend using OpenAPI (Swagger) specifications. The design should leverage the Preline framework, which is based on Tailwind CSS, to replicate elements from Candy.ai without needing a specific design.

Project Scope

The project involves replicating the core functionalities and design elements of Candy.ai, a platform known for its customizable AI companion experience. The clone should include the following features:

  1. All Pages from Candy.ai: The flow is exacly the same as in Candy.ai. User can interact with website, until the level 2 interaction. Level 2 interaction - when REST API returns "Not authorized" response, show login modal.
  2. AI Companion Customization: Allow users to customize their virtual partners' appearance, personality traits, and interests.
  3. AI Technologies: No need to implement natural language processing, machine learning, and computer vision to facilitate realistic dialogues and AI-generated imagery.
  4. Freemium Model Features: Include features like unlimited text messages, image generation, and voice messaging.
  5. Data Privacy and Security: Ensure compliance with data protection laws and implement data encryption for all conversations.
  6. Emotional Support and Personal Connections: Offer features like AI-generated voice messages and role-play scenarios.

Technical Requirements

Frontend Framework

  • Next.js: Utilize Next.js for its server-side rendering (SSR) and static site generation (SSG) capabilities, which are crucial for optimizing mobile performance and improving SEO.
  • Mobile-First Design: Implement responsive design using media queries and flexible units to ensure seamless adaptation across various screen sizes.
  • Dynamic Server Rendering: Use dynamic server rendering to improve mobile performance by generating HTML on the server side.

Design Framework

  • Preline (Tailwind CSS): Use Preline to replicate design elements from Candy.ai, ensuring a consistent and modern UI without the need for a specific design.

Backend Integration

  • OpenAPI (Swagger) Specification: Define and document the API endpoints using OpenAPI specifications to facilitate seamless integration with the backend.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment