Browser host
A SvelteKit-based WCLAP host wiring up wclap-host-js into a minimal but real workflow — load plugins, run audio, expose
a clean API.
The community side of Plinken.
We're implementing WebCLAP in the open — a browser-based host plus a handful of authored plugins
(vocoder & friends), all running as CLAP modules compiled to wasm32.
A SvelteKit-based WCLAP host wiring up wclap-host-js into a minimal but real workflow — load plugins, run audio, expose
a clean API.
A growing set of plugins — starting with a vocoder — built as reference implementations of what a wasm-CLAP plugin looks like end-to-end.
Every plugin is exposed at one CORS-open endpoint — plinken.org/shelf.json.
Any host, CLI, or MCP server can fetch the catalog and the
artifacts without auth.
Public monorepo, public progress, public discussion. Built alongside the commercial product at plinken.com.
Every plugin in this monorepo is exposed at one CORS-open endpoint — any host UI, CLI, or upcoming MCP server can fetch the catalog and pull the bundled artifacts without auth.
GET plinken.org/wclap/<plugin-id>.wclap.wasm$ curl https://plinken.org/shelf.json | jq '.items[].id'