This is a sad day. Pricing changes are always hard, and having been through some of the earlier pricing changes at Heroku you can't make everyone happy. But, so many developers deployed their first app on Heroku and was a staple for so many bootcamps. Without it I'm confident we'd have less developers in the world. It is still one of the gold standards for developer experience. Years after its heyday companies and to…
Why do you think nobody has been able to fully emulate this experience? It seems to me like there’d be a big market for an identical feature by feature Heroku “clone” with a more dedicated (from the outside looking in) team. No more features, no less, just exactly what Heroku did but without the intent to shut down. What’s preventing that from existing?
Removal of Heroku free product plans
421–430 of 590 posts
Re: Removal of Heroku free product plans
#422Not sure how Heroku is hoping to attract new customers without a free tier ? Do they think their reputation will suffice?
Re: Removal of Heroku free product plans
#423Earlier quoted context omitted.
Ah yes, because a company that decides to stop giving away its time and resources for free is now a "villain". Right.
Mate, this was a joke. I hope that came across. I've been a paying member of heroku for nearly a decade, and pay them $1000s of my personal income monthly. I think their product has been brilliant. I just defended them yesterday in a HN comment. I do, however, use their free tier to test things daily. This news puts me in a bind. It's work that I hadn't planned, and I only have 3 months to find a solution for it when…
Re: Removal of Heroku free product plans
#424Earlier quoted context omitted.
For just the hosting, maybe. But there's so much more Heroku does, from spinning up test environments for PRs to storing secret keys (across different repos) to being a CI to monitoring to... so so much more.
> from spinning up test environments for PRs Hooking up some kind of CI/CD to GitHub through webhooks > storing secret keys Built into GitHub (or an instance of Hashicorp Vault which can be hosted for free) > to monitoring Can run your own Grafana/Promtheus Obviously there's a cost running all of this yourself as opposed to just paying them to do it. Just making sure I wasn't missing something obvious tradeoff wise b…
Re: Removal of Heroku free product plans
#425I have an open source hobby endpoint hosted for free on heroku for many years. Used by a bunch of websites / discord bots / desktop applications as a REST backend.
Annoying to have to open a case just to continue operating.
Re: Removal of Heroku free product plans
#426Earlier quoted context omitted.
I relate to this. > We appreciate Heroku’s legacy as a learning platform. Many students have their first experience with deploying an application into the wild on Heroku. I'm one of those students. It's good that they will open up something free for students but I suspect it'll never be the same as just signing up and git push heroku master.
Render has pretty good free tier benefits, but no git push render master
You might be interested in Railway's CLI deployments: `railway up` from your project root gets ya going.
Re: Removal of Heroku free product plans
#427IF we want to take them at face-value that this is because of fraud and abuse (a trust/respect they have not earned IMHO, or rather they lost many years ago) then this a case of throwing the baby out with the bathwater. Otherwise it's some stupid MBA finding a way to save some money which will ultimately only speed up Heroku's demise. Either way the writing is on the wall. The Heroku that delighted us all is long dea…
I don't understand this sentiment sometimes. There may be fraud and abuse. There may also be a material cost to a company whose detailed financial situation I'm assuming you are not purvey to. Someone doesn't need to be "a stupid MBA" to have made this decision (in fact my guess would be it involved many cross functional and leadership perspectives given its nature). Also, this is quite possibly something necessary f…
Re: Removal of Heroku free product plans
#428So their next chapter is obscurity followed by shutting down? It was clear even before their horribly bungled GitHub security incident that Heroku was on life support at best and it's been a long time since "Heroku" was the answer to "What PaaS should I use?". The beancounters took control a while back and are sucking all they can out of it before they discard it's empty shell. Having Heroku as your PaaS provider see…
We are not shutting it down. As I said in the blog, our priority is making sure that Heroku choice is a good business decision for critical apps of all sizes. This does have tradeoffs, but getting the rug pulled out is not one of them - the opposite.
Re: Removal of Heroku free product plans
#429Re: Removal of Heroku free product plans
#430We pay Heroku many, many tens of thousands of dollars a year. And I still use free dynos, both personally and at work. For example, throwing up a quick app for testing (where I'm happy with dynos that sleep or are limited per-repo). By pushing us off the Heroku ecosystem for some stuff, we might as well just move everything. The only reason we even use Heroku now is because I used it for free over a decade ago. I get…