Seconding the https://nearlyfreespeech.net suggestion. I used to be their customer and had absolutely no complaints. I have switched to BunnyCDN [1] a while back, also very happy with it. Pricing is extremely cheap, and has the added benefit of being able to cache anything dynamic you might add in the future. [1]: https://bunny.net/
Ask HN: Cheapest/easiest way to host a static site?
91–100 of 507 posts
Re: Ask HN: Cheapest/easiest way to host a static site?
#92Re: Ask HN: Cheapest/easiest way to host a static site?
#93Re: Ask HN: Cheapest/easiest way to host a static site?
#94Earlier quoted context omitted.
I discovered Netlify through Netlify CMS. I had a pretty bad opinion about Netlify CMS, so I was pretty sure Netlify was going to be at least as bad. Damn, I have never been so wrong: - the interface is so intuitive I never opened the documentation - this is FAST (the bottleneck to see my website live is now my browser cache) - no need to create a Github Actions pipeline to deploy, just say "hey, my repo is here" - a…
My favorite feature is automatic deployment of pull requests. I love it, and I wish there was something as cheap and easy for backend services as well. Though I guess it's not too necessary if you implement testing properly :p
[1] - https://layerci.com/
Re: Ask HN: Cheapest/easiest way to host a static site?
#95Re: Ask HN: Cheapest/easiest way to host a static site?
#96GitHub Pages or Netlify for sure. With either of these options, your static site can be set up to deploy whenever there's new commits to the specified branch. Me and a friend mentor for Code Louisville, and we're able to get the beginner frontend students up and running very quickly using these options - they're free and much easier to use.
"GitHub Pages is not intended for or allowed to be used as a free web hosting service to run your online business, e-commerce site, or any other website that is primarily directed at either facilitating commercial transactions or providing commercial software as a service (SaaS)."
So it's great if you want to host a personal site / blog or some other non-revenue-generating website, but for anything more than that you could run into issues.
[0] https://docs.github.com/en/github/working-with-github-pages/...
Re: Ask HN: Cheapest/easiest way to host a static site?
#97Netlify! I use it for holding pages for client websites. Quick upload of a folder containing an index.html and a stylesheet and off you go.