chat-widget is a lightweight embeddable GPT chat assistant for any website.
It gives site visitors a floating chat assistant configurable with your instructions, theme, quick links, and contextual info — embedded with a single script tag.
See the full architecture doc: docs/architecture.md
/embed.js, /widget.html, //v1/* and /v2/* forward to canonical pathsAfter embed loads, control the widget from your page:
window.ChatWidget.open(); window.ChatWidget.close(); window.ChatWidget.toggle(); window.ChatWidget.isOpen();