Browser-Side End-to-End Encryption (E2EE)
Key generation and data encryption happen natively inside your browser via Web Crypto API. Plaintext never leaves your machine.
An end-to-end encrypted messaging platform where the server never sees your messages, and data vanishes completely when you leave.
Generate an absolute zero-trace room instantly.
Key generation and data encryption happen natively inside your browser via Web Crypto API. Plaintext never leaves your machine.
No phone numbers, no emails, no profiling. Completely decoupled from your real identity.
The backend runs an in-memory relay architecture. When the last participant closes the tab, the room is completely wiped out.
The infrastructure is strictly an architectural pass-through. Even if compromised, there is nothing stored to intercept or decode.
Unlike other chat apps, we don't ask you to trust us. Here is what components can actually access.
| Entity | Can Read Content? | Data Retention Timeline |
|---|---|---|
| Sender / Recipient | ✅ Yes | Active session memory only |
| Relay Server | ❌ No | Instant transient stream (None) |
| Database / Admins | ❌ No | N/A (No storage layers exist) |
| Network Eavesdropper | ❌ No | N/A (Encrypted ciphertext payloads) |