About ChatGPT Clone

What is this?

This is a fully functional ChatGPT clone that allows you to interact with OpenAI's GPT models using your own API key. It provides a clean, modern interface similar to the official ChatGPT experience.

The application is built with modern web technologies including HTML, CSS (Tailwind), and JavaScript. It features a responsive design that works on all devices.

How to Use

  1. Obtain an API key from OpenAI Platform
  2. Enter your API key in the configuration section on the home page
  3. Start chatting with the AI assistant by typing messages in the input field
  4. Your conversations are private and not stored on any servers

Privacy & Security

Your API key is stored locally in your browser's localStorage and is never sent to any server except OpenAI's official API endpoints. We do not collect or store any of your conversation data.

This is an open-source project for educational purposes. You can view the source code on GitHub.