Installing

Install @cavuno/board as a package, via CDN, or with version-matched agent instructions.

Install @cavuno/board as a package for typed imports and tree-shaking. Install via CDN when a static HTML page or CMS cannot use a package manager.

Install as package

Install the SDK with your package manager:

npm
pnpm
Yarn
Bun
npm install @cavuno/board

Then follow Install as package to create a client and verify your board connection.

Install via CDN

Load the SDK from jsDelivr when you cannot install npm packages:

html
<script
src="https://cdn.jsdelivr.net/npm/@cavuno/board@4.4.0/dist/browser/cavuno-board.global.min.js"
integrity="sha384-tyurP0K/LUeaFZGfebA3Wv8pHpBocjLTv9O2v9ees5wLH4KnehfhaqUyL0YvG8w7"
crossorigin="anonymous"
></script>

See Install via CDN for initialization, UNPKG, CSP, storage, and browser compatibility.

Set up with an agent

After installing the package, copy its version-matched Agent Skills:

bash
npx @cavuno/board setup

Follow Set up with an agent for the review and verification workflow.