Hacker News new | ask | show | jobs
by arlk 1894 days ago
You don't even need a VPS. A static website with no user input better be hosted on Vercel or Netlify, with Cloudflare as a CDN.
2 comments

No need for Cloudflare, Vercel or Netlify already have CDNs.

Another option is Cloudflare themselves, with Cloudflare Pages.

There's also Firebase, and good old S3+Cloudfront.

I just launched something with AWS Amplify, which is automatic S3+Cloudfront. Insanely easy. Just link a repo.
Vercel, Netlify and Cloudflare Pages are the same, just link a repo
How much would it cost, assuming 70m visitors and various page sizes (100k to 1m)?
Oh, actually a shitload. Data out is $0.15 per GB. 70m at 1mb is $10k. Straight S3 is $80, if I used the calculator right.
Could Github Pages work too?
I don't see any reason why it couldn't.