Projects
A project groups feature flags and environments under one codebase or product. All segments are project-scoped — they are not shared across projects.
What a project contains
- Environments — isolated flag states (Production, Staging, etc.)
- Feature flags — the flags managed under this codebase
- Segments — user groups used for segment-based targeting rules
Creating a project
In the sidebar, click New Project. Enter a name and confirm. The project is created with two default environments: Production and Staging.
Plan limits
| Plan | Max projects |
|---|---|
| Free | 1 |
| Pro | 10 |
| Team | 50 |
| Enterprise | Unlimited |
If you hit your plan's project limit, upgrade to create additional projects.
Deleting a project
Go to the project's Settings → scroll to the danger zone → click Delete Project and confirm.
Deleting a project permanently removes all environments, flags, rules, and segments within it. All API keys for those environments stop working immediately. This action cannot be undone.
Was this helpful?