https://github.com/quochuydev/talk-ai-widget
https://quochuydev.github.io/talk-ai-widget/
https://github.com/quochuydev/talk-ai-widget
Last synced: 3 months ago
JSON representation
https://quochuydev.github.io/talk-ai-widget/
- Host: GitHub
- URL: https://github.com/quochuydev/talk-ai-widget
- Owner: quochuydev
- License: mit
- Created: 2025-08-04T03:53:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-23T04:51:18.000Z (6 months ago)
- Last Synced: 2025-11-23T06:17:59.433Z (6 months ago)
- Language: TypeScript
- Homepage: https://quochuydev.github.io/talk-ai-widget/
- Size: 729 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TalkAI Widget
An embeddable AI chat widget for e-commerce websites.
## Quick Start
Add this to your website:
```html
window.TalkAIWidget.init({
position: 'bottom-right', // bottom-left, top-right, top-left
theme: 'light', // light, dark
containerId: 'custom-id',
})
```