Burn Room – ephemeral SSH chat, messages burn after 1 hour
Ephemeral SSH chat where messages self-destruct after one hour, no disk writes.

Disappearing chats sound cool, but temporary anonymous chat is a solved niche.
Users needing quick, off-the-record conversations without accounts or logs
Signal disappearing messages · Nada (temporary chat) · Ricochet Refresh
I built a small privacy-focused web app called ChatOffRecord. It creates temporary anonymous chatrooms that automatically self-destruct in 10 minutes.
No accounts, no logs, no database of messages — everything is kept in memory and disappears when the room expires. The idea is to provide a simple way to have an off-the-record conversation with someone without needing a login or installing anything.
Core features: - Create an anonymous chatroom in one click - No sign-up or personal data - No persistent storage of messages - Rooms auto-delete in 10 minutes - Invite by sharing the URL
I also added an optional one-time $2.99 upgrade that creates a permanent private room with a custom link. Messages in those rooms are still ephemeral (no storage), but the URL never expires.
Would love feedback — especially around security assumptions, UX flows, and any edge cases you think I should consider. This is my first attempt at building an ephemeral WebSocket-based chat system with strict no-storage rules.
Live site: https://chatoffrecord.com (You can test everything directly, including free rooms.)
Ephemeral SSH chat where messages self-destruct after one hour, no disk writes.
Quick file sync across devices, but AirDrop and Taildrop already solve this.
Chat via curl is a fun novelty, but lacks message history or persistence.
Ephemeral multiplayer drawing, but pure novelty with no staying power or use case.
E2E encrypted disposable paste, but PrivateBin and Wormhole already do this.
SSH-based ephemeral chat with XChaCha20 encryption—no server ever sees plaintext.