https://github.com/devashish2024/chatgpt-clone
https://github.com/devashish2024/chatgpt-clone
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devashish2024/chatgpt-clone
- Owner: devashish2024
- License: mit
- Created: 2024-04-10T15:46:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T13:45:34.000Z (about 2 years ago)
- Last Synced: 2024-08-22T15:48:04.370Z (almost 2 years ago)
- Language: JavaScript
- Homepage: http://ashishagarwal.is-a.dev/chatgpt-clone/
- Size: 646 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ChatGPT Clone
> [!NOTE]
> This project or FreeGPT is not affiliated to ChatGPT. It is only for educational purposes.
This is a full-stack project I made using Next.js. This project is a complete working ChatGPT clone. I designed the whole GPT UI with Tailwind CSS myself. Here's what I used for this:
- Tailwind CSS: design
- Next.js: library
- Remark: Markdown rendering
Specifically, my own library:
- [FreeGPT.js](https://freegpt.js.org/) : the stable free library for ChatGPT
## Features
- Free, unlimited messages & Chats
- Markdown rendering of links and headings
- A good feel
- **(NEW)** Code Blocks Styling - just design :P
- **(NEW)** Dark Mode - because why not!
Here are some screenshots too (not latest :P):





Have a try and a star. You can use my ChatGPT UI but make sure to thank me!
## Running
```bash
npm install
npm run dev
```