About
This is a minimal Astro demo — three pages, one shared layout, styled with Tailwind CSS.
The stack
- Astro 6 — content-focused framework
- Tailwind CSS 4 — utility-first styling
- TypeScript (strict) — type safety
Why Astro?
Astro ships static HTML by default and only hydrates interactive components when needed. That means less JavaScript, faster loads, and happier users.