Ask HN: My GitHub Pages site went viral. 120k requests and 6 gigs. What do I do?
So I built nesteggly.com. Literally an MVP I cooked up over the past couple of months to help my gf plan her retirement. Being a 100% static website and not thinking many people would find it very interesting I decided to host it on GitHub Pages.
Fast forward to the last 24 hours. I've had over 120,000 page views and 6 gigs of bandwidth consumed. Fortunately I'd just set up Cloudflare and GitHub only delivered about 2 gigs of that. I haven't received a call from GitHub yet and my site seems to still be up and responsive.
The questions at the top of my mind:
Is this an appropriate use of GitHub Pages?
Should I be concerned they'll shut me down?
What's the best way to host a 100% static site?
18 comments
[ 5.7 ms ] story [ 43.9 ms ] thread[1]: https://github.community/t5/GitHub-Pages/Can-I-use-github-pa...
https://help.github.com/en/github/working-with-github-pages/...
That's not very comforting.
> GitHub Pages is not intended for or allowed to be used as a free web hosting service to run your online business, e-commerce site, or any other website that is primarily directed at either facilitating commercial transactions or providing commercial software as a service (SaaS).
https://help.github.com/en/github/working-with-github-pages/...
Still $5/month, but you don't have to manage anything.
I once experimented hosting my ghost blog on AWS s3 at http://viral.santoshsrinivas.com/
Just in case I happened to make anything worth virality ;-)
As many have asked, how did you manage to get your site go viral ;-)?