DEV Community

m6jo9
m6jo9

Posted on

Anonio — anonymous E2E chat with voice/video (no accounts, temp domain)

Demo: https://devcody.guru (temporary domain; will move to a permanent one)

What it is

  • Anonymous rooms by link — no signup
  • E2E messages (AES-GCM 256), key in URL hash
  • Voice & video (WebRTC), media encrypted between peers
  • Typing indicator, replies/quotes, Markdown & emoji
  • One-click room clearing; server sees ciphertext only

How it works (super short)

  • Key is generated client-side and never leaves the browser (hash).
  • Server relays ciphertext + minimal metadata.
  • WebRTC for calls; signaling only (no media on server).

What I need feedback on

  • Threat model gotchas / crypto pitfalls
  • Mobile Safari & CGNAT/WebRTC quirks
  • UX: join flow, copy-link, language switch
  • Reasonable defaults for room TTL / cleanup

Notes

  • No trackers or ads.
  • The project is purely technical.

Thanks! I’ll be in the comments and ship fixes fast.

Top comments (0)