Flipt review 2026: a git-native, self-hosted feature flag platform. See how it works, Open Source vs Pro vs Enterprise pricing, key features and top…
Flipt is a git-native feature flag management platform designed for engineering teams that want to control feature rollouts, experiments, and kill switches without giving up ownership of the underlying data. Instead of storing flag state in a vendor-controlled hosted database, Flipt stores flags as structured files inside a team's own Git repository, so every change to a flag becomes a reviewable, auditable Git commit that can flow through the same pull request process used for application code.
The project was started by Mark Phelps, a former GitHub staff engineer who helped build the GitHub Container Registry, and its GitHub repository has been developed in the open since 2016. Flipt compiles to a single Go binary with no required external dependencies for the open-source edition, making it well suited to self-hosted, air-gapped, or Kubernetes-based deployments where operators want full control over their feature flag infrastructure.
Flipt's git-native architecture lets teams organize flags across environments using Git branches, directories, or separate repositories, and pushes evaluated flag changes to connected applications in near real time using Server-Sent Events streaming rather than requiring polling.
The platform ships official SDKs for Go, Python, JavaScript, Java, C#, Swift, Kotlin, and Dart, exposes both REST and gRPC APIs, and supports the vendor-neutral OpenFeature specification including the OpenFeature Remote Evaluation Protocol, so teams are not locked into Flipt-specific client libraries. Authentication options include OIDC, JWT, OAuth, and Kubernetes service tokens, and secrets can be stored locally or backed by HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager, or Azure Key Vault on paid tiers.
Flipt's open-source edition is entirely free, with no artificial limits on the number of flags, and includes full git-native workflows, real-time streaming updates, and both REST and gRPC APIs. Flipt Pro is priced at 200 dollars per month, includes a 14-day free trial, and adds source-control-management integrations, pull-request creation directly from the UI, GPG commit signing, external secrets management, and dedicated Slack support.
An Enterprise tier is available at custom, quote-based pricing for organizations that need advanced role-based access control, comprehensive audit logging, dedicated support, and custom integrations. As of August 2025, Flipt discontinued its previously available hosted Flipt Cloud offering, so the product is positioned squarely as a self-hosted platform with paid support and enterprise add-ons rather than a managed SaaS.
Yes. Flipt's open-source edition is completely free with no artificial limits on the number of flags, and includes git-native workflows, real-time updates, and REST and gRPC APIs. Paid Pro and Enterprise tiers add optional collaboration and governance features on top of the free core.
As of August 2025, Flipt no longer offers a hosted Flipt Cloud SaaS product. The platform is self-hosted; teams run the open-source binary themselves and can optionally add Pro or Enterprise support and features.
It means flag definitions are stored as files inside a Git repository rather than in a proprietary database, so every flag change is a Git commit that can be reviewed, diffed, and rolled back using standard Git and pull-request workflows.
Flipt provides official SDKs for Go, Python, JavaScript and browser JavaScript, Java, C#, Swift, Kotlin, and Dart, along with REST and gRPC APIs and support for the OpenFeature specification, which extends compatibility to any OpenFeature-compliant client.
Flipt Pro is priced at 200 dollars per month and includes a 14-day free trial. It adds source-control-management integrations, pull-request creation from the UI, GPG commit signing, secrets management, and dedicated Slack support on top of the free open-source core.
Flipt was created by Mark Phelps, a former GitHub staff engineer. The flipt-io/flipt GitHub repository was created in November 2016, and the project has been developed as an open-source, self-hosted feature flag platform ever since.