All 112 Dependencies
Every package Flipt depends on, ranked by repo health score.
Flipt v2 is an enterprise-ready, Git-native feature management platform that treats feature flags as first-class code artifacts. Rather than storing flags in an external database, Flipt writes flag definitions directly into your Git repositories so they version alongside your application code, travel through your existing CI/CD pipelines, and benefit from the full power of Git branching, history, and blame.
The platform introduces a multi-environment model that maps directly onto Git concepts: environments can correspond to branches, directories within a repo, or entirely separate repositories, giving teams the flexibility to match their existing branching strategy. Real-time flag propagation to connected clients is delivered via Server-Sent Events without polling. A React-based UI surfaces flag management with dark mode support, and both gRPC and REST APIs are available for programmatic access.
Flipt also ships a secrets management layer (file-based providers in OSS; HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, and Azure Key Vault available in Pro) that integrates with flag configuration and enables GPG commit signing so every flag change is cryptographically attributed. OIDC, JWT, OAuth, and Kubernetes service-token authentication are supported out of the box, making the platform suitable for security-conscious organisations that need to keep flag data within their own infrastructure.