Flipt is an open-source feature management platform designed for developers and enterprises. It allows you to control feature releases with feature flags and remote configurations. It is an open-source alternative to LaunchDarkly, Bucket, and Tggl.
Key Features:
- Git Integration: Manage feature flags alongside your code in Git, ensuring auditability and version control.
- Open Source: Fully own your feature management platform without seat limits.
- SDK Support: Offers server-side, client-side, and OpenFeature SDKs for popular programming languages.
- Enterprise-Grade: Provides speed, security, and scalability with features like RBAC, SSO, and SAML authentication.
- Self-Hosted or Managed: Deploy Flipt in your infrastructure or use Flipt Cloud for a fully managed solution.
Use Cases:
- Continuous Delivery: Facilitate continuous delivery and safe deployments.
- A/B Testing: Test new features with a subset of users before a full rollout.
- Dynamic Configuration: Modify application behavior without redeploying.
- Failure Recovery: Enable bulkheads for failure recovery.
- Personalized Experiences: Tailor features to specific user segments.

