Alternative for heroku?

Hi Guys,

Can I ask what is an alternative for Heroku?

Thank you in advance.

1 Like
3 Likes

Thank you so much :slight_smile:

Hey jemz,

What kind of apps are you hosting? (i.e. what is the stack it is built with)

Hi! Render’s Developer Community Manager here. I saw Render on this list. Just wanted to point out details on the free-tier, and migration doc in case that’s helpful to anyone here.

3 Likes

The alternatives article (referred to earlier) mentions GitHub Pages for static sites. For static sites Cloudflare Pages is as good as GitHub Pages and sometimes better.

Hi James,

Laravel Nodejs and Vue JS, also I want to use docker, although I was not able to successfully push the docker image to Heroku before. But I want to test running docker with my apps. if not possible to docker, just simply that I can host my apps.

What about renting a Digital Ocean droplet and setting up your own VM? They are available for as little a $4 per month. That’s the path I would be tempted to go.

1 Like

If you want to run it in Docker you can also have a look at Google Cloud Run.

1 Like

Firebase?

The best alternative to Heroku is a cheap VPS with Digital Ocean or Linode . Throw on the open source PAAS software https://dokku.com/ and boom, cheap, simple and easy. Also, dokku author is very responsive in GitHub issues list.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.