All updates

Board SDK available via CDN

The @cavuno/board SDK now ships a classic-script build alongside the npm package. Load it with a single script tag from jsDelivr or UNPKG with no bundler required.

Abi Tyas TunggalAJack WalshJ
By Abi Tyas Tunggal and Jack Walsh on

@cavuno/board now ships a classic-script build alongside the ESM package. Load it via CDN with a single <script> tag; no bundler required.

Install via CDN

  • jsDelivr and UNPKG: the classic build is served at both CDNs with a verified SHA-384 SRI hash; see the installation guide for the current version and code sample
  • globalThis.CavunoBoard: the script installs the board client and all documented helper namespaces on window/globalThis, matching the npm package surface
  • Same backend: use the same publishable key from Settings → Developer → SDK and the same Board API endpoints as the npm package

The npm package remains the primary installation path for projects with a build step.