Shipeasy
Shipeasy platform

Everything you ship, behind one SDK.

Feature flags, A/B experiments with managed statistics, metrics & threshold alerts, and bug + error capture — one SDK, one API key. Drive it by hand, by CLI, or by an AI agent.

Production readyOn this page · 3 min readUpdated · June 19, 2026Works with · Next · Vite · Remix · Expo · Workers · 8 server languages

Start here

Explore by product

Or start from a goal

Most teams arrive with an outcome in mind. Each path is an ordered set of pages that takes you from install to shipped.

▸ Journey

Ship a feature behind a flag

Put new code behind a switch, target who sees it, and ramp from 0% to 100% with no redeploy.

  1. 01InstallAdd the SDK & CLI
  2. 02CreateYour first feature flag
  3. 03TargetRules & audiences
  4. 04RampGradual rollout
▸ Journey

Run an A/B test

Measure whether a change actually moves the needle, with managed p-values and confidence intervals.

  1. 01MeasureDefine a metric
  2. 02LaunchCreate the experiment
  3. 03ReadInterpret the results
▸ Journey

Catch bugs & errors in production

Capture user-reported bugs and handled exceptions, route them to your tools, alert on regressions.

  1. 01WireAdd the report button
  2. 02CaptureIn-app devtools overlay
  3. 03ReportHandled errors with see()
  4. 04AlertThreshold alerts → tickets
▸ Journey

Let an AI agent run it all

Hand setup, flags, experiments, and metrics to a coding assistant via the CLI and MCP server.

  1. 01ConnectInstall the MCP server
  2. 02WireSet up your agent
  3. 03RunAI-agent runbooks

Not sure which primitive?

Inside Flags & Experiments there are four primitives. This picker maps "I want to do X" to the right one.

Full breakdown → decision guide.

Why Shipeasy

  • One SDK for feature flags, configs, experiments, metrics, and feedback. Server and client.
  • One CLI (shipeasy) for everything you can do in the dashboard.
  • One MCP server so your AI agent can do the boring setup for you.
  • Sub-millisecond evaluation: flags resolve in your code without a network round-trip.
  • Export your data: results and events are yours, not locked into our dashboard.
READY?

Stop reading. Start shipping.

The fastest way to feel Shipeasy is to install it on a real repo. The free tier is generous, the CLI does the boring parts, and your AI agent can do the rest.

One command
$npm install -g @shipeasy/cli
Then log in
$shipeasy login
Detects framework · respects your existing setup · streams to disk