|
1 | 1 | --- |
2 | 2 | id: overview |
3 | 3 | title: OpenFeature Providers |
4 | | -description: List of all supported OpenFeature Providers. |
| 4 | +description: Integrate feature flags using OpenFeature's vendor-agnostic API with ConfigCat OpenFeature providers. Supported for .NET, Java, Python, Go, JavaScript, React, Node.js, and more. |
| 5 | +slug: /sdk-reference/openfeature |
5 | 6 | --- |
6 | 7 |
|
7 | | -OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging. |
| 8 | +OpenFeature is an open specification that provides SDKs with a vendor-agnostic API for feature flagging. It helps developers integrate feature flags in a standardized way across different feature flag management platforms. |
8 | 9 |
|
9 | | -OpenFeature providers are the abstraction between an OpenFeature SDK and an underlying flag management system like ConfigCat. To learn more, see the [OpenFeature documentation](https://openfeature.dev/docs/reference/intro). |
| 10 | +OpenFeature providers act as the bridge between an OpenFeature SDK and a feature flag service such as ConfigCat. When your application evaluates a feature flag through the OpenFeature API, the configured provider determines the flag value using the underlying feature flag system. |
10 | 11 |
|
11 | | -ConfigCat offers providers for the following platforms supported by OpenFeature SDKs: |
| 12 | +OpenFeature providers allow teams to adopt a standardized feature flag interface while managing flags with ConfigCat. To learn more, see the [OpenFeature documentation](https://openfeature.dev/docs/reference/intro/). |
| 13 | + |
| 14 | +## ConfigCat OpenFeature Providers |
| 15 | + |
| 16 | +ConfigCat offers OpenFeature providers for multiple platforms supported by OpenFeature SDKs. These providers let applications evaluate feature flags through the OpenFeature API while managing configuration in ConfigCat. |
| 17 | + |
| 18 | +Supported platforms include: |
12 | 19 |
|
13 | 20 | <div className="sdk-cards"> |
14 | 21 | <div className="sdk-card"> |
@@ -113,9 +120,7 @@ ConfigCat offers providers for the following platforms supported by OpenFeature |
113 | 120 |
|
114 | 121 | ## OpenFeature Remote Evaluation Protocol (OFREP) |
115 | 122 |
|
116 | | -The <a href="https://github.com/open-feature/protocol" target="_blank">OpenFeature Remote Flag Evaluation Protocol</a> is an |
117 | | -API specification for feature flagging that allows the use of generic providers to connect |
118 | | -to any feature flag management systems that supports the protocol. |
| 123 | +The <a href="https://github.com/open-feature/protocol" target="_blank">OpenFeature Remote Flag Evaluation Protocol (OFREP)</a> defines a standard API for remote feature flag evaluation. It allows generic providers to connect to any feature flag system that supports the protocol. |
119 | 124 |
|
120 | | -ConfigCat conforms to OFREP via the [ConfigCat Proxy](../../advanced/proxy/overview.mdx). |
| 125 | +ConfigCat supports OFREP through the [ConfigCat Proxy](../../advanced/proxy/overview.mdx), enabling OpenFeature-compatible clients to evaluate flags remotely. |
121 | 126 | The API documentation for the OFREP implementation with usage examples is available [here](../../advanced/proxy/endpoints.mdx#openfeature-remote-evaluation-protocol-ofrep). |
0 commit comments