
Flipt
Flipt is a self-hostable, Git-native feature flag management platform with UI, APIs, and real-time updates for controlled rollouts across multiple environments.

Flipt is a Git-native feature management platform for creating, reviewing, and deploying feature flags using the same workflows you use for code. It provides a modern UI and APIs to manage flags, while keeping source-of-truth and history in your own Git repositories.
Key Features
- Git-backed flag storage with full version control (history, diffs, blame)
- Multi-environment isolation mapped to Git branches, directories, or repositories
- Modern web UI that can translate changes into Git commits
- Real-time flag updates via Server-Sent Events (SSE) streaming (no polling)
- REST and gRPC APIs for server-side evaluation and integrations
- Support for complex targeting rules and percentage-based rollouts
- Authentication options including OIDC/OAuth2/JWT
- Observability integrations with OpenTelemetry and Prometheus
Use Cases
- Progressive delivery with safe rollouts and fast rollbacks
- GitOps-style flag management with reviews and CI/CD-driven promotion
- Centralized feature flagging for microservices and multi-team environments
Flipt is well-suited for teams that want feature flags as code, strong auditability through Git history, and low operational overhead. It can be deployed as a single binary and integrated into existing delivery pipelines and developer workflows.


