Skip to content
Dashboard

Introducing Edge Config: Globally distributed, instant configuration

Copy link to headingWhy Edge Config

Copy link to headingEdge Config for Experimentation

Split Software

Copy link to headingGet Started

import { get } from '@vercel/edge-config';
const featureFlagEnabled = await get("featureFlagEnabled")

Get started with Edge Config

Ready to deploy?