Widget playground
This page embeds the xyzChat widget exactly as a customer site would: one script tag, no other setup. Behind the launcher sits the Go gateway speaking WebSocket RTM; per-chat sequence numbers let the conversation resume across reconnects and service restarts, and a rule-based automaton answers before a human takes over.
Install: one script tag
<script async src="https://xyzchat.net/widget/widget.js"
data-organization-id="YOUR-ORG-ID"></script>
Try it: click the launcher in the bottom-right corner; that is the real widget, served by this stack.