Izzy's personal site — an hexpunk world where the homescreen is an hp-grid space: a seed hex that blooms into categories, tether flights between them, and deep-dive reading.
Status: local-only. No remote, no deploys — the site iterates locally until it is deliberately taken live.
bun install
bun run dev # dev server
bun run check # format + lint + typecheck + tests + buildOr via just: just dev, just check.
src/pages/index.astro— the flow (the whole homescreen experience)src/content/— content collections (dnd,projects,lyrics,guides,about), schema insrc/content.config.ts.ai/— workflow contract and style guide for AI collaborators.plan/— local-only ADRs and the roadmap (gitignored)
Gitflow: main holds release states, develop is the integration
branch, feature/* branches hang off develop.