At a glance
Active Feature Flags is a feature-flags metric tracked from PostHog data. It counts the feature flags currently enabled in your PostHog project, the toggles that gate experiments, gradual rollouts, and conditional storefront logic. A creeping count signals flag debt: each live flag is a branch in your code that someone has to reason about. Pair it with Stale Feature Flags and Feature Flag Rollout Status to keep the flag estate clean.
Calculation
Calculated automatically from your PostHog data. See the At a glance summary above for what the metric tracks and the worked example below for a typical reading.Worked example
A representative reading of Active Feature Flags for a typical merchant on PostHog. Suppose the card reads 18 active flags this week, up from 14 a month ago. Four new flags shipped, none were retired. That is normal during a release push, but the card is your reminder to check which of the older flags have reached 100% rollout and can be removed from code. Cross-reference Stale Feature Flags to see which of the 18 are cleanup candidates. For deeper investigation, use Vortex Mind to trace upstream causes; for natural-language exploration, ask Ask Viq.Sibling cards merchants should reference together
Reconciling against the vendor’s own dashboard
Where to look in PostHog’s own dashboard: Open the Feature Flags section in PostHog and filter to enabled flags. The count there should align with this card. Note that PostHog distinguishes a flag’s enabled state from its rollout percentage, so a flag at 0% rollout is still “active” if it is enabled. Why the Vortex IQ value may legitimately differ:
Cross-connector reconciliation: complement with sibling cards in the same category for the full diagnostic picture. For divergence investigations, use Vortex Mind.