About chat-widget

chat-widget is a lightweight embeddable GPT chat assistant for any website.

What it is for

It gives site visitors a floating chat assistant configurable with your instructions, theme, quick links, and contextual info — embedded with a single script tag.

Architecture

See the full architecture doc: docs/architecture.md

Documentation

Pages

Routes

Host API

After embed loads, control the widget from your page:

window.ChatWidget.open();
window.ChatWidget.close();
window.ChatWidget.toggle();
window.ChatWidget.isOpen();

Back to home · Go to advanced setup