# Craft CMS integration

An integration template for projects using Croct and Craft.

By Croct. Categories: integration.

[Source](https://github.com/croct-tech/templates/blob/master/templates/croct/integration/craft/)

## Installation

```sh
npx croct@latest init
```

# Introduction

Looking to add **AB testing** or **personalization** to your Craft-powered site?

This template combines [Craft.io](https://craft.io/?utm_source=croct) and Croct to help you run experiments,
personalize content by audience, and analyze results without changing your CMS.

It's the fastest way to add experimentation and personalization on top of Craft.

* AB testing support with real-time audience evaluation
* Content personalization based on location, behavior, or custom rules
* Built-in analytics for every variant and experience
* Seamless compatibility with your existing Craft schemas
* Fast to implement with zero CMS migration

## Usage

Run the following command in an empty directory to create a new project using this template:

```croct-cmd
croct use croct://integration/craft
```
