Live demo

Live chat

A chat launcher just appeared at the bottom-right of this page. Open it, send a message, and watch the reply stream back in real time — exactly what your visitors would see.

Try it

  1. Open the chat launcher (bottom-right) or use the button below.
  2. Send a message — a demo teammate replies in real time.
  3. On your own site, those messages land in Messages → Live chat and your team answers from there. Offline visitors get an email.

This demo uses a temporary anonymous identity. Real chats are tied to your signed-in users via end-user authentication.

Install snippet

Live chat is identified-only — your backend mints a signed token for each user so conversations tie to a real person, not an anonymous browser.

live-chat.html

See the Live Chat docs for token signing and configuration.