Hey, I have created a list of free web hosting service providers. I have checked each and every website in the past weeks!
My youtube channel - Vuelancer
Don't waste any of your money, instantly build and deploy your sites to our global network without wasting a single penny.
NOTE:
- Most of the free hosting providers fail to give free plans after few months itself, because of their business model and competitions in this industry.
- Also, the past few years interest rates are very low, and because of that many startups gave free plans, but now interest rates are at its high. So, dont expect startups to provide free plans forever. But we can start our development journey with free plans, but in future we have to be ready to pay and get resources.
Check my other posts
Freemium Resources
-
Heroku- https://heroku.com - Deploying Front & Backend- heroku stopped their freemium, moved completely to premium. (Updated on sept. 2024
Netlify - https://netlify.com
Vercel (Zeit) - https://vercel.com - Deploying Front & Backend apps at free of cost
Firebase - https://firebase.com - Deploying Front & Backend apps at free of cost
Supabase - https://supabase.com/
Wasmer - https://wasmer.io/
Surge - https://surge.sh
Render - https://render.com
Glitch - https://glitch.com - Deploying Front & Backend apps at free of cost
Deno deploy - https://deno.com/deploy - Site for deploying for apps created using deno.
Fly - https://fly.io - Deploying Front & Backend apps at free of cost
Fleek - https://fleek.co
Begin - https://begin.com
Stormkit - https://stormkit.io - Deploying Front & Backend apps at free of cost
Commonshot - https://commons.host - Static web hosting and CDN.
Heliohost - https://heliohost.org - PHP, Ruby on rails, perl, django, java(jsp)
Fast - https://fast.io (newly added)
kintohub - https://kintohub.com - supports the static site, web app, backend apps. (updated)
Hubspot - https://hubspot.com - CRM tool for marketing, sales, content management, and customer service (newly added)
Torus.host - https://torus.host - needs an aws account.
Bip - https://bip.sh - Static web hosting provider (updated)
Cloudflare pages - https://pages.cloudflare.com - Static frontend hosting provider (updated)
Qoddi - https://qoddi.com/ - PaaS App Hosting Platform (newly added)
Thank you!
- We can use github pages, gitlab, bitbucket to deploy static web pages!
Premium providers
- AWS
- GCP
- Digitalocean
- Microsoft Azure
- Vultr
- Alibaba Cloud
- Linode
Final thoughts
Use VERCEL for any front-end application as well as medium-level backend apps.
Use HEROKU for any level backend apps.
Other websites are also useful when you are deploying static sites. But I recommend you to go through each website and find which one suits your project.
Some of my youtube videos
Oldest comments (49)
fast.io is also worth trying for all small front-end needs..
How did I forget this website? Thanks for saying this website dude. I will add this website in the list.
Just saw this - Notice: On January 15th, 2021, Fast.io will discontinue services for all users.
I would add HelioHost - Free Community-driven Hosting - heliohost.org/ - PHP, ASP.NET - Java - Ruby on Rails - DJango - Python - Perl
Well, they added it last year: helionet.org/index/topic/36882-nod...
wow! Defintely use this provider! thanks dude!
There is also forge.laravel.com (For Laravel & PHP) and cleaver.cloud (For Adonis, Node and PHP).
They are not pure hosting platforms.But they abstract the work of managing infra and deploying apps by connecting to your AWS, Digital Ocean or Linode accounts.
The plus point is. I can continue using AWS and offload the work of writing custom scripts to Cleaver and Forge
Thanks for sharing dude! I will add those websites in google keep so that I will refer it back!
AWS S3 free tier for frontend app ✔️
You're right! We could use GCP, Azure, Aws as well! But It has 1year trial period only right?
There are "always free" tiers for AWS S3 and GCP Storage. I assume Azure also has one, but can't say for sure without checking. The free tiers are large enough that no one with a small personal site is going to come close to them.
Azure has 1 year free trial. It supports static sites and nodejs also. Large hosting providers are worth to deploy larger apps actually. But heroku, vercel will be useful when we are doing our own projects.
Yep, on AWS you get 5 GB free S3 storage for 12 month. Not sure about the other providers, but it should be very similar.
There is kintohub.com for full stack apps and static sites too. It also supports multiple environments and databases
I tried kintohub to deploy static and backend app (nodejs), but the application shows unhealthy status. Let me try one more time and find whether it suits!
Well i guess "pythonanywhere.com" is always missed. They're super awesome for small to medium projects.
I should try this website to host some project today. After checking it, I will add it
I would add neocities.org to the hosting list. It has a HUGE amount of space if you pay the tiny fee. But totally free also for anyone.
Tmrw I will try neocities and If everything is successful like hosting then I will add in the list! Thank you suggesting it dude!
Free != Freemium
I dont know exact difference. Will you say it?
Thanks for sharing, these are nice resources.
Great that you listed Github Pages, too!
I host my website and blog (👉 wicki.io/posts) there too with static generated HTML. I love most about it that I don't feel locked-in by the tech.
Github pages are supporting the creator by giving easier deployment techniques. But I never deployed anything in github pages bcz I never learned how to deploy in it. But recently I did. Thank you for your comment!