$ 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 StartServer-rendered, file-based routing, edge-ready.
- → TypeScript (strict)Catches bugs before your users do.
02styling
- → Tailwind CSS v4Utility-first. Zero unused CSS shipped.
- → Design tokens in CSSOne place to change the entire look.
03hosting
- → Vercel / Netlify / CloudflareGlobal edge, HTTPS, and free previews.
- → Shopify (for commerce)Battle-tested checkout, tax, and shipping.
04content
- → Markdown / MDXEdit copy in plain text, no CMS to learn.
- → Sanity or Payload (optional)When a proper admin is warranted.
05quality
- → Lighthouse 95+ targetPerf, SEO, best-practices, a11y.
- → axe + manual a11y passKeyboard, screen-reader, colour-contrast.
- → Playwright smoke testsBooking 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 →