Tiny self-contained GLSL sketches - 1–3 kb each. Three variants are live on the splash page (grid, nebula, light-cone). More in progress.
Experiment Map
Experiments
Cross-document transitions using the View Transition API Level 2. Testing reduced-motion fallbacks and hero element continuity across page navigations.
Compute shader patterns in the browser: particle simulation, basic image convolution, and a tiny neural-net forward pass without a server.
Event timing breakdowns and long-task elimination. Using scheduler.postTask, requestIdleCallback, and yield patterns to keep every interaction under 200 ms.
Build-time inverted index with client-side fuzzy search. Target: under 5 kb runtime overhead, zero server calls, instant results.
Chrome Prompt API + WebGPU for note summarisation and content tagging - no data leaves the device.
Cards and panels that respond to their own container width. Already deployed throughout this lab as the default layout strategy.
Passwordless login boundary for private notes using WebAuthn passkeys. No third-party auth SDK - just the browser API and a Cloudflare Worker.