Music & Sound
Instruments, sequencers, and audio visualizers
Every demo includes conversion ideas and behavioral hypotheses
FAQ for this category
A quick guide to what is here, what you can learn, and where to go next.
What can I do in Music & Sound?
You can play with browser-based instruments, sequencers, and audio-reactive visuals like Piano, Drum Machine, Guitar, and visualizers.
What makes this category technically interesting?
It surfaces browser-audio implementation themes directly: Web Audio, latency, visualization, sequencing, and instrument-style interaction design.
What is the recommended route for first-time visitors?
Try one sound demo first, then use the Blog for deeper context. If you want the broader map of the site, use the home page.
Related Articles
Audio Programming References — Where Web Audio API Meets Music Theory
Key insights from implementing 11 music components including Piano, Guitar, and Theremin with Web Audio API, plus a curated list of books and resources for audio programming.
Browser Game Developer Setup 2026 — The Toolchain Behind 203 Components
A tour of the development environment for building 203 browser games and interactions. Claude Code-centric workflow, bun + Biome + Vite, and parallel development with Git Worktree.
Bulk-Fixing 200 Components with Claude Code — The Full Pipeline of Classification, Fixing, and Verification
A practical record of bulk-fixing bugs across 203 interactive components with Claude Code in 6 commits and 100+ files. The entire process of classification, templating, and verification.
Sound Synthesis with Fourier Series — Harmonics and Waveform Construction
Synthesizing square, sawtooth, and triangle waves with Fourier series and visualizing them with epicycles. Experience how adding harmonics changes timbre through Web Audio API sound synthesis.