Strudel-Based Mini DAW
Developed a browser-based, pattern-based mini DAW (drum machine + sequencer + code editor) built on the Strudel live-coding engine. Uses the @strudel/repl web component for WebAudio-based sound generation.
Problem: Need for a lightweight, browser-based, and code-accessible tool for music production.
Solution: Bundler-free architecture with vanilla JS + ES modules, built on Strudel live-coding engine, running from a single index.html.
Result: Single-page mini DAW application with pattern-based drum machine, sequencer, and code editor.