# Simple AB test

A simple experiment for all users.

By Croct. Categories: use-case.

[Source](https://github.com/croct-tech/templates/blob/master/templates/croct/experiment/all-users/)

## Installation

```sh
npx croct@latest use croct://experiment/all-users
```

# Introduction

This template creates an experiment for all users who browse the website and splits them into two variants, each with
50% of the traffic.

## What's included

This experience includes 2 components, a slot for a home hero section, and an experiment with 2 variants (50/50 split).

## Usage

To create a new experience using this template, run:

```croct-cmd
croct use croct://experiment/all-users
```
