Set up feature flags in FlagSync to manage and test variants.
Set It Up
signup-cta
) for code use.Select Type
On/off switches
Perfect for:
Enable/disable features
Beta feature toggles
Predefined options
Common uses:
Theme: light-mode
, dark-mode
CTA: Register
, Join Now
Numeric values
Common uses:
Rate limits: 1000
, 5000
, 10000
Image quality: 75
, 80
, 100
Complex objects
Common uses:
{ "layout": "grid", "maxItems": 8 }
Variants
0.00
, 0.10
, 0.20
for discount-rate
).Choose Default Variants
discount-rate
:0.20
(20% discount).0.00
(no discount).0.20
) is served unless overridden by targeting.0.00
) applies to all users.Save It
Activate It