Skills2026年4月6日·1 分钟阅读

Next.js AI Chatbot — Vercel Reference App Template

Production-ready AI chatbot template by Vercel using Next.js, AI SDK, shadcn/ui, and Auth.js. Supports Claude, GPT-4, and Gemini. Streaming, tool use, file uploads, and conversation history. 8,000+ stars.

介绍

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.


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 dev

Overview

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+

🙏

来源与感谢

Created by Vercel. Licensed under MIT.

ai-chatbot — ⭐ 8,000+

讨论

登录后参与讨论。
还没有评论,来写第一条吧。