OpenFeature Providers
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging.
OpenFeature providers are the abstraction between an OpenFeature SDK and an underlying flag management system like ConfigCat. To learn more, see the OpenFeature documentation.
ConfigCat offers providers for the following platforms supported by OpenFeature SDKs:
- .NET
- Angular
- Go
- Java
- JavaScript
- Kotlin (Android)
- NestJS
- Node.js
- PHP
- Python
- React
- Ruby
- Rust
- Swift (iOS)
OpenFeature Remote Evaluation Protocol (OFREP)
The OpenFeature Remote Flag Evaluation Protocol is an API specification for feature flagging that allows the use of generic providers to connect to any feature flag management systems that supports the protocol.
ConfigCat conforms to OFREP via the ConfigCat Proxy. The API documentation for the OFREP implementation with usage examples is available here.