Hey guys asked claude for some assistance, any recommendations you guys have on this no real expert in Local hosting..
Looking for hosting advice: public stats dashboard for a hobby trading bot
What the site is:
- Static site (HTML/CSS/JS) — no backend, no logins, no database on the host
- Small JSON data files pushed to it ~hourly by a bot running on my home server
- One page: a live chart, a leaderboard table, a trade feed
- Low traffic, occasional spikes from social media links
- Need HTTPS + a custom domain
Domain: .com ~R200–350/yr, or .co.za ~R100–150/yr from a local registrar (note: Cloudflare's registrar doesn't sell .co.za).
My current plan: Cloudflare Pages (free) + a .com (~R250/yr) → total running cost ≈ R250/year, all of it the domain. GitHub Pages as fallback if the hourly-deploy plumbing on Pages is annoying.
Questions:
1. Any gotchas with frequent small deploys (hourly JSON) on Cloudflare/GitHub Pages?
2. Anyone regret free-tier hosting for a site like this once traffic spiked?
3. Better-value setup I'm missing?