An open API service indexing awesome lists of open source software.

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/

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',
})

```