$ gill --print-stack

No page builders. Real code.

The exact tools I reach for on every project. Boring, modern, fast, portable. You could hand this codebase to any senior developer on earth and they'd feel at home.

01framework
  • React 19 + TanStack Start
    Server-rendered, file-based routing, edge-ready.
  • TypeScript (strict)
    Catches bugs before your users do.
02styling
  • Tailwind CSS v4
    Utility-first. Zero unused CSS shipped.
  • Design tokens in CSS
    One place to change the entire look.
03hosting
  • Vercel / Netlify / Cloudflare
    Global edge, HTTPS, and free previews.
  • Shopify (for commerce)
    Battle-tested checkout, tax, and shipping.
04content
  • Markdown / MDX
    Edit copy in plain text, no CMS to learn.
  • Sanity or Payload (optional)
    When a proper admin is warranted.
05quality
  • Lighthouse 95+ target
    Perf, SEO, best-practices, a11y.
  • axe + manual a11y pass
    Keyboard, screen-reader, colour-contrast.
  • Playwright smoke tests
    Booking flows and forms tested before launch.
~/your-site $
> lighthouse https://your-site.com --preset=desktop

  Performance     ████████████████████░  98
  Accessibility   ████████████████████░  100
  Best Practices  ████████████████████░  100
  SEO             ████████████████████░  100

> git log --oneline | head -3
  a1c9f4d  launch: hand off keys to client
  8b2e77c  perf: subset fonts, compress hero
  3d1a2ff  init: brand tokens + routes

> exit 0

Have a stack requirement I didn't list?

Ask me →