A collection of self-contained HTML tools and toys. Each project is a single HTML file with zero dependencies — open it in a browser and it works.
| Project | Description | Open |
|---|---|---|
| rainscape | Procedural rain soundscape (Web Audio, no samples). 3 voices + 3 atmospheric presets + study mode (rain on water). | rainscape/rain.html |
- One HTML file per project, no build step
- Zero runtime dependencies (no CDN scripts, no network calls)
- Zero binary assets where possible — generate sound/visuals procedurally
- Native web platform first