Hello HN!
Recently I needed to distribute mobile builds for Android and iOS with my team as we started working on mobile app.
There is a bunch of existing over-the-air distribution solutions but they either have a ton of ads, work slowly or have file size limitations.
Expo has a great tool for that, but it only works within their ecosystem.
So I’ve built one for myself, trying to make it as simple and easy to use as possible.
You upload the build, add tester emails, and send it. It also gives you a link and QR code that you can use.
Anon usage requires no registration, has high file size limit (150mb) and has simple API.
Build retention is 2 days. I may add larger file limit and retention for users with free account soon.
Files are hosted on Cloudflare R2 so it costs basically nothing to run it and I don’t plan to monetise it.
Any feedback would be greatly appreciated!