Menu
Important
Stay updated on React2Shell

Using Edge Config with Hypertune

Last updated November 19, 2025

Hypertune is a feature flag, A/B testing and app configuration platform with full type-safety and Git version control.

The Hypertune Edge Config integration synchronizes with your Functions for low latency retrieval without fetch requests.

Before using this integration, you should have the latest version of Vercel CLI.

To check your version, use . To install or update Vercel CLI, use:

If you deploy a template like the Hypertune Flags SDK Example, it will guide you through most of these steps.

Navigate to your Project and click the Flags tab.

Install a flag provider, select Hypertune and click continue, then toggle Enable Edge Config Syncing on.

  1. Open your project in your development environment and link it to Vercel.

    Once linked, you can pull the environment variables that were added to your project.

    You should have a file with the following environment variables:

    If you don't see these environment variables, ensure your project is linked to the Hypertune integration in the Flags tab.

  2. From the Flags tab, click Open in Hypertune to make changes in your Hypertune project.

    When you click save, changes will be synchronized to your Edge Config and ready for use.

  3. Run code generation to produce the type-safe client for use with the Hypertune SDK.

    You should now have a directory with generated code reflecting your saved changes.

  4. You can declare server side flags using the Flags SDK with Hypertune as follows:

    See the more resources section for more information about the Hypertune and Flags SDK.

Learn more about Edge Config:

Learn more about Hypertune and the Flags SDK adapter:


Was this helpful?

supported.