A Next.js starter template for Chatbase Agents.
pnpm install
pnpm devThis template comes pre-configured with Chatbase integration. Here's how to set it up:
Visit Chatbase.co to create your account and chatbot.
- Log into your Chatbase dashboard
- Create a new chatbot or select existing one
- Copy your chatbot ID
You need 1 environment variable: NEXT_PUBLIC_CHATBOT_ID
Create .env.local:
vercel env pull .env.local- Upload your documentation and FAQs to train the AI agent in the Chatbase Dashboard
- Customize the chatbot's personality and responses
- The chatbot will automatically appear on your site once configured
- Chatbase Documentation - Complete integration guide
- API Reference - API-ready ai agent integration