Hypertune
The @flags-sdk/hypertune
package provides a managed Hypertune provider for the Flags SDK.
Learn more about Adapters
Getting started
Install the required dependencies:
Set up Hypertune environment variables based on your framework and app structure:
Read more about type-safe client generation on docs.hypertune.com.
Run Hypertune's code generation with npx hypertune
Use the generated code to declare your feature flags with createHypertuneAdapter
:
Then use it in your framework:
Flags Explorer
You can inform the Flags Explorer about your Hypertune flags with a .well-known/vercel/flags
route.
This lets you view and override your Hypertune flags using the Flags Explorer.
Learn more about the Flags Explorer
How to configure Edge Config
If Hypertune is syncing to Vercel Edge Config, you can configure that through environment variables or through the adapter.