Active Tests
-
running
Impressions
-
all time
Tests Called
-
winners found
Avg Lift
-
CVR improvement
Active Tests
History
Install
Loading...
Loading...

Install

Add one script tag. Works on any site.

Direct
<script src="https://cro.meetkai.xyz/agent.js" data-site="YOUR_SITE"></script>
Via Next.js proxy (recommended)
// next.config.ts rewrites:
{ source: '/cro/:path*', destination: 'https://cro.meetkai.xyz/:path*' }

// Then use:
<script src="/cro/agent.js" data-site="YOUR_SITE"></script>