A Responsive chat application with ChatGPT and Next.Js

Next.js ChatGPT πŸ€–πŸ’¬

Welcome to nextjs-chatgpt-app! πŸŽ‰πŸš€ Responsive chat application powered by OpenAI’s GPT-4, with chat streaming, code highlighting, code execution, development presets, and more. The app is built using Next.js and TypeScript, and it’s designed to be easy to use, customize, and extend. We encourage you to contribute and help improve this project! 😊

Or click fork & run on Vercel

Roadmap πŸ›£οΈ

🚨 ** April 2023 – Attention! We look for your input!** 🚨

Roadmap RFC πŸ“ Status Description
Editable Purposes 🎭 enricoros/nextjs-chatgpt-app#35 πŸ’¬ In-app customization of β€˜Purposes’, as many forks are created for that reason.
Templates sharing 🌐 enricoros/nextjs-chatgpt-app#35 πŸ’¬ Community repository of Purposes/Systems – Vote with πŸ‘ and usage. Where to store? Bring your own key? Moderate?
Reasoning Systems 🧩 enricoros/nextjs-chatgpt-app#36 πŸ€” ReAct, DEPS, Reflexion – shall we?
Your epic idea πŸ’‘ Create RFC ❗

Features ✨

🚨 We added cool new features to the app! (bare-bones was 466a36)

  • NEW 04.14 πŸŽ‰ SVG Drawing πŸ–ŒοΈ

  • NEW 04.13 πŸŽ‰ Token usage progress bars, CTRL+M to use the mic, edge runtime fixes for Cloudflare, awesome-agi.md
  • NEW 04.11 πŸŽ‰ AI-titling 🧠✍️
  • NEW 04.10 πŸŽ‰ Multiple chats πŸ“πŸ“πŸ“
  • NEW 04.09 πŸŽ‰ Microphone improvements πŸŽ™οΈ
  • NEW 04.08 πŸŽ‰ Precise Token counter πŸ“Š extra-useful
  • NEW 04.08 πŸŽ‰ Organization ID for OpenAI users
  • NEW 04.07 πŸŽ‰ Pixel-perfect Markdown 🎨
  • NEW 04.04 πŸŽ‰ Download JSON to export/backup chats πŸ“₯
  • NEW 04.03 πŸŽ‰ PDF import πŸ“„πŸ”€πŸ§  (fredliubojin) <- β€œask questions to a PDF!” 🀯
  • NEW 04.03 πŸŽ‰ Tokens utilization πŸ“Š [Initial – just new messages, not full chat]

  • NEW 04.02 πŸŽ‰ Markdown rendering 🎨 (nilshulth) [WIP]
  • πŸŽ‰ NEW 04.01 Typing Avatars

  • πŸŽ‰ NEW 03.31 Publish & share chats to paste.gg πŸ“₯

  • Chat with GPT-4 and 3.5 Turbo πŸ§ πŸ’¨
  • Private: user-owned API keys πŸ”‘ and localStorage πŸ›‘οΈ
  • System presets – including Code, Science, Corporate, and Chat 🎭

  • Syntax highlighting – for multiple languages 🌈
  • Context – Drag and drop files to add them to the prompt πŸ“

  • Stop generation πŸ›‘ (fredliubojin)
  • Voice input πŸŽ™οΈ (koganei)
  • Real-time streaming of AI responses ⚑
  • Switch API hosts to track quality, including Helicone πŸ“ˆ
  • Dark mode πŸŒ™ – Wide mode β›Ά
  • Code execution for TypeScript, JavaScript, and HTML πŸ–₯️
  • Add your own feature πŸš€
  • Send a PR πŸ™Œ

Why this? πŸ’‘

Because the official Chat is slower than the API, and the Playground UI doesn’t even highlight code.

Integrations 🀝

Integration Description Docs
Helicone LLM Observability Platform Settings Menu > Advanced > API Host: β€˜oai.hconeai.com’
Paste.gg Paste Sharing Chat Menu > Share via paste.gg

Developing πŸš€

Tech Stack πŸ› οΈ

Simply clone the repository, install the dependencies, and run the development server:

git clone https://github.com/enricoros/nextjs-chatgpt-app.git
cd nextjs-chatgpt-app
npm install
npm run dev

GitHub

View Github