One subdomain = one GitHub Pages repo — running many sites off a single account14 August 2026·300 words·2 minsIt’s easy to assume GitHub Pages only really serves one thing per account. In practice it’s the CNAME file that decides routing.
Adding an LLM feature to a static site without ever putting a token in the browser30 July 2026·314 words·2 minsTwo options came up first — an API key in localStorage, or a Cloudflare Worker proxy — and neither was it. A GitHub-issue trigger pattern was requested instead.