Hi! We have a monorepo with three different appli...
# ask-questions
h
Hi! We have a monorepo with three different applications, and we created a separate GrowthBook project for each one. However, we want to share the same feature flag across all of them. I tried manually creating the same flag in each project, but I get an error saying it already exists—even though it doesn’t appear in the flag list for that project. This makes me wonder if GrowthBook was designed to work this way or if I’m handling it incorrectly. Is there a way to share a single feature flag across multiple projects? Any recommendations on how to manage this properly? Thanks!
s
Hi Austin! You can create a feature flag without associating it with a particular project ("None"), and you can then use the same flag in multiple projects.
h
I appreciate the suggestion, but I haven't been able to get it to work. Could you provide more details on how the different SDKs should be configured for this to function properly? What I'm looking for is behavior similar to when a component is reused. The component (the flag) can have multiple instances (apps/env), but in each instance, it has its unique state (flag value). Is that possible? So this way i can enabled/disabled it by app and by env