DEV Community

Cover image for I built EchoId – a privacy-focused messaging app with encrypted chat and voice calls
Jit Chakraborty
Jit Chakraborty

Posted on

I built EchoId – a privacy-focused messaging app with encrypted chat and voice calls

I built EchoId – a privacy-focused messaging app with encrypted chat and voice calls

I recently built EchoId, a personal project exploring secure communication and privacy-focused application design.

The idea behind the project was simple: create a messaging platform that avoids analytics, tracking scripts, or behavioral profiling. It’s not a company or commercial product — just an independent project I built while experimenting with encryption and realtime communication systems.

Features

  • Encrypted messaging
  • Voice calls using WebRTC
  • No analytics or tracking
  • Lightweight backend designed for simple communication

The project is still evolving, and I’m mainly interested in feedback from developers and privacy-minded users.

If anyone is interested in the architecture, encryption approach, or implementation details, I’d be happy to discuss them.

Project website:
https://echoidchat.online

Open source repository:
https://github.com/fabulousman12/echoid-open_source

Top comments (1)

Collapse
 
jit_chakraborty_4222410eb profile image
Jit Chakraborty

If anyone is interested in the technical side, the project is open source here:

github.com/fabulousman12/echoid-op...

Feedback about the encryption approach, architecture, or UI would be really helpful.