{
  "slug": "github-pages",
  "name": "GitHub Pages",
  "url": "https://pages.github.com",
  "cat": "host",
  "group": "back",
  "tagline": "Free static hosting from a repo",
  "price": "Free on public repos with GitHub Free; private repos require Pro ($4/mo), Team or Enterprise. Soft limits: 1 GB published site, 100 GB bandwidth per month, 10 builds per hour (waived when using a custom Actions workflow).",
  "tier": "free",
  "pick": false,
  "what": "Serves a static site directly from a repository branch or a GitHub Actions build, with free HTTPS on custom domains. Limits are soft rather than metered: a 1 GB published site, 100 GB of bandwidth a month and 10 builds an hour. No server-side code at all.",
  "why": "The zero-thought way to publish a Vite build, docs site or portfolio — one Actions workflow and it is live forever with no billing relationship to worry about and no credit card on file.",
  "warn": "GitHub's terms <b>forbid running a business, e-commerce or SaaS</b> on Pages. Billing risk is genuinely zero, but so are redirects, SSR, server env vars and access control. Exceeding 100 GB earns a polite email, not an invoice.",
  "install": "npx gh-pages -d dist",
  "category": {
    "key": "host",
    "name": "Hosting, deploy & edge",
    "desc": "Egress pricing is where every surprise-bill story starts. Spend caps noted per platform.",
    "group": "back",
    "groupName": "Give it a backend"
  },
  "freshness": null,
  "health": {
    "ok": true,
    "status_code": 200,
    "final_url": "https://pages.github.com/",
    "checked_at": "2026-08-18T16:48:12.002+00:00"
  },
  "corrected_at": null,
  "upstream_changed_at": null
}