Embeddable Chatbot (Flask → n8n)

Open the floating bubble at bottom-right. Try sending a message.

Embed on any website

Paste this snippet somewhere before </body> on the target site (replace https://YOUR-BACKEND-HOST):

<script src="https://YOUR-BACKEND-HOST/widget/chatbot.js" data-backend-url="https://YOUR-BACKEND-HOST"></script>
Demo embed (this page is hosting the widget):

The widget JS is served at /widget/chatbot.js and the demo sets the backend to this origin.