DEV Community

Cover image for Ultimate List Of Free Web Deployment Service Providers
Vuelancer
Vuelancer

Posted on • Edited on

Ultimate List Of Free Web Deployment Service Providers

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

Create a simple blog using nextjs, neon, prisma (Jstack)

hosting providers

Freemium Resources

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



Support Me

Oldest comments (49)

Collapse
 
vuelancer profile image
Vuelancer
  • If I missed some websites, reply those websites!
Collapse
 
bhavik009 profile image
bhavik009

fast.io is also worth trying for all small front-end needs..

Collapse
 
vuelancer profile image
Vuelancer • Edited

How did I forget this website? Thanks for saying this website dude. I will add this website in the list.

Thread Thread
 
99hats profile image
99hats

Just saw this - Notice: On January 15th, 2021, Fast.io will discontinue services for all users.

Collapse
 
maicol07 profile image
Maicol

I would add HelioHost - Free Community-driven Hosting - heliohost.org/ - PHP, ASP.NET - Java - Ruby on Rails - DJango - Python - Perl

Collapse
 
vuelancer profile image
Vuelancer
  • I found this website on free-for.dev/ & I was disappointed because it has no nodejs!
Collapse
 
maicol07 profile image
Maicol

Well, they added it last year: helionet.org/index/topic/36882-nod...

Thread Thread
 
vuelancer profile image
Vuelancer

wow! Defintely use this provider! thanks dude!

Collapse
 
andycharles6 profile image
andycharles6

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

Collapse
 
vuelancer profile image
Vuelancer

Thanks for sharing dude! I will add those websites in google keep so that I will refer it back!

Collapse
 
anzhari profile image
Anzhari Purnomo

AWS S3 free tier for frontend app ✔️

Collapse
 
vuelancer profile image
Vuelancer

You're right! We could use GCP, Azure, Aws as well! But It has 1year trial period only right?

Collapse
 
jwkicklighter profile image
Jordan Kicklighter

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.

Thread Thread
 
vuelancer profile image
Vuelancer

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.

Collapse
 
anzhari profile image
Anzhari Purnomo

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.

Collapse
 
sumitkolhe profile image
Sumit Kolhe • Edited

There is kintohub.com for full stack apps and static sites too. It also supports multiple environments and databases

Collapse
 
vuelancer profile image
Vuelancer

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!

Collapse
 
syedmeesamali profile image
syedmeesamali

Well i guess "pythonanywhere.com" is always missed. They're super awesome for small to medium projects.

Collapse
 
vuelancer profile image
Vuelancer

I should try this website to host some project today. After checking it, I will add it

Collapse
 
triptych profile image
Andrew Wooldridge

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.

Collapse
 
vuelancer profile image
Vuelancer

Tmrw I will try neocities and If everything is successful like hosting then I will add in the list! Thank you suggesting it dude!

Collapse
 
luisnomad profile image
Luis Serrano 🇪🇺

Free != Freemium

Collapse
 
vuelancer profile image
Vuelancer

I dont know exact difference. Will you say it?

Collapse
 
seamanb2k profile image
DigitalEmma

Thanks for sharing, these are nice resources.

Collapse
 
zwacky profile image
Simon Wicki

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.

Collapse
 
vuelancer profile image
Vuelancer

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!