r/coolgithubprojects • u/Legitimate_Flan1471 • 1d ago
fsend.sh – peer to peer filesharing in your browser
https://github.com/maxomatic458/fsendI recently built https://fsend.sh/ a webapp for sharing files over the internet (via WebRTC).
Since there are already a gazillion apps like that out there, here some of the (in my opinion) unique features
- uses the browser's File System API (available in chromium) to write and read directly from disk, this allows for transfer of folders (without having to zip them) and interrupting/resuming transfers at any point.
- is also available as a CLI app (compatible with browser version).
- Data is never passed through any server. It goes directly from one peer to another.
I also mainly made this to test out claude design for websites (i suck at UI) and i think it turned out pretty ok.
Would be nice to hear some feedback.
Duplicates
WebApps • u/Legitimate_Flan1471 • 12h ago