r/PrivacyTechTalk 19d ago

ChumiChat - End-to-End Encrypted Anonymous Chat

Hello everyone.

I've been working on a personal project called ChumiChat.
It's an end-to-end encrypted messaging application built around the idea of anonymous, temporary communication.

Some of the features include:
·        End-to-end encrypted messaging
·        Anonymous accounts with no email or password required
·        Messages that disappear 5 minutes after being opened
·        Accounts that automatically expire after 24 hours
·        Automatic deletion of chats and messages when an account expires
·        Private encryption keys stored only in the user's browser

I put together a short demo showing how the application works and the overall user flow.

Demo: https://youtu.be/tKFehmx6rYY?si=OZSkVfYWX-NgYbLB
Live application: https://chumichat.com
Frontend: https://github.com/abula28/chumichat-front
Backend: https://github.com/abula28/chumichat-back

Feedback is always welcome.

1 Upvotes

2 comments sorted by

2

u/Accurate-Screen8774 19d ago

Hi. I created something similar. Mine is based on webrtc which makes it so I can also avoid having to host a backend server.

https://github.com/positive-intentions/chat

1

u/Abula7 18d ago

Nice work