Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/docs/featureflags.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import { Cards, Callout, Steps } from 'nextra/components'
We support the following types of Flags
1. **Feature Gate** : Toggle a feature on or off for targeted users or all users. Useful for phased or controlled rollout.
2. [**Experiment**](/docs/experiments) : Deliver different variant experiences (e.g., layouts, flows, pricing) to a targeted group of users. Enables measuring and analyzing impact.
3. [Coming Soon] **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you:
3. **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you:
- Pass JSON payloads (e.g., `{"cta_text": "Buy now", "discount": 20}`) to customize behavior or UI dynamically
- Update values instantly without redeploying code

Expand Down