Architecture First Pricing

No per-seat fees. No per-MAU charges. Pay per project, not per person.

flagUnlimited flags
speedUnlimited evaluations
groupUnlimited MAU
peopleUnlimited team members

Starter

$49/mo per project

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
Start Free Trial
Most Popular

Pro

$99/mo per project

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
Start Free Trial

Enterprise

Custom

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
Contact Sales

Feature comparison

FeatureStarterProEnterprise
Flags per projectUnlimitedUnlimitedUnlimited
EvaluationsUnlimitedUnlimitedUnlimited
Monthly Active UsersUnlimitedUnlimitedUnlimited
Team membersUnlimitedUnlimitedUnlimited
Environments3UnlimitedUnlimited
Cloud providersAny 1AnyAny
MCP servercheckcheckcheck
Scheduled toggles--checkcheck
Audit log--checkcheck
Config rollback--checkcheck
Webhooks--checkcheck
Multi-region push--checkcheck
SSO / SAML----check
Custom RBAC----check
SLA----check

Common questions

help

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.

help

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.

help

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.

help

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.

help

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.

help

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.