Custom Website Chatbot
A token-efficient, embeddable RAG chatbot. One Next.js app serves the streaming chat API, the admin dashboard, and the embeddable widget.
Embed snippet
<script async
src="https://chatbot.brandlio.io/widget.v1.js"
data-api-url="https://chatbot.brandlio.io"
data-business-name="Your Business"
data-accent-color="#2563eb"
data-greeting="Hi! Ask me anything."></script>Next steps
- Set env vars (
.env.localor Vercel dashboard) - Apply Supabase migrations in
supabase/migrations/ - Load your content at /admin/content
- View leads at /admin/leads
See CHATBOT_BUILD_PLAN.md and docs/ for full details.