OpenFeature
Also called: OpenFeature standard, OpenFeature provider
Last updated:
OpenFeature is a vendor-neutral specification, hosted by the Cloud Native Computing Foundation, for how applications evaluate feature flags. Your code calls a standard API (getBooleanValue, getStringValue, and friends) against an OpenFeature SDK, and a provider plugged in behind it translates those calls for a specific flag service. Because the call sites target the standard rather than a vendor SDK, swapping the provider swaps the backend without touching the code that reads flags.
How the provider model works
Why teams adopt the standard
Want the full picture? Read the concept guide: What are feature flags? →
Related terms
Flag evaluation
Flag evaluation is the process an SDK runs to decide which variation a feature flag returns for a given user — applying prerequisites, targeting rules, and rollouts to the user context.
Remote config
Remote config stores application settings on a server so you can change them without shipping a release, using the same delivery mechanism a feature flag does but for values like limits, copy, and thresholds rather than on/off decisions.
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.