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.
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.
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.
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.
No account required — visitors hop in with a display name, or sign in with Google/Facebook. Need real identities? Pro plans support JWT auth.
Banned words, IP/CIDR bans, slow mode, members-only mode and AI moderation. Add sub-admins to moderate a specific room.
Pin a message as a banner at the top of the room, run polls, and post announcements with a slash command.
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>