this post was submitted on 14 Oct 2025
11 points (92.3% liked)

Open Source

41746 readers
507 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

IMPORTANT NOTE - READ FIRST:

NONE of my projects have been audited or reviewed. I provide them for testing and demo purposes only. NOT to replace any other app you use.

BE RESPONSIBLE WHEN USING UNAUDITED SOFTWARE... DO NOT USE FOR SENSITIVE PURPOSES.


Now that I've hit you over the head with caution...

Want to send encrypted WebRTC messages and video calls with no downloads, no sign-ups and no tracking?

This prototype uses WebRTC to establish an encrypted browser-to-browser connection. Everything is stored locally in browser storage and cleared when you clear the site data from your browser - true zerodata privacy!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] fruitycoder@sh.itjust.works 1 points 2 weeks ago (1 children)

I feel like this would pair well with Nostr for discovery.

I want to say "Why not Matrix?" Since the uses are same (e2e chats, calls, video, and VR), but the fact that yours is focused on less server involvement is cool. I wonder if you removed the peer id generation from the page, could you have the connection page be totally static (i.e. I could just open a html file either locally, from a server, or IPFS link, and from there add the peer details myself).

Thanks.

It's possible to have it entirely static and broker webrtc connections client-side, but I haven't figured out a user experience that would make it "work".

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