Colophon
About this site
This is a transparent, mostly-AI-built personal site. The scaffolding, components, content exporter, tests, and CI workflow were drafted by an agent inside VS Code and reviewed by a human. Source is open; data is public-safe by design.
41 commits; last commit de4a778
Stack
- Framework
- Astro 5 with React 19 islands
- Styling
- Tailwind CSS 3
- Content layer
- Astro Content Collections (Zod-validated JSON)
- Language
- TypeScript (strict)
- Testing
- Vitest, Testing Library, Playwright (visual)
- Hosting
- Azure Static Web Apps (Free tier)
- Deploy pipeline
- GitHub Actions, path-filtered to websites/advisor-site/**
- Coding agent
- GitHub Copilot (agent mode in VS Code)
- Model
- Claude Opus 4.7
How the AI agent contributed
Site scaffolding, components, content exporter, tests, and CI workflow were drafted by the agent and reviewed by a human.
- Designed Astro layout, Tailwind theme tokens, and React islands.
- Wrote the Python content exporter with redaction rules.
- Authored unit tests with Vitest + Testing Library and visual screenshots with Playwright.
- Wrote the GitHub Actions workflow that builds and deploys to Azure Static Web Apps.