Acme Corp (demo customer site)

This page stands in for a customer's website with the 247ch.at chat widget embedded via a single <script> tag. The chat bubble appears bottom-right.

How to test the full loop locally

  1. Relay running on :2470 (cd server && npm start).
  2. DB seeded so Site id 1 exists (npm run seed).
  3. Open this page via the relay: http://127.0.0.1:2470/demo.html (so the widget's same-origin WebSocket reaches the relay). Click the bubble and send a message.
  4. In another tab open the operator console: http://127.0.0.1:2470/operator, sign in (247ch.at / change-me-on-first-login), open the conversation, and reply. The reply appears in the widget instantly.