Croct
Overview
Croct is a headless AB testing and personalization platform with a component-based CMS.
It fits Next.js applications and can coexist with your existing primary CMS, providing:
- Dynamic content blocks to unlock user-targeted content managed directly through Croct's UI.
- AB testing, so you can run experiments and analyze results using the Bayesian approach without manual traffic splitting or variant management.
- Personalization so that you can serve content variations based on user location, behavior, or custom rules, all in real time, without the need for a separate CDP.
- Built-in analytics for actionable insights for every variant and user segment, eliminating the need for external analytics integrations.
Preview






Instructions
This integration is compatible with applications using App Router, Pages Router, or Server Actions.
It will perform the following actions:
- Load your Vercel projects
- Create a new Croct API Key
- Store the Croct API Key as an Environment Variable on Vercel
Once the integration is complete, you will see these environment variables in your Vercel project:
CROCT_APP_IDCROCT_API_KEY
See the Next.js docs for more info.