My personal portfolio site featuring a blueprint/technical drawing design aesthetic. Built with Astro, React, and Tailwind CSS.
- Astro 5 — Static site generation with islands architecture
- React 19 — Interactive components (skill grid, contact form)
- Tailwind CSS 4 — Styling via Vite plugin
- Framer Motion — Layout animations and transitions
- Astro DB — Contact form submissions
- Vercel — Hosting with image optimization and analytics
pnpm install
pnpm dev # localhost:4321pnpm build # includes --remote flag for Astro DB
pnpm preview # preview the production build locally