🚀 Add yourself to the org by adding your github handle here 🚀 (you will receive an email confirmation)
Providers are the abstractions that bridge the gap between the SDK and the vendors or tools that store, manage and server feature flags. See the provider spec, and FAQ.
- Check out existing providers
- Consider implementing an "env_var" provider if none exists for the language in question
- Consider implementing a provider for a vendor or tool you are familiar with
- find in contrib repos
Hooks add arbitrary functionality to a flag evaluation. See the hook spec and concept section.
- Consider implementing a validation hook (see Go example)
A "cloud native" backend for feature flags, with providers in multiple languages.
- flagd repo
- docs
- flagd providers can be found in contrib repos
Manage feature flags as Kubernetes resources (CRs) and automatically inject and configure flagd.
An OpenFeature-compatible, open-source backend