This is a plain HTML page demonstrating the embeddable widget. Click the bubble in the bottom-right corner to chat.
<script src="https://your-saas.com/widget.js"></script>
<script>
window.ChatBotWidget.init({
client_id: "demo",
theme_color: "#4F46E5",
bot_name: "Assistant Bot"
});
</script>