Quickstart
Open a starter, shape it with an agent, and hear it in the workbench.
For the agent-driven web editor, start with Studio workflow. This quickstart covers the local developer path. Both paths edit projects built on the same SDK, DSP and UI contracts.
Private beta access includes runnable starter projects. Pick the closest example, open it in your editor, and point your coding agent at this documentation.
pnpm install
pnpm module:doctor
pnpm module:dev
The workbench opens with the module already connected to the appropriate audio
or MIDI inputs. Change src/module.ts to reshape the sound graph and change the
web UI to reshape the instrument. Both update in the live preview.
Start from a prompt
Give your agent a concrete musical goal and a short interface direction:
Read https://syntho.app/llms.txt.
Turn this starter into a warm stereo delay. Add time, feedback, tone, width,
and mix controls. Build a responsive React interface with a delay-tap display.
Run the typecheck and module verification before stopping.
The agent can use the included nodes and UI components, or add ordinary web libraries for animation, WebGL, and 3D. You stay in the loop by listening and directing the result.
Export
Use the scripts provided by the starter:
pnpm build:vst3
pnpm build:clap
pnpm build:standalone
pnpm verify:formats
Available formats vary by module and development host. The commands only present targets supported by the current project.
Next, read Working with coding agents, How it works, or the CLI overview.