Feature flags for indie developers
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
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
Returns flat JSON. No SDK required. No 5MB dependencies.
Update config without redeploying. Fetch at runtime. Done.
How it works
Generate an API key. That's your auth.
Set keys, values, descriptions. Toggle on/off.
Call the API from your app. No SDK required.
Use cases
Turn off broken features instantly without redeploying.
Release features slowly. Roll back fast.
Adjust timeouts, limits, and thresholds on the fly.
Hide incomplete features until ready.
What it's not
This is for engineers who want simple config.
Not PMs who want "experimentation."
Pricing
Upgrade when it's actually useful.