A modern, responsive chat interface inspired by DeepSeek, built using React, Tailwind CSS, and the DeepSeek, OpenAI API. This project supports Markdown rendering, streaming responses, and persistent chat history using local storage.
Live version https://67dc1b37aebdab1d5e7ebc49--cozy-biscotti-3f96f8.netlify.app/
The demo showcases the chat interface, streaming responses, Markdown rendering, and persistent chat history.
To use this application, you need an API key from either OpenAI or DeepSeek . Follow the steps below to obtain and configure your API key.
Visit the DeepSeek Platform and sign up for an account if you don’t already have one.
- Once logged in, navigate to the API Keys section of your account dashboard.
- Generate a new API key and copy it.
Visit the OpenAI Platform and sign up for a free account if you don’t already have one.
- Once logged in, navigate to the API Keys section .
- Click "Create new secret key" and copy the generated key.
yarn install
yarn dev
This project is licensed under the MIT License.