Though for production I'd probably use S3+Cloudfront.
Ask HN: Cheapest/easiest way to host a static site?
11–20 of 507 posts
GitHub Pages are probably the easiest to work with, with node modules built for easy one-command publishing.
Re: Ask HN: Cheapest/easiest way to host a static site?
#12Just start bozohttpd.
Re: Ask HN: Cheapest/easiest way to host a static site?
#13GitHub Pages are probably the easiest to work with, with node modules built for easy one-command publishing. Though for production I'd probably use S3+Cloudfront.
Also auto-publishing on pushes to a specific branch with GitHub actions is really awesome.
Re: Ask HN: Cheapest/easiest way to host a static site?
#14glitch.com
Re: Ask HN: Cheapest/easiest way to host a static site?
#15Cloudflare Pages, or Firebase Hosting. Both can be spiced up with cloud functions.
Re: Ask HN: Cheapest/easiest way to host a static site?
#16My Favs:
- Cloudflare
- AWS s3
- Github pages
- Google
Re: Ask HN: Cheapest/easiest way to host a static site?
#17My weekend project is to move a small personal site to Cloudflare Pages[0]. Can't vouch for it yet, but it might be worth a look.
Re: Ask HN: Cheapest/easiest way to host a static site?
#18Surge.sh is probably the easiest and fastest. Host a static site in one command.
I like Netlify for most stuff personally.
Re: Ask HN: Cheapest/easiest way to host a static site?
#19GitHub 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.
Re: Ask HN: Cheapest/easiest way to host a static site?
#20The most popular currently is probably https://www.netlify.com/ - 100% free. If AWS + CloudFront is too difficult and you don't mind spending a few bucks, it's pretty easy to get started with LightSail - about $3.50 a month.
Specifically Netlify Drop: https://app.netlify.com/drop
You don't even need to create an account, just upload a zip of your files.