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

See CHATBOT_BUILD_PLAN.md and docs/ for full details.