Live data from Hacker News

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

news.ycombinator.com

31–40 of 507 posts

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

#32

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.

Also you can deploy your `public` folder to Netlify simply by drag-and-drop. I love this.

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

#37
Azure Static Web Apps is free at the minute, and I've heard the pricing will be very reasonable once it comes out of preview (in the cents/pennies probably unless you're really popular!)

https://azure.microsoft.com/en-gb/services/app-service/stati...

Would recommend giving it a bash, or you could deploy it manually with Azure Blob Storage Websites and a simple deployment CI pipeline.

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

#39

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.

I've been very happy with this setup for my simple personal marketing site.
Post reply on HN