Feature flags for indie developers

Ship faster.
Redeploy
less.

A hosted config store for kill switches, tuning values, and feature flags. No enterprise. No bloat.

GET /v1/flags

// Response
{
"new_checkout": true,
"dark_mode": false,
"max_retries": 3
}

The problem

Every developer has this problem.

You push a hotfix just to flip a boolean.

You redeploy your app to change a timeout value.

You look at enterprise tools that assume you have PMs, not engineers.

You just need remote config. Why is this so hard?

The solution

One endpoint.
That's it.

Returns flat JSON. No SDK required. No 5MB dependencies.

Update config without redeploying. Fetch at runtime. Done.

How it works

Three steps. Ship today.

01

Create an app

Generate an API key. That's your auth.

02

Add flags

Set keys, values, descriptions. Toggle on/off.

03

Fetch flags

Call the API from your app. No SDK required.

Use cases

What you can use it for

Kill switches

Turn off broken features instantly without redeploying.

Gradual rollouts

Release features slowly. Roll back fast.

Runtime tuning

Adjust timeouts, limits, and thresholds on the fly.

Feature gating

Hide incomplete features until ready.

What it's not

If you need these, use LaunchDarkly or Split.

A/B testing and experiments
User-level targeting (segments, personas)
Heavy SDKs that bloat your bundle
MAU-based pricing (pay per user?)

This is for engineers who want simple config.
Not PMs who want "experimentation."

Pricing

Predictable flat-rate pricing.

Upgrade when it's actually useful.

Free

$0/month
  • 1 app
  • 10 flags
  • 10,000 requests/month
Get started
Popular

Pro

$5/month
  • Unlimited apps
  • Unlimited flags
  • 100,000 requests/month
Upgrade to Pro

Start free. No credit card.

Build your feature flags in minutes. Deploy today.

Get started free →