// experiments
Side notes & playgrounds
Smaller things — interface ideas, perf experiments, CSS tricks. Built to learn, sometimes shipped.
- #css
CSS-only animated mesh gradient
Hero background that drifts and follows the cursor. No WebGL. ~50 lines CSS, 10 lines JS.
- #react
Magnetic CTA + cursor-tracked tilt
Reusable hooks for buttons that follow the cursor and cards that tilt with depth.
- #next.js
Theme system with no flash
Pre-paint inline script + tokenized palette. Honors prefers-color-scheme + persists choice.