Free Hosting
The ultimate list of places you can host your apps for free. Enjoy.
- Netlify: netlify.com
- FIrebase: firebase.google.com
- AWS: aws.amazon.com
- Heroku: heroku.com
- Github Pages: pages.github.com
- Vercel vercel.com
- Surge: surge.sh
- Render: render.com
- Gitlab Pages docs.gitlab.com/ee/user/project/pages
If you liked this article, be sure to ❤️ it.
This article is a repost from my blog. Find the original post here: List of places you can host your apps for free.
Let's keep in touch:
Blog: markodenic.com
Twitter: @denicmarko
Github: github.com/MarkoDenic
Codepen: codepen.io/denic
Oldest comments (35)
If you are building kubernetes applications you should check okteto.com
Thanks Ramiro! Awesome! :)
Can confirm, okteto is awesome for development 🙌. Awesome dev and onboarding experience!
Firebase is my favorite! Super generous free tier, plus you can also host your Express server for free using Firebase Functions!
Thanks for sharing your experience @caelinsutch . :)
I really like firebase but was a bit disappointed that I couldn't send an email as their functions don't allow outbound http requests on the free tier.
Netlify is my go-to now. I absolutely love it.
Yeah unfortunately that's true, but Blaze plan still has a free tier, you only pay when you exceed the free tier (hard to do unless you have thousands of users)
oof wow, that's a crazy restriction. Been using Zeit (now Vercel) and it's excellent
Great list! I'll add one that's free while it's in preview: azure.microsoft.com/en-us/services... . You can use azure static web apps to deploy static applications with a serverless API powered by Azure Functions.
Thanks, Will. I already talked with people from Azure about this. You can check the discussion here: twitter.com/simona_cotin/status/12...
pythonanywhere.com for Python apps
Thanks Gabriel. 🙌
It might be a good idea to categorize which service can host dynamic pages or not. For example on Heroku you can run pretty much whatever you want (Go, Python, PHP, Ruby...) whereas github pages can only host static content.
Thanks for the suggestion, Nikolas.
You can host any type of app with the help of github pages npm module
You can add stormkit.io to the list. That's amazing project by @svedova .
Thanks for sharing Bayu. Will check it out. 👍
Vercel is top notch. For all types of apps
pythonanywhere.com ? Its got amazing service and back-end is in Flask with free MySQL.
Great list Marco! There's also a compilation of more tools I came across at free-for.dev
This is a really nice comprehensive list. Thanks.
My pleasure. Glad you like it. 🙂
Thanks for sharing, Alexey.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.