Feature Flags Table
Flags with mono keys, environment badges, rollout percentages, a Switch per row.
Flags with mono keys, environment badges, rollout percentages, a Switch per row.
The Application Collection unlocks the source for every Application block. All Access unlocks every Collection.
Already purchased? Log in
Feature Flags Table is the control room of gradual releases: six flags listed with their mono key (new-billing-page, checkout-v2, dense-tables, ai-summaries, sso-scim, legacy-export), a one-line description beneath each key, environment badges (Production, Staging, Dev) in outline, a right-aligned tabular rollout percentage, and a Switch per row in mixed on/off states. The panel header reads 6 flags across 3 environments. The footer closes with the policy: flags older than 90 days get flagged for cleanup, and yes, the cleanup reminder is itself a flag.
Flags are one array. Each Switch ships with defaultChecked so states are visible on first render without any wiring, which is the blueprint value.
Reach for this block on the feature flags settings page, wired to your flags API and a PATCH endpoint per flag toggle. Restrict the enable Switch to roles that can ship to production; expose a read-only view to Members.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the gradual rollout control panel. Other flag tables:
Tip: show the rollout percentage even at 0 and 100; it confirms the flag is configured, not just toggled.