Mojito Logo
Mojito
Getting Started

Quick Start

Get up and running with Mojito in minutes.

This guide walks you through setting up your first Mojito project and launching an experiment.

Prerequisites

  • A Mojito Control Plane account
  • A website or application where you want to run experiments
  • A Mojito SDK installed on your site (see SDK Overview)

Step 1: Create a Project

After signing in, you'll land on the project dashboard. Click New Project to create your first project.

A project is a top-level workspace that groups related experiments. Typically, you'll have one project per website or application.

Step 2: Add a Property

Within your project, create a property to represent a specific environment or domain. Properties contain your features and experiment configurations.

Step 3: Create a Feature

Features represent the experiments you want to run. Each feature contains:

  • Variants — The different experiences you're testing (e.g., control vs. treatment)
  • Rules — Traffic allocation rules that determine how users are assigned to variants

Step 4: Launch Your Experiment

Once your feature is configured with variants and a traffic rule, you can publish your configuration and launch the experiment.

Next Steps

On this page