Shipeasy

Project settings & modules

Toggle which Shipeasy modules a project exposes, set experiment defaults, and manage notifications, ownership, and deletion.

Production readyOn this page · 4 min readUpdated · June 18, 2026Works with · Dashboard · per project

Everything about a project — its name, which features it exposes, experiment defaults, billing, and the danger zone — lives under Settings (/dashboard/<projectId>/settings). The page has a left nav rail with tabs: General, Modules, Experiments, Notifications, Billing, and Danger.

Modules

The Modules tab toggles which parts of Shipeasy are exposed in this project's devtools overlay and admin tabs. Turning a module off hides its surface; it doesn't delete data.

Module keyTab nameWhat it controls
gatesGatekeepersFeature flags with targeting rules and percentage rollouts.
configsConfigsPer-environment JSON config values published to your SDK clients.
experimentsExperimentsA/B tests with universes, metrics, and statistical analysis.
translationsTranslationsi18n profiles, drafts, and label keys served from the CDN.
feedbackBugs & feature requestsIn-app bug reports and feature requests captured via the devtools overlay.
eventsEventsLive SDK event stream (evaluations, overrides) in the devtools overlay.
userUserDevtools tab for inspecting and overriding the current SDK user.
Modules are per project

Each project chooses its own module set, so a flags-only project and an experimentation project can live in the same workspace without clutter.

General

The General tab sets the project name, default environment (dev / staging / prod), timezone, and an optional domain and logo. The default environment is the one the dashboard assumes when an environment isn't specified.

Experiment defaults

The Experiments tab sets project-wide defaults applied to new experiments:

  • Statistical methodsequential, fixed, or bayesian.
  • Significance threshold — default 0.05.
  • Auto-rollback — stop and revert an experiment automatically on a guardrail breach.
  • Minimum sample days — the floor before a result is called (default 14).

Notifications

The Notifications tab manages per-event notification preferences for the project.

Billing & plan limits

The Billing tab shows your subscription status, lets you upgrade/downgrade or switch billing interval, top up assistant credits, and lists the hard limits for your current plan (flags, configs, running experiments, universes, i18n keys, SDK keys, team seats, and SDK poll interval). See Plan limits for what each limit means.

Danger zone

The Danger tab holds the two irreversible, owner-only actions:

Owner-only and irreversible

Both actions require you to be the project owner and ask you to confirm the project name.

  • Transfer ownership — move the project to a different admin, who gains full control. You pick the new owner from the existing active members.
  • Delete project — removes all experiments, gates, configs, and audit logs after a 14-day grace period.
Was this page helpful?
✎ Edit this page

On this page