# OpenFeature

## What is OpenFeature? <a href="#what-is-the-react-sdk" id="what-is-the-react-sdk"></a>

From [openfeature.dev](https://openfeature.dev):

> OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool.

Reflag provides OpenFeature integration for use in browser (Web) and Node.js.

## Getting started <a href="#getting-started" id="getting-started"></a>

Reflag providers are [listed on openfeature.dev](https://openfeature.dev/ecosystem?instant_search%5Bquery%5D=reflag)

Documentation:

* [OpenFeature Node.js provider](https://github.com/reflagcom/javascript/blob/main/packages/openfeature-node-provider/README.md)
* [OpenFeature Browser provider](https://github.com/reflagcom/javascript/tree/main/packages/openfeature-browser-provider)

## Further documentation <a href="#install-the-sdk" id="install-the-sdk"></a>

[Learn about OpenFeature providers](https://openfeature.dev/docs/reference/concepts/provider) on the official docs
