vanish
Ephemeral, end-to-end encrypted chat rooms. Create a room, share the link, talk, and then it self-destructs.
How it works
- Messages, files, names, receipts, and call signaling are encrypted with MLS (RFC 9420). The server only ever sees ciphertext.
- No accounts, no cookies, no analytics. The invite secret stays in the URL fragment and never reaches the network.
- Rooms live in server memory and are deleted irreversibly on expiry or on demand.
- Group calls are peer-to-peer WebRTC; media never touches the server.
vanish is honest about limits: the server sees metadata (sizes, timing, IPs), call peers see each other's IPs, and anyone holding the link is a member. Read the source and security docs.