Drops into your stack in minutes
Integrate with a single SDK and start inspecting
requests
right from your existing
code.
// initialize on app start
import { init } from 'kite_sdk';
init('https://your-app.com');
// start collecting when a user enters the site
import { collect } from 'kite_sdk';
const result = await collect();
// evaluate at login / checkout etc.
const verdict = await kite.evaluate(result);