A/B tests running across your sites
Add one script tag. Works on any site.
<script src="https://cro.meetkai.xyz/agent.js" data-site="YOUR_SITE"></script>
// 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>