Skip to content
Dashboard

Introducing Edge Config: Globally distributed, instant configuration

Link to headingWhy Edge Config

Link to headingEdge Config for Experimentation

“Edge Config is an awesome tool for our development process. It enables us to continuously work and deploy our application without worrying about latencies or hosting our own solution.”

"Edge Config allows Statsig users to read updated feature flag and experiment configs at the Edge. With this release we’re able to push config updates to the Edge, where our users can read up-to-date configs with ultra-low latency, reducing serverless cold-start times and a greatly improved end-user experience."

Split Software

"Edge Config provides our customers with an easy way to get significantly improved performance for feature flag delivery, and thus application start-up. Developers can use this to help move them towards more modern feature delivery and measurement practices. I'm incredibly excited for what's to come in the space."

Link to headingGet Started

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

Get started with Edge Config