Hacker News new | ask | show | jobs
by chadash 1457 days ago
> Also, keeping a SaaS online does cost money. And those costs increase as you scale. If you are small enough that you can run on a free tier, you are too small for me to have confidence that you are sticking around.

Sure, it depends on what you are doing, but I imagine that for most paid SAAS models, the cost of cloud computing is a small fraction of what they bring in revenue. In many cases, so small as to be effectively $0. As an example, stack overflow gets hundreds of millions of visits a month, but is run on two physical servers (plus an additional two for backup). As a more personal example, I have a small SAAS side project and my server costs run me about 0.5% of my revenue (the rest is all profit other than the value of my time). I could probably get that down to 0.1% with some code refactoring, but even with the current code, I could easily 10x my number of subscribers and not increase server costs by even $0.01.

To add to this, in my experience, the companies I've worked for have tons of extra capacity with their cloud services. For example, using t3.large vs t3.small instances at 4x the price indiscriminately. Why? Because server costs are just a rounding error compared to paying a bunch of $100k+ salaries.