Digital Ocean App Platform gives 3 free static sites.
Ask HN: Cheapest/easiest way to host a static site?
201–210 of 507 posts
Re: Ask HN: Cheapest/easiest way to host a static site?
#202https://render.com (lead by early Stripe infra employee!)
Re: Ask HN: Cheapest/easiest way to host a static site?
#203Details here: https://fotijr.com/blog/2020/how-its-made/
Re: Ask HN: Cheapest/easiest way to host a static site?
#204Speaking 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?
#205I actually started it using myself, because it is so nice to just zip a folder and get it online in ~10 seconds.
Re: Ask HN: Cheapest/easiest way to host a static site?
#206I've tried Github pages, Netlify, and Cloudflare Pages. Moved last night to the latter. Github pages is fine, but the extra gh-pages branch is kind of annoying. It's fairly clear (for obvious reasons) that they mainly think about Jekyll users, though I had a Hugo blog there for a while. Netlify sounds great, but in practice I ran into an annoying issue that I couldn't resolve where I had to rerun every automatic buil…
gitlab pages is better imo. You can use the CI to run any code you want to build the static files.
That is Netlify and Cloudflare Pages' defining feature, and GitHub has had that for a few years now.
Re: Ask HN: Cheapest/easiest way to host a static site?
#207Re: Ask HN: Cheapest/easiest way to host a static site?
#208Re: Ask HN: Cheapest/easiest way to host a static site?
#209I've tried Github pages, Netlify, and Cloudflare Pages. Moved last night to the latter. Github pages is fine, but the extra gh-pages branch is kind of annoying. It's fairly clear (for obvious reasons) that they mainly think about Jekyll users, though I had a Hugo blog there for a while. Netlify sounds great, but in practice I ran into an annoying issue that I couldn't resolve where I had to rerun every automatic buil…
You can configure github projects to source from a different branch (including your main/master branch if you check in build artifacts directly)
Re: Ask HN: Cheapest/easiest way to host a static site?
#210Earlier quoted context omitted.
An S3 bucket is intended as storage, not retrieval. Downloading from S3 means grabbing shards. You should put a proper CDN, like CloudFront or Cloudflare, in front.
Why, if his monthly bill is 83 cents, and he values his time? Does not using a CDN impact performance in a crippling way that neither me nor the poster you're replying to understands?