Skip to main content
Get GrowthBook running in your application in minutes.
New to GrowthBook SDKs?The SDK Overview covers how SDKs work and helps you choose the right one for your use case.
1

Get your SDK Client Key

Go to SDK Configuration, create a new SDK Connection, and copy the Client Key (starts with sdk-).
2

Install the SDK

3

Wrap your app with `GrowthBookProvider`

4

Use feature flags

Next steps: - See the example Next.js app - See the React SDK docs

Verify your setup

After setting up your SDK, verify it’s working by following these steps:
  1. Create a feature flag called test-flag in your GrowthBook
  2. Set its value to true and enable it for your environment
  3. Check that isOn("test-flag") returns true in your app
  4. Toggle the flag off and verify the change is reflected
Use the GrowthBook DevTools browser extension to inspect and test feature flags in development.