Ask HN: Can Openbeam Handle 100GB?

2 points by gray_wolf_99 ↗ HN
I built this website to upload and share files up to 100 GB. Can It Handle?

1 comment

[ 6.3 ms ] story [ 16.1 ms ] thread
Interesting project. I built something in a similar space: FilePost (https://filepost.dev). Different approach though: API-first, one POST request gives you a permanent CDN URL via Cloudflare. Caps at 500MB per file but focused on developer workflows and automation rather than large single-file transfers. How are you handling delivery on the backend?