A/B Testing & Feature Flags
Roll out features behind flags and split traffic between variants. Configure a provider to enable.
A/B Testing & Feature Flags
Roll out features behind flags and split traffic between variants. Configure a provider to enable.
How to enable
registerCms({
abTesting: { provider: "growthbook", url: process.env.GROWTHBOOK_URL },
}); Supported providers
- GrowthBook Recommended
- Unleash OSS
- PostHog Feature Flags OSS