AI AGENT ADDONS

Flags Sdk

vercel/flags

Feature flags let you turn parts of your app on or off without deploying new code. You can test new features with a small group of users first. The Flags SDK makes it easy to add feature flags to your Next.js or SvelteKit project.

Each flag is a simple function you can call anywhere. You can connect to providers like Vercel, Statsig, or LaunchDarkly. The SDK keeps your pages static and fast.

Use the Vercel dashboard or the CLI to manage your flags. This guide walks you through everything from setup to advanced patterns.

Add Flags Sdk skill to your workflow

Global

mkdir -p ~/.claude/skills/flags-sdk

Project

mkdir -p .claude/skills/flags-sdk

Source Repository

Stars
606
Forks
78
Watchers
606
License
MIT
Last Push
24 days ago
Created
1 year ago