Published August 2026 · ShiftTools
🔐 Chatter creates private, end-to-end encrypted chat rooms via WebRTC. No email, no phone number, no account. Messages travel peer-to-peer and disappear when you close the tab — completely ephemeral.
No account. No data stored. Encrypted P2P chat.
Mainstream chat apps — WhatsApp, Telegram, Slack, Discord — all require an account. They store your messages on servers, tie conversations to your identity, and retain data for varying periods. For quick, temporary discussions where you want no trace left behind, they're overkill.
Chatter is an anonymous group chat that anyone can join with a Room ID — no email, no phone number, no account creation. Messages are sent peer-to-peer using WebRTC data channels, which are encrypted end-to-end by the WebRTC protocol (DTLS + SRTP). When you close the tab, the chat is gone.
Chatter uses WebRTC data channels for all messaging. WebRTC connections are secured with DTLS (Datagram Transport Layer Security), which means all data is encrypted in transit using cryptographic keys negotiated at the start of each connection. No third party — not even ShiftTools — can read the messages being exchanged.
A lightweight signaling server is used only to coordinate the initial peer connection (exchanging IP addresses). It never sees message content. Once the WebRTC channel is open, the signaling server plays no further role.
No account. P2P encrypted. Ephemeral. Works in any browser.