Show HN: WeTransfer Alternative for Developers
mariusbolik
19 points
7 comments
April 21, 2026
Related Discussions
Found 5 related stories in 116.5ms across 10,324 title embeddings via pgvector HNSW
- Show HN: Altersend – File sharing without cloud denisdev1 · 12 pts · June 05, 2026 · 60% similar
- Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead Zm44 · 231 pts · April 07, 2026 · 58% similar
- Show HN: Open-source Workspace (mail,docs,spreadsheet,drive) web/iOS nathanstitt · 84 pts · May 27, 2026 · 58% similar
- Show HN: VidStudio, a browser based video editor that doesn't upload your files kolx · 263 pts · April 21, 2026 · 56% similar
- Show HN: ShadowCat – file transfer through QR Codes in a Browser unprovable · 141 pts · May 22, 2026 · 55% similar
Discussion Highlights (5 comments)
Markoff
how is this different from dozens of similar websites? https://github.com/pluja/awesome-privacy#file-management-and... https://en.wikipedia.org/wiki/Category:File_sharing_services and those are hardly a complete lists
ddtaylor
I use wormhole, warp, etc. They are available on many platforms with FOSS licenses with very limited centralization.
rafram
File hosting is an extremely messy business. I don't see any DMCA/abuse reporting mechanism on the site. You need those, and as you scale up, you're also going to need full-time staff whose only job is to wade through uploads and prevent abuse. (No, AI alone can't do that.) Firefox Send had to shut down after becoming a massive malware/phishing distribution center, and that was with full-time staff in that role [1]. Obviously writing a service like this is trivial; keeping it running safely is the hard part. Considering that your other business is an open, unauthenticated CORS proxy service [2], I have to wonder why you've picked two of the very messiest niches. [1]: https://en.wikipedia.org/wiki/Firefox_Send [2]: https://corsproxy.io/
bryden_cruz
The best thig is that you can install it with npm, you did great, keep up
paolatauru
ive used wormhole.app for a while. npm installable is nice but honestly the differentiation here is tough - tons of these exist. curious what the backend looks like, is it self-hostable or managed only?