Dump2p - Instant, anonymous P2P chat rooms. No login, no traces.

by
Dump p2p - Anonymous Peer-to-Peer Chat

Add a comment

Replies

Best
Hey everyone! I’m the solo developer behind Dump p2p. I built this because I was sick of having to hand over my phone number or email just to create a temporary chat room. How it works: It uses a hybrid architecture. The "Main Chat" is a temporary global lobby (like old-school IRC) where messages auto-delete every 24 hours. But the magic is in the Private Rooms, those use WebRTC to connect browsers directly. Text, voice, and files go peer-to-peer. The server acts only as a phonebook and literally cannot see your data. What makes it different: • No account creation (not even an email) • No cookies or local storage tracking • Mid-call microphone swapping without dropping the connection • Completely disappears when you close the tab It’s built with vanilla JS, Flask, and PeerJS. I’d love to hear your feedback on the UI/UX or the architecture. Let me know if you run into any bugs!

A small thing that would help a lot: add a way to save or export chat logs locally. Right now everything disappears when the session ends, which is fine for privacy but annoying if you want to keep a record of a useful conversation with a friend. Even a simple plain text export button would be great.

 Hey! Thanks for taking a look at the project. I’ll work on that. Personally, would you prefer a PDF or a plain .txt file?