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.
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.
PHP (In Progress)
The official Flipt OpenFeature Provider using the OpenFeature PHP SDK.
Node/TypeScript (Coming Soon)
The official Flipt OpenFeature Provider using the OpenFeature Node SDK.
Request a Client
Need a client in another language? Let us know!