Simple tools, shipped fast. This site is a single-page app with no backend, no database, no auth — just a few well-chosen pieces that stay out of the way.
Architecture
The entire site is a single-page application rendered in the browser. Vite bundles everything into one JS + CSS payload. No server, no API, no database.
Stack
Lightning-fast HMR in development, optimized production builds with zero config.
Component-based rendering for the timeline, marquee, and every interactive piece of the page.
Locally-scoped class names that keep styles predictable without a utility-class framework.
Three typefaces loaded from Google’s CDN — fast, free, and beautifully rendered across every browser.
Infrastructure
Typography
Color Palette
Why This Stack
It’s a single-page landing site. The entire data model lives in one file. Adding a type system would be overhead with zero payoff.
Scoped styles that live next to the components they describe. No utility-class soup, no purging, no learning a second syntax for CSS.
This entire site was built with AI-assisted development — designed, coded, and shipped through conversation. The future of making things is collaborative.