Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1012 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 1012 Bytes

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 : 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): Empty Chat A Message... Chat with Codeblocks Chat with Codeblocks in Dark Mode Dark Mode

Have a try and a star. You can use my ChatGPT UI but make sure to thank me!

Running

npm install
npm run dev