Feature flags that run where your code runs.

We push config. You evaluate locally. Your data never leaves your cloud. Flat per-project pricing with unlimited everything.

app.ts
  1  import { FlagClient } from '@flagdrop/sdk'
  2  
  3  // Initialize with your bucket
  4  const flags = new FlagClient({
  5    bucket: 'my-flags',
  6    environment: 'production',
  7    provider: 'aws'
  8  })
  9  
 10  // Type-safe flag evaluation
 11  const enabled = flags.getBool('new-checkout', false)

TRUSTED BY ENGINEERING TEAMS AT

VercelPlanetScaleLinearSupabase

Direct-to-Bucket Architecture

FlagDrop pushes config files to your cloud storage. Your SDKs read locally. Zero latency. Zero data leakage.

dashboard

FlagDrop UI

+ MCP Server

Push Config

cloud

Your Infrastructure

S3 / GCS / Azure Blob

Local Read

dns

Backend API

flags.getBool()

web

Frontend App

useFlag()

boltZero-latency evaluations. Config files live in your bucket. SDKs read locally.

Engineered for the modern stack

shield
DATA SOVEREIGNTY

Your cloud, your data

Flag evaluations happen inside your AWS, GCP, or Azure account. Config files live in your storage bucket. We never see your traffic.

payments
FLAT PRICING

$29/mo per project. Period.

No per-seat fees. No per-MAU charges. Unlimited flags, unlimited evaluations, unlimited team members. Pricing that scales with your projects, not your success.

terminal
AI-NATIVE

MCP server built in

Create, toggle, and manage flags directly from your AI coding agent. Works with Claude, Cursor, Windsurf, and any MCP-compatible tool.

Stop paying for other people's servers

Traditional feature flag services charge per seat and per monthly active user. With FlagDrop, evaluations run in your cloud — so we charge a flat rate per project.

cloud_off

Traditional Vendors

  • cancel

    Flag evaluations

    Their servers

  • cancel

    Pricing model

    Per-seat + per-MAU

  • cancel

    Data residency

    Their multi-tenant SaaS

  • cancel

    10 seats, 100K MAU

    ~$1,200/mo

  • cancel

    MCP / AI-native

    Not available

  • cancel

    Backend + Frontend scoping

    Single config

  • cancel

    Multi-cloud

    N/A (SaaS-only)

deployed_code

FlagDrop

  • check_circle

    Flag evaluations

    In your cloud

  • check_circle

    Pricing model

    Flat per-project

  • check_circle

    Data residency

    Your account, your region

  • check_circle

    10 seats, 100K MAU

    $49/mo

  • check_circle

    MCP / AI-native

    Built-in

  • check_circle

    Backend + Frontend scoping

    Separate config files

  • check_circle

    Multi-cloud

    AWS, GCP, Azure

Five lines to your first flag

Install the SDK. Point it at your bucket. Read flags with type-safe getters. No proxy. No sidecar. No latency overhead.

rocket_launchView Quickstart
app.ts
import { FlagClient } from '@flagdrop/sdk'

const flags = new FlagClient({
  bucket: 'my-flags',
  environment: 'production',
  provider: 'aws',
  region: 'us-east-1'
})

const enabled = flags.getBool('new-checkout', false)

Ship features with confidence

Free tier available. No credit card required. Deploy your first flag in under five minutes.