A Next.js starter template for building AI-powered customer support with AssistLoop agents.
pnpm install
pnpm devThis template comes pre-configured with AssistLoop integration. Here's how to set it up:
Visit AssistLoop.ai to create your account and set up your first AI agent.
- Log into your AssistLoop dashboard
- Create a new agent or select an existing one
- Navigate to Settings > Integration
- Copy your Agent ID
You need 1 environment variable: NEXT_PUBLIC_ASSISTLOOP_AGENT_ID
Pull environment variables from Vercel:
vercel env pull .env.localOr create .env.local manually:
NEXT_PUBLIC_ASSISTLOOP_AGENT_ID=your_agent_id_here- Upload Documentation – Add your docs, FAQs, and knowledge base articles
- Import Website Content – Crawl your website to train on existing content
- Connect Chat History – Use past conversations to improve responses
- Define Custom Actions – Set up lead collection, meeting booking, and task automation
| Feature | Description |
|---|---|
| Train on Your Data | Docs, FAQs, website content, and chat history |
| Human Handoff | Smooth escalation to live agents when needed |
| Custom AI Actions | Collect leads, book meetings, automate tasks |
| Analytics & History | Review conversations and track performance |
| Brand Customization | Match the chat widget to your brand |
| Multiple AI Models | Choose from different LLM providers |
- Documentation – Complete Vercel integration guide
- Pricing – Plans and pricing information
- Next.js 15 – React framework
MIT