36 packages
@openfeature/angular-sdk
OpenFeature Angular SDK
@openfeature/aws-ssm-provider
## What is AWS SSM? AWS Systems Manager (SSM) is a service provided by Amazon Web Services (AWS) that enables users to manage and automate operational tasks across their AWS infrastructure. One of its key components is AWS Systems Manager Parameter Store,
@openfeature/config-cat-core
The core implementation of ConfigCat providers.
@openfeature/config-cat-provider
This is an OpenFeature provider implementation for using [ConfigCat](https://configcat.com), a managed feature flag service in Node.js applications.
@openfeature/config-cat-web-provider
This is an OpenFeature provider implementation for using [ConfigCat](https://configcat.com), a managed feature flag service in JavaScript frontend applications.
@openfeature/core
Shared OpenFeature JS components (server and web)
@openfeature/env-var-provider
The environment variable provider is a great way to start using OpenFeature. It doesn't require any infrastructure to setup or manage, and provides a simple way to gain experience with the core concepts of feature flagging. However, it doesn't support fea
@openfeature/flagd-core
flagd-core contain the core logic of flagd [in-process evaluation](https://flagd.dev/architecture/#in-process-evaluation) provider. This package is intended to be used by concrete implementations of flagd in-process providers.
@openfeature/flagd-provider
This provider is designed to use flagd's [evaluation protocol](https://github.com/open-feature/schemas/blob/main/protobuf/schema/v1/schema.proto), or locally evaluate flags defined in a flagd [flag definition](https://github.com/open-feature/schemas/blob/
@openfeature/flagd-rest-provider

@openfeature/flagd-web-provider

@openfeature/flagsmith-client-provider
This provider is an implementation for the [JavaScript SDK](https://docs.flagsmith.com/clients/javascript/) of [Flagsmith](https://flagsmith.com).
@openfeature/flipt-provider
[Flipt](https://www.flipt.io/) is an open source developer friendly feature flagging solution, that allows for easy management and fast feature evaluation.
@openfeature/flipt-web-provider
[Flipt](https://www.flipt.io/) is an open source developer friendly feature flagging solution, that allows for easy management and fast feature evaluation.
@openfeature/go-feature-flag-provider
This provider is an implementation for [`go-feature-flag`](https://github.com/thomaspoignant/go-feature-flag) a simple and complete feature flag solution, without any complex backend system to install, all you need is a file as your backend.
@openfeature/go-feature-flag-web-provider
[GO Feature Flag](https://gofeatureflag.org) provider allows you to connect to your GO Feature Flag instance with the `@openfeature/web-sdk`.
@openfeature/growthbook-client-provider
## Installation
@openfeature/growthbook-provider
## Installation
@openfeature/in-memory-provider
An *extremely* simple OpenFeature provider, intended for simple demos and as a test stub.
@openfeature/js-sdk
OpenFeature SDK for JavaScript
@openfeature/launchdarkly-client-provider

@openfeature/multi-provider
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature server SDK. When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine the fi
@openfeature/multi-provider-web
The Multi-Provider allows you to use multiple underlying providers as sources of flag data for the OpenFeature web SDK. When a flag is being evaluated, the Multi-Provider will consult each underlying provider it is managing in order to determine the final
@openfeature/nestjs-sdk
OpenFeature Nest.js SDK
@openfeature/nodejs-sdk
OpenFeature SDK for NodeJS