Remixing a language-family map into a fun learning tool
The user iterates an SVG map of language families through remixes: a playful redesign, an animated React version, and tuning how many fun facts to include.
Related
A client-side MP3 silence cutter, built waveform-first
A four-round build of a browser-only MP3 silence trimmer, adding zoomable dual waveforms, click-to-play scrubbing, and neatly categorized CSS along the way.
A generic TypeScript util for finding discriminant union keys
A short back-and-forth builds a TypeScript type that finds common string keys across a union, useful for locating valid discriminants in tagged unions.
Backyard Landscape Design
A canvas-based backyard plan showing a gazebo, outdoor kitchen, raised garden bed, paver hardscape, and water feature, with a color-coded legend and notes.
Four failed fixes before a QR code app finally scans
Building a QR generator, Claude tries a broken API, a second API, then fake canvas pixels — before switching to a real QR library that scanners can read.