Flipt Review, Pricing & Features

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…

Category
Developer Tools
Pricing
Open Source with paid Pro and Enterprise tiers, from Free (open source); Pro from $200/month
Verified
Not yet
Last updated
July 18, 2026
Founded
2016
Headquarters
Raleigh, North Carolina, United States
Free PlanWeb AppFree TrialAPIOpen SourceFreemiumSelf-Hosted

Overview

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.

Key Features

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.

Pricing

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.

Key Features

Pros & Cons

Pros

  • Fully-featured open-source core with no artificial caps on flags, unlike many competitors that gate features behind a trial
  • Git-native storage gives teams a built-in audit trail, code review process, and rollback mechanism for every flag change
  • Single-binary, zero-dependency deployment makes self-hosting straightforward compared to database-backed alternatives
  • Broad SDK coverage and OpenFeature support reduce lock-in to Flipt-specific client libraries

Cons

  • No hosted cloud SaaS option is currently offered, so teams must operate and maintain their own infrastructure
  • Pro tier pricing at 200 dollars per month is a flat fee regardless of team size, which may be costly for very small teams
  • The git-native model requires comfort with Git workflows, which adds friction for less technical stakeholders compared to a pure web dashboard
  • Smaller company and community size (roughly 4,900 GitHub stars) than category leaders like LaunchDarkly or Unleash

Pricing

Frequently Asked Questions

Is Flipt really free to use?

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.

Does Flipt offer a hosted cloud version?

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.

What does git-native feature flag management mean?

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.

What languages and frameworks does Flipt support?

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.

How much does Flipt Pro cost?

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.

Who founded Flipt and when did the project start?

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.

Related Tools