Chat room for website

Add a chat room
to your website.

A real-time room where your visitors talk to each other — not a support ticket. One script tag, and your site has a live chat room with reactions, replies, polls and moderation.

One room, or one per page

Shared across your site — or a room per URL.

By default every visitor joins one shared room across your domain. Flip a toggle and each page URL gets its own room — perfect for product pages, articles, or per-event chats.

Visitors talk to each other

Many-to-many, like a Twitch chat or a forum shoutbox — everyone in the room sees the conversation live, with reactions, threaded replies and @mentions.

Join with a nickname

No account required — visitors hop in with a display name, or sign in with Google/Facebook. Need real identities? Pro plans support JWT auth.

Keep the room clean

Banned words, IP/CIDR bans, slow mode, members-only mode and AI moderation. Add sub-admins to moderate a specific room.

Pin rules & announcements

Pin a message as a banner at the top of the room, run polls, and post announcements with a slash command.

Add the room in one tag

Paste this into your page — your chat room is live for every visitor:

<script>
  (function() {
    var s = document.createElement('script'); s.async = true;
    s.src = '//d2yy16lkdmfg04.cloudfront.net/resource/chat.js';
    var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x);
  })();
  window.embeddedChatAsyncInit = function() { embeddedChat.init("YOUR_PROJECT_TOKEN"); };
</script>

Compare

Add a chat room — 15-day free trial
No credit card. Live in under a minute.
Try the chat — it's right here 👇