Hacker News new | ask | show | jobs
by monocularvision 981 days ago
I realize that any time someone posts an app there are complaints about pricing, but here I was expecting a flat rate since it appears the entire app is local so there shouldn’t be recurring costs only to find it is $30 a year? I get wanting to have a sustainable business and that subscriptions are the future but that seems a bit off considering the lack of online component. Unless I am missing something?
1 comments

Currently all of the sounds are actually online, with the option to add downloads. I could change that to be entirely local, but would make it a bit harder to add new sounds without requiring an update of the app. I've debated adding in a "lifetime" option so that it's only a one-time payment for everything, and may do that, thanks for the feedback!
Put the sound files on an Amazon s3 or cloudflare r2 bucket and have the app download them. Maybe put a json file on there too and the app checks if the json has any files which aren't downloaded and if so, it downloads them.
Ans you know that Amazon and Cloudflare are not free, yes ?
I know. But I doubt the total file size is too big. So storage costs will be extremely low. And if they use cloudflare r2, there isn't even any egress fee. The app is already charging $7 per month subscription. Even a single purchase would most likely cover the entire storage cost.
Why not just have a core set of sounds pre-downloaded?