PoC · OPEN SOURCE · WIP

PLINKEN.ORG

OPEN WCLAP HOST & PLUGINS

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.

01 / HOST

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.

02 / PLUGINS

Authored WCLAPs

A growing set of plugins — starting with a vocoder — built as reference implementations of what a wasm-CLAP plugin looks like end-to-end.

03 / OPEN

In the open

Public monorepo, public progress, public discussion. Built alongside the commercial product at plinken.com.

STACK
  • HOSTSvelteKit 5 (runes) · TypeScript · Vite
  • RUNTIMEwasm32 · WebAudio · AudioWorklet
  • PLUGINSC++ / AssemblyScript → WCLAP
  • HOSTINGCloudflare Workers
  • UPSTREAMWebCLAP · wclap-host-js · wclap-bridge