get(). That’s it.
Quick start
1. Install
npm:window.Keverd.
2. Initialize with public API key
Keverd.init({ apiKey: 'YOUR_PUBLIC_API_KEY', endpoint: 'https://api.keverd.com' })
3. Call one function
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.
