NextChat
Thirteen-plus LLM providers, one unified client: NextChat (formerly ChatGPT-Next-Web) is an
open-source AI chat interface built on Next.js that spans OpenAI GPT-4, Anthropic Claude,
Google Gemini, DeepSeek, Groq, Azure endpoints, and self-hosted backends like Ollama, LocalAI,
and RWKV-Runner. Its defining trait is minimalism - the first screen loads in about 100 KB,
the desktop client is roughly 5 MB, and there is no database or user system to operate; chat
history lives locally in the browser with optional WebDAV or UpStash Redis sync. The Mask
system saves reusable prompt-template personas you can share and debug, long conversations
auto-compress to fit context windows, and Markdown rendering covers LaTeX, Mermaid diagrams,
and code highlighting with streaming responses. Plugins add web search and calculators, MCP
support enables external tool calling, and Artifacts previews generated content in a separate
pane. Ships as a web app, Docker image, and Tauri desktop builds for Windows, macOS, and
Linux, translated into 20+ languages. MIT-licensed.
Deploy