DEV Community

Cover image for Where do you host your static sites?
Madza
Madza

Posted on

Where do you host your static sites?

So far I've used just Github pages and Netlify, tho I've heard of other alternatives like Firebase, Vercel, Google Cloud Storage, Surge and Render.

Where do you host your static sites and why?

Latest comments (80)

Collapse
 
hunsalz profile image
Markus Hunsalz

Have a look at ionos.com/hosting/deploy-now and subscribe for free. You can find more details here: docs.ionos.space/

Collapse
 
madza profile image
Madza

Thanks for sharing! 🙏❤

Collapse
 
anibalardid profile image
Anibal

in my case DigitalOcean

Collapse
 
icyjoseph profile image
Joseph

If you don't even have a minute to spare, use Surge, takes about 1 second.

Collapse
 
gocarlgo profile image
captproton

+1 for Netlify. It automatically updates when I push to github.

Collapse
 
rcrohan profile image
Rohan

Generally, I host my static websites on Netlify it is nice and quite easy for the folders present in the root of the repo. Actually I wanted to know how to host the monorepos(A GitHub Repo consisting of more than one folder and each folder consisting of static websites and being hosted) I even went through the documentation but I couldn't do so if anyone did it before or any link to do so with better examples please do comment

Collapse
 
juanfara profile image
Juan

AWS S3 is the way to go for static sites.
Completely free and, as a bonus you can start dealing with AWS which in my opinion would become (already is ?) a must on web dev pretty soon.
;-)

Collapse
 
highcenburg profile image
Vicente G. Reyes

I host on Netlify, AWS S3 and GitHub pages :D

Collapse
 
aralovelace profile image
April Smith • Edited

Firebase - its easier to deploy esp my angular applications

Collapse
 
aybee5 profile image
Ibrahim Abdullahi Aliyu

I use netlify for SPA, i love how it build and host my app just by git push

Collapse
 
madza profile image
Madza

Same here, one of the features I love most 👍

Collapse
 
steinbring profile image
Joe Steinbring

I have been putting a lot of my static sites on render. It's free and you're able to attach a subdomain with a cert. That is something that isn't very common.

Collapse
 
madza profile image
Madza

That feature could come in handy in many cases, agree 😉👍

Collapse
 
heyay profile image
Ayush

vercel bro, smooth is af

Collapse
 
adaptive profile image
Hugo Romano
Collapse
 
remotesynth profile image
Brian Rinaldi

I've hosted everything through Netlify for a long time and have always been impressed by their service. Tools like Forms, Functions and Identity are super useful to me too.

Collapse
 
madza profile image
Madza

Do you use any paid plan or stick with the free tier? 👀

Collapse
 
remotesynth profile image
Brian Rinaldi

Because of being a very early adopter and for the my being an advocate of Jamstack for years, I am on a "friend of Netlify" account - so some features that would be charged are free. However, I don't think much of anything that I have done so far would have hit any of the usage caps.

Collapse
 
starpebble profile image
starpebble

Amplify. It's nifty. A few thoughts of mine to kindly share: it brings a CI/CD pipeline to the table; Amplify gives the static files to CloudFront, which is like a CDN, to host; and Amplify simplifies the auto-configuration of SSL and DNS. 👍

Collapse
 
ndom91 profile image
Nico Domino

DigitalOcean recently added Netlify like App hosting - you just point it at a repo and it does the rest. Static Sites are free and other things that need a server process running (node apps, etc.) require a mini droplet type purchase. The one project I tested like this they put me on an "XS" plan that was like $5-6 / month.

Personally I use Netlify / Vercel though for just about everything.

Collapse
 
adriansamuel profile image
Adrian Samuel • Edited

Hey! Could you send me the link for the digital ocean hosting? I didn't know DO had a free service. Really interested to see what they offer

Collapse
 
ndom91 profile image
Nico Domino

Yeah no problem. It's currently in beta, but it's seems pretty nice already.

digitalocean.com/docs/app-platform/