nickhayes.io
Personal website built with Astro, MDX, Tailwind CSS, and Cloudflare Pages.
This site is the project. Built with Astro and deployed to Cloudflare Pages.
Stack
- Framework: Astro 6 with React islands
- Styling: Tailwind CSS 4
- Content: MDX files committed to the repo
- Hosting: Cloudflare Pages (edge-deployed globally)
- CI/CD: GitHub → Cloudflare Pages on every push to
main
Why this stack
Astro ships near-zero JavaScript by default — perfect for a mostly-content site. React is available for any interactive bits. MDX means content lives in the repo alongside code, so Claude Code can edit posts the same way it edits components.