Skip to content

AtoBrightSide/chatgpt-clone-next

Repository files navigation

ChatGPT Clone with Message Branching

This project is a simplified ChatGPT clone with a focus on implementing message branching functionality. It allows users to edit their original prompts, view previous versions, and see related follow-up messages for each branch of the conversation.

Features

  • Basic chat interface
  • Message branching functionality
    • Edit original prompts
    • View previous versions of prompts
    • Display related follow-up messages for each branch

Tech Stack

  • Frontend: Next.js, TypeScript
  • Backend: Supabase (PostgreSQL)
  • Styling: Tailwind CSS