Skip to main content

One post tagged with "user targeting"

View All Tags

Multi-Tenant Feature Flags: How to Target Features by Tenant

· 10 min read
David Herbert
Turning deep tech into stories developers actually want to read.
Eszter Valentinyi-Harmath
Marketing in the heart, front-end in the mind, Nutella in the veins.

Multi-tenant feature flags let you turn a feature on for one tenant while keeping it off for everyone else, all without a redeploy. If you run a B2B SaaS product where several customers share the same codebase, this is how you ship features to one account at a time.

This guide covers three ways to target features by tenant in ConfigCat: custom attributes, reusable segments, and separate environments. We'll look at when each one fits and how much configuration separation each approach provides.

How to Target Features by Tenant