> ## Documentation Index
> Fetch the complete documentation index at: https://flipt-doc-remote-config.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenFeature

> An overview of OpenFeature and Flipt OpenFeature integrations.

<Frame>
  <img noZoom className="block h-32 dark:hidden" src="https://mintlify.s3-us-west-1.amazonaws.com/flipt-doc-remote-config/images/integration/openfeature-dark.svg" />

  <img noZoom className="hidden h-32 dark:block" src="https://mintlify.s3-us-west-1.amazonaws.com/flipt-doc-remote-config/images/integration/openfeature-light.svg" />
</Frame>

[OpenFeature](https://openfeature.dev/) is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.

OpenFeature allows you to use the same feature flagging API across multiple feature flag management tools. This means that you can switch between feature flag management tools without having to change your code.

OpenFeature is a CNCF Sandbox project. You can learn more about OpenFeature on the [OpenFeature website](https://openfeature.dev/).

## 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.

From the [OpenFeature Specification](https://docs.openfeature.dev/docs/specification/sections/providers):

> 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 providers:

<CardGroup cols={2}>
  <Card title="Node" href="https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flipt" icon="node" color="#68a063">
    The official Flipt OpenFeature Provider using the OpenFeature Node SDK.
  </Card>

  <Card title="Browser" href="https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flipt-web" icon="js" color="#f7e018">
    The official Flipt OpenFeature Provider using the OpenFeature Web SDK.
  </Card>

  <Card href="https://github.com/open-feature/go-sdk-contrib/tree/main/providers/flipt" title="Go" icon="golang" color="#00add8">
    The official Flipt OpenFeature Provider using the OpenFeature Go SDK.
  </Card>

  <Card href="https://github.com/open-feature/java-sdk-contrib/tree/main/providers/flipt" title="Java" icon="java" color="#e41f23">
    The official Flipt OpenFeature Provider using the OpenFeature Java SDK.
  </Card>

  <Card title="PHP (In Progress)" icon="php" color="#4c8abe">
    The official Flipt OpenFeature Provider using the OpenFeature PHP SDK.
  </Card>

  <Card href="https://github.com/flipt-io/flipt/discussions/2208" title="Request a Client" icon="github" color="#000000">
    > Need a client in another language? Let us know!
  </Card>
</CardGroup>
