2026 price · $49 flat, $89 from January

Rage-quit LaunchDarkly. Keep the flags.

You're paying LaunchDarkly for their sales team. Get the same targeting, rollouts and kill switches for a flat $49: no seats, no quote, live in five minutes. That's the 2026 price, and it goes to $89 in January.

  • Live in 5 minutes
  • 100,000 flag checks free, every month
  • No credit card. No sales call.

Open-source SDKs $49 through 2026, then $89 Export every flag as JSON, no lock-in

$ npm install @shipsilently/node npm →
import ShipSilently from '@shipsilently/node';

const ship = ShipSilently.init({
  apiKey: process.env.SHIP_API_KEY!,
});

// One line. Defaults to false if anything is wrong.
const newCheckout = await ship.evaluate(
  'new-checkout',
  { userId: user.id, plan: user.plan },
  false,
);

if (newCheckout) {
  return renderCheckoutV2();
}
return renderCheckoutV1();
Live demo

Flip the switch. Watch it land.

One toggle. Every connected client updated in under a second. No redeploy. No rollback PR. No 2 a.m. page.

party-mode Flip me on 🎉
flag.update standby
evaluate("party-mode") → false
acme.app / dashboard
party-mode · live

🎉 The party's on

You flipped one switch. Every connected client threw confetti in the same breath.

3 clients synced
<1s to land
0 redeploys
party-mode · off

It's quiet in here…

Flip party-mode on and watch every connected client celebrate in the same breath. Go on, you know you want to.

The whole product, in 0:31

Watch someone kill
a bad release.

Install the SDK, wrap a path in a flag, flip it in production. That's the entire product — there isn't a second act.

Works wherever you ship

Plain HTTP. No edge lock-in.

If your runtime can make an HTTPS request, ShipSilently works there. No edge runtime to adopt. No plugin to install. No "enterprise SDK" tier.

  • Vercel
  • AWS Lambda
  • Fly.io
  • Render
  • Netlify
  • Node.js
  • Bun
  • Deno
  • Browser
  • Next.js
  • Remix
  • Go

First-class SDKs for JavaScript / TypeScript and Go, shipping today. Python, Ruby, and Java are next up, or use the REST API from anything that speaks HTTP.

2-minute quickstart

Three steps. Then it's just if (flag).

  1. 1

    Install the SDK

    Pick your package manager. The SDK is dependency-free.

    terminal
    npm install @shipsilently/node
    # or: bun add @shipsilently/node
    # or: pnpm add @shipsilently/node
  2. 2

    Wrap a path in a flag

    One evaluate() call gates anything you want.

    import ShipSilently from '@shipsilently/node';
    
    const ship = ShipSilently.init({
      apiKey: process.env.SHIP_API_KEY!,
    });
    
    export async function handler(req) {
      const useNewPath = await ship.evaluate(
        'new-checkout',
        { userId: req.userId },
        false,
      );
      return useNewPath ? newCheckout(req) : oldCheckout(req);
    }
  3. 3

    Flip it from the dashboard

    Change happens in milliseconds, on every connected client. No redeploy. No rollback PR at 2 a.m.

    new-checkout Boolean
    show-promo-banner Boolean
    pricing-experiment-q3 String · 4 variants
The deal stays simple

We earn the renewal.
We don't trap it.

The fastest way to lose customers is to give them a reason to leave. We'd rather give you reasons to stay.

  • The price you start with is the price you keep

    Literally. Subscribe at $49 during 2026 and you keep $49 after list price moves to $89. No per-seat math, no surprise overage line, no quote-on-renewal.

  • Your data is yours, always

    Export every flag, rule, and audit-log entry as JSON whenever you want. No exit ticket, no "let's set up a call to discuss."

  • Production-ready SDKs, today

    JavaScript and Go. Type-safe, dependency-free, open source. Real working code. Not "on the roadmap" vapor.

Honest pricing

Three plans. Every price on the page.

No per-seat tax, no "contact us for pricing." If your usage doubles your bill doesn't move, and if you subscribe before December 31, 2026 the $49 doesn't move either.

Free

$0/mo

For side projects, prototypes, and figuring out if you like us.

  • 100,000 evaluations / mo
  • Up to 10 feature flags
  • 2 environments
  • JS / TS and Go SDKs
Start free

Enterprise

$999/mo, from

Sounds like a lot next to the $49 plan, and like nothing next to the $71,847 a year the median LaunchDarkly customer pays. SSO, RBAC, custom retention and a real SLA, priced now, shipping when we've built them. Not before.

  • On the roadmap
  • $999/mo when it lands, locked if you sign early
Get the early price
Switching from LaunchDarkly?

Break up with LaunchDarkly.

Same targeting, rollouts, and kill switches. None of the per-seat math, the "contact sales" wall, or the renewal call. Here's the honest version — including where we're not the right fit.

vs LaunchDarkly

The reason you're here

All the flagging. None of the enterprise tax.

  • Same: targeting, rollouts, kill switches, audit log.
  • Different: a flat $49 instead of a quote, no per-seat math, no sales cycle to start. You can also export every flag as JSON and walk. Read the longer comparison.

vs Flagship

Different fit

Flagship is great if you're all-in on Cloudflare Workers. We're for everyone else.

  • Same: fast, edge-style evaluation, modern DX.
  • Different: our SDKs run wherever your code already runs. Node on AWS, Bun on Fly, Go on a VM. No runtime to adopt.