Snowfall
Canvas particle snow over a branch.
Build log
A workbench of small interactive experiments — animations, simulations, and interfaces built with plain HTML, CSS, and JavaScript. No frameworks, no build step. Here's the first one, running live right now.
U1 Seven-segment clock — segment driver demo LIVE
More builds
Every project gets its own socket on the board. Drop in the next one and wire it up.
Snowfall
Canvas particle snow over a branch.
Tap the element for details. Use the arrows to browse all 118.
Empty socket
Add your next build here.
Empty socket
Add your next build here.
About
No build tools, no dependencies — every project here is plain code you can open, read, and change.
| Stack | HTML, CSS, vanilla JavaScript, SVG — no frameworks. |
| Approach | Each build is a self-contained script. Open it, read the code, change what you want. |
| Layout | Shared markup and styles at the root; per-socket code in scripts/, styles in styles/, assets in images/. |
| First build | U1, the seven-segment clock above — a digit lookup table driving SVG segments and circuit traces in one shared coordinate space. |
| Second build | U2, a canvas snowfall — particles drifting over a frosted branch, scoped to its own socket. |
| Third build | U3, a periodic element card — tap hydrogen to reveal its stats and an orbiting-electron canvas. |
| Status | Actively socketing new builds. |