Skip to main content
Install from npm or CDN, initialize with your public API key, and call one function — get(). That’s it.

Quick start

1. Install

npm:
CDN:
With CDN, the SDK is available as window.Keverd.

2. Initialize with public API key

Or with options: Keverd.init({ apiKey: 'YOUR_PUBLIC_API_KEY', endpoint: 'https://api.keverd.com' })

3. Call one function

That’s it. Call get() on page load or at login/checkout/registration; send event_id and visitor_id to your backend.

When to use this SDK

  • Any HTML/JS app (plain JS, jQuery, or minimal tooling).
  • Login, checkout, or registration pages where you can run a small script.
  • You prefer npm, yarn, or CDN without a framework wrapper.