flipt-io/flipt

Enterprise-ready, Git native feature management solution

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 14th, 2026
Created on November 5th, 2016
Open Issues & Pull Requests: 38 (+0)
GitHub issues: Enabled
Number of forks: 310
Total Stargazers: 4,904 (+0)
Total Subscribers: 26 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.4 hours
Mean response time: 25.0 days
90th percentile: 53.1 days
Tracked items: 230

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 13% of issues opened in the past year have never received a reply. 69% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "bug" is answered fastest, typically in about 4 hours, while "v1" waits about 2 days. 87% of issues opened in the past year have been closed, leaving a working backlog. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 672 days
Stale 30+ days: 35
Stale 90+ days: 33

Recent activity

Opened in 7 days: 2
Closed in 7 days: 2
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (104)
  • enhancement (91)
  • v2 (68)
  • ui (48)
  • v1 (34)
  • help wanted (20)
  • good first issue (19)
  • proposal (14)

Detailed Description

Flipt is a Git-native feature management platform that stores feature flags as code in your own repositories rather than in a centralized database.

The tool solves the problem of feature flag management being disconnected from your development workflow. Flipt v2 treats flags as first-class code artifacts stored directly in Git, allowing you to version control flag changes, use your existing branching strategy, and deploy flags alongside your application code through standard CI/CD pipelines. It supports multiple environment organization patterns: mapping environments to Git branches, organizing by directory within a repository, or using separate repositories entirely. The platform provides a real-time streaming API via Server-Sent Events for instant flag propagation to client-side SDKs without polling, eliminating the need for external databases or infrastructure by default.

Teams should adopt Flipt if they want feature flags integrated into their existing Git workflow and CI/CD processes rather than managed through a separate platform. It suits organizations that prefer owning their flag data and maintaining complete version history with blame tracking for every change. The tool is particularly valuable for teams already practicing GitOps or those wanting to reduce operational overhead by avoiding additional infrastructure dependencies. The README emphasizes that Flipt v2 is the first truly Git-native feature management platform, positioning it distinctly for developers who treat flags as code.

The project maintains a stable status and is actively developed. The codebase shows consistent attention to code quality standards. Community engagement is supported through dedicated Discord channels and documentation resources. The platform includes modern developer tooling with a React-based UI featuring dark mode support and full Git integration capabilities.