ChatBot Widget — Demo Page

This is a plain HTML page demonstrating the embeddable widget. Click the bubble in the bottom-right corner to chat.

Embed snippet

<script src="https://your-saas.com/widget.js"></script>
<script>
  window.ChatBotWidget.init({
    client_id: "demo",
    theme_color: "#4F46E5",
    bot_name: "Assistant Bot"
  });
</script>