DEV Community

Cover image for Self Hosted End to End Encrypted Chat System
Awais Amjed
Awais Amjed

Posted on

Self Hosted End to End Encrypted Chat System

Overview of My Submission

With the power of Flutter, Appwrite, and this app, you can easily host your Encrypted chat system in a few simple steps. No more fear of being snooped on, since you have all the control over your messages that are secured using a private key - and an even more awesome thing is that it's open-source so you can modify it to make it however you want it to be. The encryption is based on public-private key pairs where the private key is generated on the device and you can keep a backup of it using a QR code generated inside the app, which makes switching devices easy without data loss. The theme is based on Appwrite's website - and everything else is just CUTE AND SECURE.

Submission Category:

Mobile Moguls

Link to Code

Built with Appwrite    Built with Flutter

Encrypted Chat

Self Hosted End to End Encrypted Chat System



With the power of Flutter, Appwrite, and this app, you can easily host your Encrypted chat system in a few simple steps. No more fear of being snooped on, since you have all the control over your messages that are secured using a private key - and an even more awesome thing is that it's open-source so you can modify it to make it however you want it to be. The encryption is based on public-private key pairs where the private key is generated on the device and you can keep a backup of it using a QR code generated inside the app, which makes switching devices easy without data loss. The theme is based on Appwrite's website - and everything else is just CUTE AND SECURE.

Top Features  

  • End To End Encrypted
  • Self Hosted
  • Private and Secure
  • Realtime Chat…




Additional Resources / Info

Everything is awesomely organized in my Github Repository - Check it out!

Top comments (0)