03 — about
Built with Claude Code
This page — the layout, the runtime, the eight simulations and the shader — was
written in a single session with Claude Code.
Clone it, open index.html through any local server, and everything runs.
Run it locally
The demos are ES modules, so they need to be served over HTTP rather than opened
as a file:// path. Any static server will do:
git clone https://github.com/watsonstevenc/interactive-showcase.git
cd interactive-showcase
python -m http.server 8000 # then open http://localhost:8000
Tested in current Chrome, Edge, Firefox and Safari. The shader falls back to a
short message where WebGL is unavailable, and every animation respects
prefers-reduced-motion.