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