Everyone in one room
All visitors on the page see the same conversation live — the energy of a group chat, embedded on your site.
Many-to-many, not one-to-one. Every visitor on the page joins the same room and talks to each other in real time — reactions, replies, @mentions and polls. One script tag.
Most chat widgets are 1:1 support tools — a visitor messages your team privately. A group chat widget is the opposite: everyone shares one live room, so a community forms on your page.
All visitors on the page see the same conversation live — the energy of a group chat, embedded on your site.
Emoji reactions, threaded replies, @mentions with unread badges, and inline polls with live tallies keep the group engaged.
Upload your own :emotes: and theme the widget to your brand with presets or custom CSS.
Banned words, IP bans, slow mode, sub-admins, and AI moderation that auto-redacts abuse so the group stays healthy.
Paste this into your page — the group chat is live for everyone:
<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>