Recently Heroku will shutdown free Heroku Dynos, free Heroku Postgres, and free Heroku Data for Redis after November 28th, 2022.
So, after some research on some of free alternatives provider I have gone through them all and see if it is free then I have included in my list that I am providing you 😎⭐😀.
1.Netlify - Host serverless apps
Netlify - link
You can try this one if you use serverless backend as you can make api with it.
For Reference:-
fullstack on netlify
2.Cloudflare - Best for Static Site.
Pair http://pages.cloudflare.com (unlimited hosting 100% free, no underlying conditions), with http://workers.cloudflare.com (very generous free plan for serverless functions), and all the other cool stuff (R2, Durable Objects, KV, etc.), and it's a powerhouse!
3.Cyclic - Deploy full stack Node JS apps in seconds.
If you are MERN Stack developer then this is best for you.
It provides many things such as
- For Frontend:- React, Next, Vue, Svelte.
- For Backend:- Express, Node JS.
- DataBase.
- Even Bots :- Slack Bot.
If you sign up using my link you will get $10 free credit.
4.Deta – The Cloud for Developers
Get your Python & Node.js apps / APIs on the internet in seconds.
Deta is free for ever.
5. Firebase - Fast and secure web hosting
Firebase Hosting provides fast and secure hosting for your web app, static and dynamic content, and microservices.
6. Railway - Made for any language.
It also provide many language supports such Node Js, Django, Laravel, Kotlin spring, ruby and more....
According to me, you must try this. This is perfect for us as it will provide predefined template for all languages.
If you sign up using my link you will get $10 free credit.
7. Render - The fastest
way to host all your web apps.
It provides also
- DataBase:-Redis, Postgres.
8.Devtron
Open source Software delivery workflow for kubernetes.
9.Fly - Run your full stack apps all over the world.
Every app will works on this.
Build with your favorite framework, ship on Fly.io. If you can build it into a Dockerfile, we can run it.
10.Fathym - Develop and deploy micro frontends in a headless, open world.
I would highly recommend this if you want to build Micro Frontend App then must try at once.
11. Back4app - Low-code backend to build modern apps
From databases to blockchain storage, we’ve got your backend covered
12.Dom Cloud - Classic Web Hosting Made Easy
A hosting service that serves all.
This is experimental as I have not tried before. Let me know if you are going to use.
13.Adaptable - The easiest way to deploy your FullStack App
Just connect your GitHub repository and let Adaptable handle the rest.
14.Microtica
Production-ready infrastructure and application templates to build solutions on AWS without ever opening the console.
15.Coherence - The First Developer Experience Platform
Get dev environments, full-stack branch previews, and deployments in one cohesive development experience — running in your cloud.
- Microsoft Azure - Microsoft Azure portal
If you are college student, then you will access Microsoft Azure Services.
So,you can host your backend app such as Node JS, Django, PHP.
Conclusion
These are my list that, up till now, I have found and share with you so that you can use it for free and make you website live ⭐.
So, which one you are going to try?
Let me know in comment section. Moreover, If anything left in my list, please share it in comment as well 👍.
Top comments (78)
Deta is the best choice if you want everything for free forever and unlimited space for database and applications. I think Deta is sponsored by the German government.
What's their end goal? How do they earn money? I get something like firebase. But this is like, sponsored by German gov because they just want devs to be happy and productive. Maybe capitalism created this trust isues in me, but I need to know what do they get from this😃
I think maybe the EU wants to compete with the US by expanding their influence around the world. And the Internet is an option for this reason. However, here is Deta 's answer to the question how they make money:
Cuber is also an alternative to Heroku.
You define a
Cuberfile
with about ~10 lines of code that describe your application, then you typecuber deploy
in your terminal to deploy your app on Kubernetes on any cloud provider.Cuber is free and open source and Kubernetes is usually much cheaper than a PaaS like Heroku. Also if you use Cuber you don't have to deal with all the complexity of Kubernetes.
Thanks, I will add this in my list. 🤗⭐
wow thats acutally kind of kubernets i am looking. , let me check
Be extremely careful when signing up for the "free" tier of any of these services, particularly ones that require a credit card (most of them). Use a disposable, one-time card if you can.
Not mentioning any names, but I've experienced firsthand some extremely shady practices that have ended up with with me receiving unexpected billing for services I never used.
Wow thanks, what services do you know that offers disposable one time card?
Revolut
Thank you, is it available outside the UK ?
Yep, it is.
Additionally, having tried a good few of these in the past, I can highly recommend both Netlify and Vercel. I'm also currently playing with Deta and it is super cool. Great user experience.
It says when one door closes another opens. I just learnt there were a lot of alternatives to heroku. Could heroku have had a better approach to this without taking away free-tier? I think instead of the free-tier, maybe users could have a limited free usage. Maybe 550MB storage free and when you exceed that you'd pay the extra.
i think they could have made the free tier only available using a credit card like aws or azure or gcp do and still maintain their fans
Which one has the ability to push via command line as simple as Heroku's
git push heroku master
?Well, I let you know.
@albertc44 Render has kind of that, but maybe simpler. You put a render.yaml in your project root. It describes what services you want at render (i.e. postgresql) and how to configure it.
Then connect your project on GitHub to your render account. When you do
git push
to GitHub it automatically deploys to render (if you want to).fly.io with the
fly deploy
command
Glad to see Netlify, CloudFlare, Deta and Render in this list; all very interesting hosting options for different purposes. I'm especially interested in seeing where Deta ends up in another year or two.
But one of the most complete for multiple purposes is missing, and that is Supabase:
Koyeb is a very good alternative I found lately.
Koyeb is a developer-friendly serverless platform to deploy apps globally. No-ops, servers, or infrastructure management.
I wrote an article on how to migrate from Heroku to Koyeb here
qoddi.com is an alternative to Heroku and compatible with Heroku buildpacks.
Add Fleek to the list. It's as simple as deploying on netlify but supports web3 so your page can be stored forever on IPFS (even if your domain name expires) without the need to deal with the complexities of web3 development.
Nice list, I never knew there were actually that many 😆
I'd also add that Vercel is a nice, also pretty similar to Netlify.