![](/_next/image?url=https%3A%2F%2Fvercel.com%2Fapi%2Fv1%2Fintegrations%2Fassets%2Foac_nynKteQbDXBjyrwHHO0pAt3S%2Fimages%2Fda239b71fd8e84dfda78b641f00041af4c3de6d8.png&w=3840&q=75)
![](/_next/image?url=https%3A%2F%2Fvercel.com%2Fapi%2Fv1%2Fintegrations%2Fassets%2Foac_nynKteQbDXBjyrwHHO0pAt3S%2Fimages%2F181fbcd424059c59628798772d5382d88174d624.png&w=3840&q=75)
![](/_next/image?url=https%3A%2F%2Fvercel.com%2Fapi%2Fv1%2Fintegrations%2Fassets%2Foac_nynKteQbDXBjyrwHHO0pAt3S%2Fimages%2Fa22185ea0bb004f3923c867f326a5bad001938ff.png&w=3840&q=75)
![](/_next/image?url=https%3A%2F%2Fvercel.com%2Fapi%2Fv1%2Fintegrations%2Fassets%2Foac_nynKteQbDXBjyrwHHO0pAt3S%2Fimages%2F004900c62e3fa2a2412eb49264b42aeaad68ef9a.png&w=3840&q=75)
Overview
DevCycle is a feature management platform designed for Developers. DevCycle allows you to work with feature flags more naturally, where you write code, so you can deliver better features, faster. With DevCycle + Vercel Edge Config the decision logic for your features lives with your hosted site, so you can run your feature rollouts or experiments with ultra-low latency.
Instructions
Using this integration hosts your DevCycle feature configurations with Vercel Edge Config. You can learn more about Vercel's Edge Config here.
You can get started by clicking "Add Integration" above and following the instructions. Once the integration has been installed you need to make sure your DevCycle SDKs are configured correctly.
Run this NPM command:
npm install @devcycle/vercel-edge-config @vercel/edge-config
Initialize DevCycle with Edge Config as the config source:
const edgeClient = createClient(process.env.EDGE_CONFIG)const edgeConfigSource = new EdgeConfigSource(edgeClient)
const devcycleClient = initializeDevCycle( process.env.DEVCYCLE_SERVER_SDK_KEY, { configSource: edgeConfigSource })
For more information check out our documentation here.