# Croct + Strapi

Strapi manages your content. Croct decides which version of it each visitor sees. Your
components keep rendering as they do now, with your Strapi content as the default, and
personalization goes on top.

## What it does

- Runs A/B tests and personalized experiences on your existing components, with no
  reimplementation.
- Uses your Strapi content as the fallback, so nothing breaks when an experience is not
  running.
- Resolves everything on the server, so experiences load with no flicker.
- Lets marketing and CRO teams launch experiments without waiting on developers.

## How it works

Connect your Strapi dynamic zones and components to Croct slots without touching the frontend.
Build the experience or the A/B test for the audiences you want, publish, and track the result
with built-in analytics. Your schema stays exactly as it is, and adoption can be gradual, one
component at a time.

## Setup

You need a Croct account and a Strapi project. The CLI scaffolds a fully configured project in
one command if you are starting fresh.

Setup is one command, `npx croct@latest init`, which installs the SDK, wires the provider
and generates TypeScript types for every slot. Official SDKs cover Next.js, React, Vue,
Nuxt, JavaScript, PHP, Laravel, Symfony, Drupal, and Shopify Hydrogen. Most teams are live
the same day, and the forever-free plan needs no credit card or commitment.

## Frequently asked questions

### Do I have to migrate or restructure my Strapi schema?

No. The integration works with your existing schemas and uses your Strapi content as the
fallback, so there is no migration and you can adopt it gradually.

### What can I personalize on?

Location, behavior, firmographics or any custom audience you define, resolved in real time
against the visitor profile.

### Do I need developers to manage experiences?

Only for the initial setup. After that, marketing and CRO teams create and manage experiments
and personalization in the Croct interface.

### What does it cost?

The forever-free plan covers 10,000 monthly active users with 3 content slots and 1
experience or experiment, and needs no credit card. Growth starts at $100 per month billed
annually for 20,000 monthly active users. Scale is custom.
