Building a fast, privacy-first chat app using WebRTC and zero data storage

Most chat platforms today still require you to sign up before you can even start a conversation.
Email, phone number, OTP verification — all of this creates unnecessary friction, especially when someone just wants a quick, simple interaction.
I wanted to explore a different approach.
What if chatting could be as simple as opening a webpage?
Most platforms today:
Require account creation
Store user data
Add multiple steps before usage
This creates two major problems:
Users are forced to share personal information even for casual conversations.
Signup and verification reduce instant engagement.
That’s how I built Chatzyo — an anonymous chat platform that works instantly without signup.
The goal was simple:
No login
No personal data collection
Instant connection
Works on any device
Just open the site and start chatting.
The system is intentionally simple:
1. User opens the website
2. A temporary session is created
3. Users get matched or share a link
4. Connection happens directly (peer-to-peer)
WebRTC (Web Real-Time Communication) allows browsers to connect directly without routing media through a central server.
Encrypted by default
Faster connections
No data storage
Real-time communication
This makes it ideal for privacy-first applications.
WebRTC → Peer-to-peer communication
Socket.io → Signaling
Node.js → Backend
Lightweight frontend → Speed optimization
Building a simple chat system is not actually simple.
Users expect instant connection. Optimizing signaling speed was critical.
Handling firewalls and NAT required TURN servers for reliability.
Ensuring smooth performance across mobile and desktop browsers.
Instead of adding more features, I focused on removing friction.
Chatzyo is:
No signup
No downloads
No stored data
Minimal UI
Over the past few weeks, the platform has started gaining traction organically.
It has already crossed 13K+ clicks from Google Search in the last 28 days.
This growth came from:
Targeting simple user intent keywords
Fast loading experience
Minimal and clean interface
This validated that users are actively looking for:
Anonymous chat platforms
No-login tools
Privacy-focused solutions
If you want to try it directly:
For more details about the project:
👉 https://peerlist.io/ergshankarer/project/chatzyo--anonymous-chat-without-signup
Building Chatzyo was about answering one simple question:
Can communication be instant again?
No signup. No friction. No unnecessary steps.
Just open → connect → chat.
I’m continuously improving:
Connection reliability
Speed
User experience
Would love your feedback and suggestions.
0
0
0