Feature management for fast moving teams.
Grant early-access or run betas.
Monitor feature exposure and adoption.
Capture issues or requests in-app.
Samy Pessé
CTO, GitBook
Sign up or start from the CLI:
npx @reflag/cli new
Then flag your feature:
1import { useFlag, ReflagProvider } from "@reflag/react-sdk"; 2 3const MyFeature = () => { 4 const { isEnabled } = useFlag("my-new-feature"); 5 6 return isEnabled ? "You have access!" : null; 7} 8 9const App = () => ( 10 <ReflagProvider 11 publishableKey="{YOUR_PUBLISHABLE_KEY}" 12 company={{ id: "acme_inc" }} 13 user={{ id: "john doe" }} 14 > 15 <MyFeature /> 16 </ReflagProvider> 17)
Or compare Reflag with LaunchDarkly, PostHog, or homegrown solutions.
Kenneth Auchenberg
Stripe, Microsoft
Vlad Gidea
CPTO, Partnerful
Josh Knowles
CEO, CodeClimate
Product, Xata
Christopher Ehrlich
Engineer, Axiom
Shlomi Sasson
VP R&D, ai.work
Dima Grossman
CTO, Novu
Engineer, Product Hunt
Aman Sharma
CTO, Lamatic.ai
Martin Senker Søndergaard
CTO, Buildmore