$git clone https://github.com/keinsaasforever/better-chatbotKeinsaas Navigator - A better open-source AI chatbot for individuals and teams.
| 1 | **Keinsaas Navigator** - A better open-source AI chatbot for individuals and teams. |
| 2 | |
| 3 | > Originally created by [Choi Sung Keun](https://github.com/cgoinglove). |
| 4 | |
| 5 | <img width="1184" height="576" alt="thumbnail" loading="lazy" src="https://github.com/user-attachments/assets/d6ba80ff-a62a-4920-b266-85c4a89d6076" /> |
| 6 | |
| 7 | [](https://modelcontextprotocol.io/introduction) |
| 8 | [](https://localfirstweb.dev/) |
| 9 | [](https://discord.gg/gCRu69Upnp) |
| 10 | |
| 11 | [](<https://vercel.com/new/clone?repository-url=https://github.com/cgoinglove/better-chatbot&env=BETTER_AUTH_SECRET&env=OPENAI_API_KEY&env=GOOGLE_GENERATIVE_AI_API_KEY&env=ANTHROPIC_API_KEY&envDescription=BETTER_AUTH_SECRET+is+required+(enter+any+secret+value).+At+least+one+LLM+provider+API+key+(OpenAI,+Claude,+or+Google)+is+required,+but+you+can+add+all+of+them.+See+the+link+below+for+details.&envLink=https://github.com/cgoinglove/better-chatbot/blob/main/.env.example&demo-title=better-chatbot&demo-description=An+Open-Source+Chatbot+Template+Built+With+Next.js+and+the+AI+SDK+by+Vercel.&products=[{"type":"integration","protocol":"storage","productSlug":"neon","integrationSlug":"neon"},{"type":"integration","protocol":"storage","productSlug":"upstash-kv","integrationSlug":"upstash"},{"type":"blob"}]>) |
| 12 | |
| 13 | 🚀 **[Live Demo](https://app.keinsaas.com/)** | See the experience in action in the [preview](#preview) below! |
| 14 | |
| 15 | #### Demo Chats |
| 16 | |
| 17 | - **MCP Tools Demo:** [Chat with Tools](https://better-chatbot-demo.vercel.app/export/a4820921-8012-496b-8a5d-13757050bafe) |
| 18 | - **Image Generation Demo:** [Chat with Image Generation](https://better-chatbot-demo.vercel.app/export/452ad745-9efb-49ae-9114-10db15f1b827) |
| 19 | |
| 20 | ## Quick Start 🚀 |
| 21 | |
| 22 | > **Get your app running in minutes! No installation or payment required.** |
| 23 | |
| 24 | You only need **one AI Provider API Key** (OpenAI, Claude, Gemini, etc.). Everything else runs on free tiers - database, file storage, and hosting. |
| 25 | |
| 26 | 👉 **[Click this guide to deploy your site with just a few clicks](docs/tips-guides/vercel.md)** |
| 27 | |
| 28 | --- |
| 29 | |
| 30 | **Keinsaas Navigator** - A better open-source AI chatbot for individuals and teams, inspired by ChatGPT, Claude, Grok, and Gemini. |
| 31 | |
| 32 | • **Multi-AI Support** - Integrates all major LLMs: OpenAI, Anthropic, Google, xAI, Ollama, and more |
| 33 | • **Powerful Tools** - MCP protocol, web search, JS/Python code execution, data visualization |
| 34 | • **Image Generation** - Create and edit images with AI models (OpenAI, Google Gemini, xAI) |
| 35 | • **Automation** - Custom agents, visual workflows, artifact generation |
| 36 | • **Collaboration** - Share agents, workflows, and MCP configurations with your team |
| 37 | • **Voice Assistant** - Realtime voice chat with full MCP tool integration |
| 38 | • **Intuitive UX** - Instantly invoke any feature with `@mention` |
| 39 | • **Quick Start** - Deploy free with Vercel Deploy button |
| 40 | |
| 41 | Built with Vercel AI SDK and Next.js, combining the best features of leading AI services into one platform. |
| 42 | |
| 43 | ## Table of Contents |
| 44 | |
| 45 | - [Table of Contents](#table-of-contents) |
| 46 | - [Preview](#preview) |
| 47 | - [🧩 Browser Automation with Playwright MCP](#-browser-automation-with-playwright-mcp) |
| 48 | - [🔗 Visual Workflows as Custom Tools](#-visual-workflows-as-custom-tools) |
| 49 | - [🤖 Custom Agents](#-custom-agents) |
| 50 | - [🎙️ Realtime Voice Assistant + MCP Tools](#️-realtime-voice-assistant--mcp-tools) |
| 51 | - [⚡️ Quick Tool Mentions (`@`) \& Presets](#️-quick-tool-mentions---presets) |
| 52 | - [🧭 Tool Choice Mode](#-tool-choice-mode) |
| 53 | - [🛠️ Default Tools](#️-default-tools) |
| 54 | - [🌐 Web Search](#-web-search) |
| 55 | - [⚡️ JS,PYTHON Executor](#️-jspython-executor) |
| 56 | - [📊 Data Visualization Tools](#-data-visualization-tools) |
| 57 | - [Getting Started](#getting-started) |
| 58 | - [Quick Start (Docker Compose Version) 🐳](#quick-start-docker-compose-version-) |
| 59 | - [Quick Start |