# Prismic CMS integration

An integration template for projects using Croct and Prismic CMS.

By Croct. Categories: integration.

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

## Installation

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

# Introduction

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

This template combines [Prismic.io](https://prismic.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 Prismic.

* 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 Prismic 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/prismic
```
