diff --git a/topics/openfeature/index.md b/topics/openfeature/index.md new file mode 100644 index 00000000000..0f42dd75778 --- /dev/null +++ b/topics/openfeature/index.md @@ -0,0 +1,11 @@ +--- +aliases: open-feature +display_name: OpenFeature +github_url: https://github.com/open-feature +logo: openfeature.png +related: feature-flags, cloud-native, observability, cncf +short_description: OpenFeature provides a standard API for feature flagging in cloud-native applications. +topic: openfeature +url: https://openfeature.dev/ +--- +OpenFeature is an open standard that defines a consistent, vendor-neutral API for feature flagging in cloud-native applications. It allows developers to manage feature flags across different platforms and languages, enabling consistent feature management and experimentation. OpenFeature supports various providers, making it flexible for different use cases and environments. By using OpenFeature, teams can easily implement feature flags to control the rollout of new features, conduct A/B testing, and improve the overall user experience. diff --git a/topics/openfeature/openfeature.png b/topics/openfeature/openfeature.png new file mode 100644 index 00000000000..054365ef751 Binary files /dev/null and b/topics/openfeature/openfeature.png differ