# Hygraph CMS integration

An integration template for projects using Croct and Hygraph.

By Croct. Categories: integration.

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

## Installation

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

# Introduction

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

This template combines [Hygraph](https://hygraph.com/?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 Hygraph.

* 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 Hygraph 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/hygraph
```
