An AI-powered, floating chat widget that can be embedded on any website. Draggable, multi-language, and self-contained.
Move the floating button anywhere on screen. Position is remembered between sessions.
Auto-detects browser language and welcomes users in their native tongue.
Conversation history saved locally. Users can continue where they left off.
Add the chat widget to any website with a single line of code.
<script src="https://your-domain.com/widget.js"
data-api-url="https://your-domain.com"
data-tenant="your-tenant-id"
data-position="bottom-right"
data-language="sk">
</script>See Live Demo for more configuration options
| Attribute | Default | Description |
|---|---|---|
| data-api-url | required | Your API server URL |
| data-tenant | default | Tenant identifier |
| data-position | bottom-right | bottom-right, bottom-left, top-right, top-left |
| data-theme | system | light, dark, system |
| data-accent | blue | blue, red, gold, purple, green, pink |
| data-language | auto | auto or specific: en, cs, de, etc. |
Look for the chat button in the bottom-right corner. Drag it, open it, and see it in action!
View Full Demo