Unified Control for the Modern Stack.
Every feature a platform team needs to manage flags across environments, clouds, and teams — without the bloat.
Backend + Frontend Scoping
Every environment produces two config files: one for backend services with full targeting rules, one for frontend clients with sensitive data stripped. The security boundary is built into the architecture.
scope: backend
version: 12
flags:
new-checkout:
enabled: true
rollout: 25
rules: # full targeting rules
- attribute: plan
operator: in
values: [pro, enterprise]{
"scope": "frontend",
"version": 12,
"flags": {
"new-checkout": {
"enabled": true
// no targeting rules exposed
}
}
}Create a feature flag called "dark-mode" for frontend, disabled by default
I'll create that flag now using MCP.
Flag created and deployed
dark-mode pushed to 3 environments in 1.2s
MCP Workflow Integration
FlagDrop ships an MCP server. Your AI coding agent can create flags, set targeting rules, toggle environments, and push configs — all without leaving your editor.
Multi-Cloud Per-Environment Sync
Production on GCP. Staging on AWS. Dev on Azure. Each environment has its own bucket, region, and credentials. FlagDrop pushes to all of them.
FlagDrop
Control Plane
GCP Prod
gs://flags-prod
AWS Staging
s3://flags-staging
Everything at a glance
Flag states, environment sync status, rollout percentages, and targeting rules — all in one view.