Show HN: WeTransfer Alternative for Developers
mariusbolik
19 points
7 comments
April 21, 2026
Related Discussions
Found 5 related stories in 69.9ms across 5,223 title embeddings via pgvector HNSW
- Show HN: Stop paying for Dropbox/Google Drive, use your own S3 bucket instead Zm44 · 231 pts · April 07, 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: Pushduck – S3 uploads that run on Cloudflare Workers, no AWS SDK abhay_ramesh · 11 pts · April 14, 2026 · 54% similar
- Show HN: WhatsApp Clone – No Setup or Signup Screen8774 · 11 pts · March 08, 2026 · 53% similar
- Show HN: Trackm, a personal finance web app iccananea · 20 pts · March 16, 2026 · 52% 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?