Skip to content

open-feature/js-sdk

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
May 13, 2024
May 8, 2024
Sep 17, 2024
Mar 9, 2023
May 10, 2022
May 11, 2022
Jan 11, 2024
Mar 9, 2023
Oct 3, 2022
May 30, 2022
Sep 14, 2024
Mar 23, 2023
Aug 28, 2024
May 2, 2022
Aug 28, 2024
Sep 13, 2024
Sep 20, 2024
May 10, 2022
Sep 13, 2024
Sep 13, 2024
Jan 11, 2024
Mar 6, 2024
Jun 11, 2024
Jan 31, 2024
Aug 28, 2024

Repository files navigation

OpenFeature Logo

OpenFeature JavaScript SDKs

Known Vulnerabilities codecov CII Best Practices FOSSA Status

πŸ‘‹ Hey there! Thanks for checking out the OpenFeature JavaScript SDKs

What is OpenFeature?

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

Why standardize feature flags?

Standardizing feature flags unifies tools and vendors behind a common interface which avoids vendor lock-in at the code level. Additionally, it offers a framework for building extensions and integrations and allows providers to focus on their unique value proposition.

πŸ”§ Components

This repository contains both the server-side JS and web-browser SDKs. For details, including API documentation, see the respective README files.

  • Server SDK, for use in Node.js and similar runtimes.
    • NestJS SDK, a distribution of the Server SDK with built-in NestJS-specific features.
  • Web SDK, for use in the web browser.
    • React SDK, a distribution of the Web SDK with built-in React-specific features.

Each have slightly different APIs, but share many underlying types and components.

⭐️ Support the project

🀝 Contributing

Interested in contributing? Great, we'd love your help! To get started, take a look at the CONTRIBUTING guide.

Thanks to everyone that has already contributed

Made with contrib.rocks.

πŸ“œ License

Apache License 2.0

FOSSA Status