diff --git a/website/docs/sdk-reference/openfeature/overview.mdx b/website/docs/sdk-reference/openfeature/overview.mdx index febb79563..46c676e88 100644 --- a/website/docs/sdk-reference/openfeature/overview.mdx +++ b/website/docs/sdk-reference/openfeature/overview.mdx @@ -4,11 +4,17 @@ title: OpenFeature Providers description: List of all supported OpenFeature Providers. --- -OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging. +OpenFeature is an open specification that provides a vendor-agnostic API and SDK for feature flagging. It enables developers to integrate feature flags in a standardized way across different feature flag management platforms. -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). +OpenFeature providers act as the bridge between an OpenFeature SDK and a feature flag service like ConfigCat. When your application evaluates a feature flag through the OpenFeature API, the configured provider retrieves and evaluates the flag value from the underlying feature flag system. -ConfigCat offers providers for the following platforms supported by OpenFeature SDKs: +Using OpenFeature providers allows 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/). + +## ConfigCat OpenFeature Providers + +ConfigCat offers OpenFeature providers for several platforms supported by OpenFeature SDKs, allowing applications to evaluate feature flags through the OpenFeature API while managing configuration in ConfigCat. + +Supported platforms include: