Export
Build and verify the targets supported by a private-beta project.
Starter projects expose the build commands they support:
pnpm build:vst3
pnpm build:clap
pnpm build:au
pnpm build:standalone
pnpm verify:formats
The exporter validates the module, bundles the web interface, generates the host parameter and state plumbing, builds the selected native shell, and records the verification result.
Format support is explicit. A module page or starter project only presents a target when the required build path is available. Browser, VST3, CLAP, Audio Unit, and standalone paths exist in the beta, but not every module has a download for every target.
The project only presents formats for which it has a build path. Check the individual module page and generated verification evidence before release.