Dev
Notes on software: web experiments, tooling, and things learned the hard way.
Building the landing-page variant gallery
How this site ended up with two dozen full-screen landing pages, and the tiny data file that keeps them from drifting apart.
Astro's scoped styles vs. runtime-created DOM
A silent failure mode — styles that never match elements your script creates — and the :global() escape hatch that fixes it.