Nest.js Chatbase Template

A ready to go sample site that integrates Chatbase AI agents. All that's needed is an environment variable and you're prod-ready!
0
boilerplate.detail.repositoryAccess.title
boilerplate.detail.repositoryAccess.descriptionPrivate
boilerplate.detail.metadata.lastUpdated
il y a 2 mois
R
boilerplate.detail.metadata.author
Renaudboilerplate.detail.metadata.price
boilerplate.detail.metadata.free
文档
Next.js Chatbase Template
A Next.js starter template for Chatbase Agents.
Quick Start
pnpm install
pnpm dev
Deploy
Chatbase AI Integration
This template comes pre-configured with Chatbase integration. Here's how to set it up:
1. Create Chatbase Account
Visit Chatbase.co to create your account and chatbot.
2. Get Your Chatbot ID
- Log into your Chatbase dashboard
- Create a new chatbot or select existing one
- Copy your chatbot ID
3. Configure Environment Variables
You need 1 environment variable: NEXT_PUBLIC_CHATBOT_ID
Create .env.local:
vercel env pull .env.local
4. Customize Your Chatbot
- 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 Resources
- Chatbase Documentation - Complete integration guide
- API Reference - API-ready ai agent integration