This page demonstrates the Blinkin chat widget embedded on a customer's website. Click the chat bubble in the bottom-right corner to open it.
<script src="https://cdn.blinkin.io/widget.js" data-agent-id="your-agent-id" data-api-url="https://api.blinkin.io" data-title="Blinkin Assistant" data-greeting="How can I help you today?" data-accent="#6366f1" ></script>
The widget uses Shadow DOM for style isolation — no CSS conflicts
with your website. It connects to your Blinkin agent via SSE streaming and persists
conversations in localStorage.
data-agent-id |
Your agent ID (required) |
data-api-url |
Your Blinkin API URL (required) |
data-title |
Header title (default: "Blinkin Assistant") |
data-greeting |
Empty state message |
data-accent |
Accent color (default: #1B1F23) |
data-position |
"bottom-right" or "bottom-left" |
data-logo |
Custom logo URL |
data-placeholder |
Input placeholder text |
data-theme |
"light" or "dark" |