Live data from Hacker News

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

news.ycombinator.com

1–10 of 507 posts

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

#5
Speaking of AWS, I recently deployed a gatsby web site with AWS Amplify. It links to your git repo and will automatically deploy when you merge to master/main. You can also deploy branches you want to test out. As this was my second website I have ever deployed, I was amazed at how easy it was to setup.

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

#7
post #3

If you mean pure html/css, then the least friction would be NeoCities [1] It is free and not owned by Microsoft or Google. [1] - https://neocities.org/

Seconded. Their CLI has all you need, even git hooks. Personally I just use `neocities push .`
Post reply on HN