Quick Start
npx create-next-app --example https://github.com/vercel/ai-chatbot my-chatbot
cd my-chatbot && cp .env.example .env.local
# Add your ANTHROPIC_API_KEY
npm run devOverview
Next.js AI Chatbot is Vercel's official AI chatbot reference application with 8,000+ GitHub stars. It includes streaming responses, tool use, file uploads, conversation history, and user authentication. Built on Next.js, AI SDK, shadcn/ui, and PostgreSQL. Best for developers who want a production-ready starting point for AI chat applications.
Source & Thanks
Created by Vercel. Licensed under MIT.
ai-chatbot — ⭐ 8,000+