A widget you paste once
One script tag on your site and the chat bubble is live. Plain JavaScript in a shadow root, so it cannot inherit your CSS or leak into it, and it keeps up with a single-page app without a reload.
- One <script src="chatiq.ticate.com/widget.js" data-site="…"> tag — no framework added to your page
- Rendered in a shadow DOM: your stylesheet cannot break it, and it cannot break your stylesheet
- SPA-aware — a route change is a new page view, not a reload
- Accent colour and copy set from the dashboard, not from your markup
- Shows whether anyone is actually online, so nobody types into an empty room