Overview
Real-time chat built around privacy rather than around features. No account, no history, nothing to hand over: you open a session, you talk, and once it closes there is nothing left to read.
The demo is open — the fastest way to judge it is to try it.
What I built
- Anonymous sessions: no signup, no identity attached to a conversation.
- Messages that disappear — nothing is persisted beyond the life of the session.
- Redis as the real-time transport, keeping nothing it doesn't have to.
- Elysia on the backend, Next.js on the front.