Open Source Feature Management
Enterprise-ready. Manage features, experiments, and rollouts across multiple teams and environments.
Deploy With Confidence
Move Beyond Environment Variables
Follow modern DevOps best practices such as trunk-based development, continuous delivery, and software kill switches all without needing to restart your applications.
Features
We built it so you don't have to
Flipt is designed to be simple, secure and performant and runs alongside your existing services.
GitOps Support
Store your feature flags in Git and use your existing CI/CD pipeline to deploy changes.
Context Targeting
Create advanced distribution rules to target specific entities based on custom properties that you define. No user model required.
Runs Anywhere
Deploy Flipt within your existing infrastructure or VPC. It runs great on Kubernetes, AWS, GCP, Azure and more.
Secure
HTTPS. OpenID Connect and Static Token Authentication support. No PII leaves your environment and you don't have to open your systems to the outside world.
Fast
Optimized for performance. Since Flipt is co-located with your existing services, there's no excessive latency to slow down your applications.
Easy Integration
OpenFeature ready. Intuitive REST API . Native client SDKs available in Go, Ruby, Java, Python and many more.
GitOps for Feature Releases
Integrate Flipt with your existing GitOps workflow to manage feature flags as code.
Flipt has allowed Rokt to dynamically turn on features, enable bulkheads for failure recovery, test experiments in production, and maintain low latency and high availability throughout the course of operations.
Dan Piet - Director of Engineering, Rokt
const resp = await flipt.evaluation.variant({
namespaceKey: "production",
flagKey: "ui-color",
entityId: "user-123",
context: {
platform: "web",
},
});
if (resp.variantKey === "dark") {
// show dark UI
}
Keep up with what we're building
Sign up for our newsletter to stay up to date about new features, releases and posts from the blog.
No spam. Max 1 email per month.
From the Blog
What's New
Nov 16, 2023
Feature Flags and OCI
How to leverage OCI registries for feature flag distribution
Read MoreOct 25, 2023
Experimenting on the Edge
Exploring libSQL, sqld, and Turso to run feature flags on the edge
Read MoreOctober 16, 2023
Flipt as a Sidecar
Demonstrating a way to run Flipt to achieve even faster evaluations
Read More