JavaScript SDK
The official JavaScript SDK for embedding Char AI widgets in web applications.Installation
- npm
- yarn
- pnpm
- CDN
Quick Start
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | required | Your site API key |
containerId | string | 'char-widget' | Container element ID |
theme | 'light' | 'dark' | 'auto' | 'auto' | Color theme |
mode | 'embedded' | 'floating' | 'floating' | Display mode |
position | 'bottom-right' | 'bottom-left' | 'bottom-right' | Position for floating mode |
user | object | null | User identification |
colors | object | {} | Custom color overrides |

