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! 😊

Official Website

Or click fork & run on Vercel

Deploy with 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 🖌️

    Token Counters

  • 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]

    Token Counters

  • NEW 04.02 🎉 Markdown rendering 🎨 (nilshulth) [WIP]
  • 🎉 NEW 04.01 Typing Avatars

    New Typing Avatars

  • 🎉 NEW 03.31 Publish & share chats to paste.gg 📥

    Export chats

  • Chat with GPT-4 and 3.5 Turbo 🧠💨
  • Private: user-owned API keys 🔑 and localStorage 🛡️
  • System presets – including Code, Science, Corporate, and Chat 🎭

    System presets

  • Syntax highlighting – for multiple languages 🌈
  • Context – Drag and drop files to add them to the prompt 📁

    Drag and drop

  • 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.

Ask away, paste a ton, copy the gems

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 🛠️

TypeScript React Next.js

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