Chasi Web Chat
An embeddable AI-powered chat widget for your website.
Demo
Configure and test the widget with your organization and assistant:
Quick Start
Add the Chasi chat widget to your website with a single line of code:
<script
src="https://chat.chasi.io/embed.js"
data-org-id="1"
data-assistant-id="1"
></script>Configuration
Customize the widget using data attributes:
| Attribute | Required | Description |
|---|---|---|
| data-org-id | Yes | Your organization ID |
| data-assistant-id | Yes | Your AI assistant ID |
| data-position | No | Widget position: bottom-right (default) or bottom-left |
| data-theme | No | Theme: auto (default), light, or dark |
| data-chasi-api-url | No | Backend API URL (for self-hosted setups) |