Architecture First Pricing
No per-seat fees. No per-MAU charges. Pay per project, not per person.
Starter
For small teams shipping their first flags.
- check_circleUnlimited flags
- check_circleUnlimited evaluations
- check_circleUnlimited MAU
- check_circleUp to 3 environments
- check_circleAWS, GCP, or Azure
- check_circleCommunity support
- check_circleMCP server access
Pro
For growing teams with multiple environments.
- check_circleEverything in Starter
- check_circleUnlimited environments
- check_circleScheduled toggles
- check_circleAudit log
- check_circleConfig rollback
- check_circleWebhook integrations
- check_circlePriority support
- check_circleMulti-region push
Enterprise
For organizations with compliance and scale requirements.
- check_circleEverything in Pro
- check_circleSSO / SAML
- check_circleRBAC with custom roles
- check_circleDedicated support
- check_circleSLA guarantee
- check_circleSOC 2 report
- check_circleCustom integrations
- check_circleVolume discounts
Feature comparison
| Feature | Starter | Pro | Enterprise |
|---|---|---|---|
| Flags per project | Unlimited | Unlimited | Unlimited |
| Evaluations | Unlimited | Unlimited | Unlimited |
| Monthly Active Users | Unlimited | Unlimited | Unlimited |
| Team members | Unlimited | Unlimited | Unlimited |
| Environments | 3 | Unlimited | Unlimited |
| Cloud providers | Any 1 | Any | Any |
| MCP server | check | check | check |
| Scheduled toggles | -- | check | check |
| Audit log | -- | check | check |
| Config rollback | -- | check | check |
| Webhooks | -- | check | check |
| Multi-region push | -- | check | check |
| SSO / SAML | -- | -- | check |
| Custom RBAC | -- | -- | check |
| SLA | -- | -- | check |
Common questions
Why is FlagDrop so much cheaper than LaunchDarkly?
Because evaluations run in your cloud account, not ours. We push a config file to your bucket. Your services read it locally. We never handle your traffic, so we don't need massive infrastructure to scale with your MAU. That's why we can charge a flat per-project rate instead of per-seat + per-MAU.
What does "unlimited evaluations" actually mean?
It means exactly what it says. Since flag evaluations happen inside your own cloud (reading a local JSON file), there's no metering on our side. Evaluate flags a billion times a day — it doesn't affect your FlagDrop bill.
Do I need to change my cloud infrastructure?
You need a storage bucket (S3, GCS, or Azure Blob) and IAM permissions for FlagDrop to push config files. We provide Terraform modules that set this up in minutes. For frontend flags, you'll also run a small Web Relay container.
What happens if FlagDrop goes down?
Your flags keep working. The config file is already in your bucket. Your SDKs cache the config in memory and refresh on a TTL. A FlagDrop outage means you can't update flags from the dashboard, but existing flags continue evaluating with zero impact.
Can I use FlagDrop with my existing OpenFeature setup?
Yes. We provide an OpenFeature provider package (@flagdrop/openfeature) that wraps our Node.js SDK. Drop it in as a provider and your existing OpenFeature code works unchanged.
What is the MCP server?
MCP (Model Context Protocol) is a standard for AI coding tools to interact with external services. Our MCP server lets AI agents like Claude, Cursor, and Windsurf create flags, set targeting rules, toggle environments, and push configs — all from your IDE.