Live data from Hacker News

Running costs for running a web app

cushionapp.com

11–20 of 225 posts

Re: Running costs for running a web app

#11

Cloud services can work out super expensive for a startup. To get going often all you need is one server that runs both the database and web server, which you can rent cheaply from any number of hosting companies out there. Sure you have to manage it yourself and it won't scale right off the bat, but sometimes that's fine. This is how we ran Scirra for a long time. Eventually you need to scale up, but that's a nice p…

Dividing your architecture into separate components is not only needed for operating at scale (the "nice" problem to have), but for having high availability (or even decent performance) at all.

Depending on one's business, HA/performance may not matter that much, but personally my startup is having a 'proper' design from day 1 - downtime is not acceptable for my business model.

Re: Running costs for running a web app

#13

Cloud services can work out super expensive for a startup. To get going often all you need is one server that runs both the database and web server, which you can rent cheaply from any number of hosting companies out there. Sure you have to manage it yourself and it won't scale right off the bat, but sometimes that's fine. This is how we ran Scirra for a long time. Eventually you need to scale up, but that's a nice p…

If people depend on you for anything, you should probably have the ability to survive that one server going down.

Fortunately database warm standbys are WAY easier than true multi-master.

Re: Running costs for running a web app

#14
post #6

This seems ok given that the startup has generated approximately $60,000 in stripe revenue. I would try to reduce costs in those Heroku workers... $175/month seems steep.

Hi! I run Cushion. Moving off Heroku is definitely high on my to-do list. So far, since I'm a solo dev, I've taken the mindset of paying for convenience services that would allow me to spend more time working on the app. Now, I'm getting into the phase where I can start reducing these costs and transition to a system that doesn’t induce fear when I need to add another server. Right now, I have two web workers and two background job workers. The one background job handles integrations with other services, so I wanted to keep that separate from other jobs, like delayed emails, downloading backups, etc.

Re: Running costs for running a web app

#15
post #4

Heroku is without a doubt one of the more expensive options out there. SSL being billed per month? Yikes. SSL really should be standard.

Heroku is enornmously featuresome and convenient. Simply not having to think about how to stage, locate and run an app saves a lot of visible and hidden engineering time. Source: I work for a company which donates engineering time to what is, in some respects, a Heroku competitor (Cloud Foundry).

[deleted]

Re: Running costs for running a web app

#18
post #7

It costs $5/month to run Sublevel using DigitalOcean plus 21$/year for domain and SSL certificate.

One sure can have a DO droplet for a minimal rate, but unlike Heroku/AWS, they don't offer anything oriented to high availabilty, resilience, auto-scaling, performance (via workers), etc.

Re: Running costs for running a web app

#19
post #5

This is a lot of money. I am running my startup for less than $250.00 a month. This is all server costs. Without a doubt, this cost has increased over time, but in the beginning of the startup, it was just $20 or $30 a month. Ive built and home grown all of these products or at least what I needed in house. Shameless plug: https://rdnation.com and https://snation.com

Unless you're paying less for the same line items, it's not really useful to say that you're running leaner. You might simply be using fewer tools.

I appreciate this.

Re: Running costs for running a web app

#20
I can slash about 4000 of those dollars down to 600 by renting hardware to run those services on. Makes you responsible for your setup but if you are bootstrapping, you can find better first year uses for 3400 dollars I'm sure.
Post reply on HN