Earlier quoted context omitted.
You can get free SSL from CloudFlare and connect it with the free SSL option at https://yourApp.herokuapp.com . (That's what I use at https://www.learneroo.com )
The only potential problem is that Cloudflare doesn't check the validity of the herokuapp.com cert, so in theory someone could MITM the connection. In practice, I'm not sure how you'd even get Cloudflare to connect to the rogue proxy, short of taking control of the DNS of *.herokuapp.com.
Running costs for running a web app
121–130 of 225 posts
Re: Running costs for running a web app
#122> Continuous Delivery Codeship free I had no idea they were free.
It's interesting to consider whether certain services are pricing for perceived value and what the market will bare, or under-pricing for acquisition in an immature market and going for the land grab, or just underpricing themselves.
Re: Running costs for running a web app
#123Am I understanding this correctly? Just under 10% of the cost was spent on fonts? $~800? That seems unbelievably high.
It's a one time cost. The others are monthly costs. Most likely they're paying for a redistributable licence which is much more expensive than other licences. For instance, take a look at this font I'm currently integrating into the app I'm working on: https://www.myfonts.com/fonts/intelligent-foundry/averta/ https://www.myfonts.com/fonts/intelligent-foundry/averta/buy... If you want to put these on the web, you're p…
Re: Running costs for running a web app
#124Judging by the Stripe fees, I'd hazard that your cumulative revenue is in the $30k range. I'm sure there are marketing and advertising expenses that aren't listed here, but that seems like a pretty healthy gross margin.
Re: Running costs for running a web app
#125It looks like Intercom is one of the most costly monthly services. I think support is of huge importance, but I'm curious how you justified to yourself that it was worth the cost to use Intercom over, say, email.
Re: Running costs for running a web app
#126These "Heroku is too expensive" comments all look at absolute costs and not relative costs. They are paying roughly $200 a month to Heroku. If you do some rough calculations to figure out revenue (use Stripe fees and make assumptions about yearly/monthly plan breakdown) you can reasonably estimate about $3,000 in monthly billings. The incremental savings couldn't possibly outweigh the time costs of switching to anoth…
I used to say "but we could just build that", but I agree with you. Some of the things I find expensive are te SSL line items and more peculiar than expensive really, a $25 image carousel. If letsencrypt could be a drop in replacement for te SSL spend it would save them some money. Other than that, I don't use Heroku, but not wanted to manage a db is pretty reasonable and the cost offset is likely there. Sometimes th…
I would off course never use a carousel though.
Re: Running costs for running a web app
#127Thanks for sharing this! Why not include the cost of your time to maintain and improve the service? Without including the cost of your own time it seems hard to make budget decisions (e.g. the tradeoff between a PaaS and using a provisioned VPS). Even if you're not paying yourself anything, it seems important to include what you could be making if you were doing something else with your time.
Re: Running costs for running a web app
#128Heroku is very, very expensive. We switched an early Discourse setup from Heroku to Digital Ocean (using our Docker setup, which is another reason why it exists) and it saved them probably $100 per month. Everything but the largest communities fit fine on a $20/month, 2 CPU, 2GB ram DO droplet.
"Heroku is very, very expensive." "saved them probably $100 per month" I'm confused.
There is a point of diminishing returns, of course, pushing down to $5/month is a lot of pain -- super low cost super low resource hosting, etc.
Re: Running costs for running a web app
#129Earlier quoted context omitted.
I'm a solo dev. :) I use Slack as a notification center for all of my services.
How your setup works then? Sounds like something that could improve performance of single dev.
Re: Running costs for running a web app
#130It looks like Intercom is one of the most costly monthly services. I think support is of huge importance, but I'm curious how you justified to yourself that it was worth the cost to use Intercom over, say, email.
For Cushion, I use Intercom to handle support, in-app feature updates, newsletter emails, user tracking (tagging to follow up with feature updates), automated emails (trial expiring, etc), and a slew of other things. When I added the cost of that up across other services, it ended up costing more than I'd pay with Intercom. Also, I really love Intercom and their team—they're doing great work. Trying to handle support…