Remote config
Also called: remote configuration, remote config server
Last updated:
Remote config keeps values your application reads — timeouts, feature limits, thresholds, copy, endpoints — in server-side configuration an SDK fetches at runtime, so changing one is a dashboard edit rather than a deploy. A feature flag is a specialised kind of remote config whose value drives a branch in code; remote config is the broader category of any remotely controlled value.
Remote config vs feature flags
How remote config is delivered
Want the full picture? Read the concept guide: What are feature flags? →
Related terms
Feature flag
A feature flag is a conditional in your code whose value is controlled from a remote dashboard, letting you turn functionality on or off without deploying new code.
Feature toggle
Feature toggle is another name for a feature flag — a runtime switch that turns functionality on or off without a code deploy. The terms are interchangeable.
Feature management
Feature management is the practice, and the category of tools, for running feature flags as a system: defining, targeting, rolling out, and retiring them from one place without redeploying.
Try it in your own app
Free Solo plan covers 10 flags and 2 environments. No credit card, no demo call — sign up and ship.