cdn.keverd.com

Static ESM CDN for the Keverd browser SDK. Load with your public API key in the path:

import('https://cdn.keverd.com/v1/YOUR_PUBLIC_API_KEY/keverd.min.js')
  .then((Keverd) => Keverd.start())
  .then((k) => k.getVisitorData())
  .then((r) => console.log(r.requestId, r.visitorId));

Docs: JavaScript SDK