Live data from Hacker News

Ask HN: Cheapest/easiest way to host a static site?

news.ycombinator.com

11–20 of 507 posts

Re: Ask HN: Cheapest/easiest way to host a static site?

#13

GitHub 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?

#19
GitHub 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?

#20
post #6

The 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.

Post reply on HN