OpenFeature
An overview of OpenFeature and Flipt OpenFeature integrations.
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.
OpenFeature allows you to use the same feature flagging API across multiple feature flag management tools. This means that you can switch between feature flag management tools without having to change your code.
OpenFeature is a CNCF Sandbox project. You can learn more about OpenFeature on the OpenFeature website.
Providers
As a feature flag management tool, Flipt provides our own OpenFeature integrations (providers). This means that you can use the OpenFeature API with Flipt.
We currently only provide server-side OpenFeature providers. Once the OpenFeature client-side specification is finalized, we will provide client-side OpenFeature providers as well.
From the OpenFeature Specification:
Providers are the “translator” between the flag evaluation calls made in application code, and the flag management system that stores flags and in some cases evaluates flags.
We currently provide the following OpenFeature server-side providers:
Go
The official Flipt OpenFeature Provider using the OpenFeature Go SDK.
Java
The official Flipt OpenFeature Provider using the OpenFeature Java SDK.
JavaScript/TypeScript
The official Flipt OpenFeature Provider using the OpenFeature JS SDK.
PHP (In Progress)
The official Flipt OpenFeature Provider using the OpenFeature PHP SDK.
Request a Client
Need a client in another language? Let us know!
Was this page helpful?