v2.4 — Edge delivery now in 280+ POPs

Real-time feature flags
delivered at the edge.

Ship configuration changes to millions of clients in under 50ms. Progressive rollouts, instant kill switches, and granular targeting — without redeploying a single line of code.

app.js
// Fetch your latest configuration in milliseconds
import { ConfigClient } from '@configdate/sdk';

const client = new ConfigClient({
  token: process.env.CONFIG_TOKEN,
  endpoint: 'https://config.date/api/v1',
  pollInterval: 30000
});

const config = await client.fetch('production');
if (config.flag('new-checkout-flow')) {
  renderNewCheckout();
}

Built for engineers who ship daily

Everything you need to decouple deployment from release, with the performance guarantees your users expect.

Sub-50ms global delivery

Configurations are pushed to 280+ edge locations. Your clients always read from the nearest POP.

🎯

Targeted rollouts

Roll out by user segment, geography, app version, or any custom attribute — with full audit logs.

🔥

Instant kill switches

Disable a broken feature in under one second across your entire fleet. No redeploys, no incidents.

🧪

A/B experimentation

Define experiments, assign cohorts, and stream metrics back through a single configuration channel.

🛡️

Type-safe SDKs

First-class SDKs for Node, Go, Rust, Python, Swift, Kotlin and more — fully typed, fully documented.

📊

Audit & compliance

Every change is logged, signed, and exportable. SOC 2 Type II and ISO 27001 ready.

8.4B
configs delivered / day
42ms
p99 latency
99.99%
uptime SLA
280+
edge locations

Simple, predictable pricing

Start free. Scale when you're ready. No surprises.

Hobby
$0/mo
For personal projects and prototypes.
  • Up to 1M reads / month
  • 3 environments
  • 5 flags
  • Community support
Get started
Enterprise
Custom
For organizations at scale.
  • Unlimited reads
  • SSO, SCIM, RBAC
  • Dedicated edge cluster
  • SOC 2 reports
  • 24/7 support + SLA
Contact sales

Compare all plans →

Ship the next feature faster.

Join thousands of engineering teams who deploy without fear.

Create free account