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
Top comments (35)
No mention of Glitch? It can host full-stack node apps and is free. It's like a combination of Heroku, CodePen and GitHub. Import and export to and from GitHub in a few clicks. Awesome "rewind" feature. Incredible community. Thousands of examples you can remix and play with. And the VS Code extension is absolutely mind-blowing.
Yes. Glitch is awesome. I'm surprised that it's not mentioned more often.
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...
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.
You can host any type of app with the help of github pages npm module
Thanks for the suggestion, Nikolas.
Vercel is top notch. For all types of apps
Whoa! 100GB of volume storage and 20GB of cdn storage! That's awesome! I gotta check it out.
Firebase is my favorite! Super generous free tier, plus you can also host your Express server for free using Firebase Functions!
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.
oof wow, that's a crazy restriction. Been using Zeit (now Vercel) and it's excellent
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)
Thanks for sharing your experience @caelinsutch . :)
If you are building kubernetes applications you should check okteto.com
Can confirm, okteto is awesome for development π. Awesome dev and onboarding experience!
Thanks Ramiro! Awesome! :)
By object storage it means S3 like right? So yeah technically not "cdn storage" but one gets the gist.
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. π
Great list, thank you just migrated from gh-pages to netlify and works great. I will give other platforms a try as well.
Some comments may only be visible to logged-in visitors. Sign in to view all comments.