3 comments

[ 2.0 ms ] story [ 17.3 ms ] thread
Hey HN! I built Frop - an open-source AirDrop alternative that works on any device with a browser. Two people connect via a 6-character code and can send files/folders back and forth with real-time streaming.

No apps, no accounts, no file storage - everything streams peer-to-peer through the server. Rooms auto-expire after 15 minutes.

Built with Go + WebSocket backend and vanilla TypeScript frontend.

MIT licensed: https://github.com/mmynk/frop

Would love feedback on the UX and any bugs you find!

Congratulations on building and launching.

Illegal uses like child pornography is the reason these services aren't everywhere...moderation is the hard (expensive) problem in the space. Congratulations again, and good luck.

That's a good point. I don't know if not storing (just relay) on the server helps my case. I'll read up more on it.

Anyway, this is just a pet project at the moment. My wife wanted some file that was on my work laptop which has AirDrop disabled, so obviously instead of emailing her the files, I went ahead and built this app.

Thank you again!