Hacker News new | ask | show | jobs
by kgdiem 696 days ago
Any reason not to use S3 static hosting and cloudflare? I host at least 4 sites for between $0.03-0.1/month this way.
2 comments

I did that for years but have recently switched to Cloudflare Pages. Cost are negligible either way, but Cloudflare auto publishing straight from a GitHub webhook out of my repo is slightly fewer components.
I do this too! It’s kind of a pain to set all the right headers and such though. I use a deployment tool called s3_website but it seems abandoned…