Drop-in floating chatbot bubble. Look-and-feel matches the standalone /chat UI.
Click the floating button in the bottom-right corner to open the panel. Drag the header to move it; drag the bottom corner to resize it.
Drop the script anywhere on a host page. Replace YOUR-CHATBOT-HOST with your Acufy AI deployment URL (e.g. user.claims.chatbot.yourdomain.com). Optional data-* attributes customise title, accent color, and starter prompts.
<script src="https://YOUR-CHATBOT-HOST/chatbot_widget.js" data-title="Acufy AI Assistant" data-position="bottom-right" data-sample-prompts="What can you help me with?|Show recent claims|How many active members?"> </script>
The widget loads Plus Jakarta Sans + JetBrains Mono from Google Fonts and injects all of its CSS under the #nb-* namespace, so it won't collide with your host page's styles. Default theme is the dark sky/teal Acufy AI look; pass data-color="#yourhex" to override the primary accent.