Foundation decisions
The canonical log is DECISIONS.md in the repo root. In brief:
- Domain: technologybusiness.co (superseded eastwestcraft.com).
- Scope: M manages a few client sites; not a self-service builder.
- Architecture: Astro static site — no live server or database to attack.
- CMS: Decap — git-based, free, no cloud dependency.
- Hosting: Cloudflare Pages — WAF, DDoS protection, Turnstile, free tier.
- Auth: GitHub OAuth only; never a homegrown login.
- Headers: CSP, HSTS and friends set once at the host, via
_headers. - Forms: small serverless functions with validation + Turnstile (later step).
- Accessibility: WCAG AA baked in — tokens, semantic HTML, required alt text.
- Docs: this site plus
DECISIONS.md, generated as a byproduct of each step.