Shipeasy
Shipeasy platform

Everything you ship, behind one SDK.

Feature flags, typed runtime configs, kill switches, 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 readWorks 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

Know whether the ramp is safe

Turn your own events into a metric, watch it while the flag ramps, and get paged when it moves the wrong way.

  1. 01MeasureDefine a metric
  2. 02RefineThe metric DSL
  3. 03AlertThreshold alerts
▸ 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, configs, and metrics to a coding assistant via the CLI and MCP server.

  1. 01ConnectInstall the MCP server
  2. 02WireSet up your agent
  3. 03RunDrive it from the CLI

Not sure which primitive?

Inside Flags & Configs there are three 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, kill switches, 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: your events and metric series 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. Start free, 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