Getting Started
Creating a Project
How to create and configure a Mojito project.
Projects are the top-level organizational unit in Mojito. Each project can contain multiple properties, and each property holds your experiment configurations.
Create a New Project
- From the dashboard, click New Project
- Enter a project name (e.g., "My Website")
- Click Create
You'll be redirected to your new project's settings page.
Project Settings
From the project settings, you can:
- Rename the project
- Manage team access — Invite collaborators and assign roles (Editor or Viewer)
- Add properties — Create environments for your experiments
Adding a Property
Properties represent specific environments or domains within a project. To add one:
- Navigate to your project
- Click Add Property
- Configure the property name and settings
Each property generates a unique configuration that your SDK uses to fetch experiment assignments.
Next Steps
- Setting Up Experiments — Create your first feature and launch an experiment