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.
// 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.
Simple, predictable pricing
Start free. Scale when you're ready. No surprises.
- Up to 1M reads / month
- 3 environments
- 5 flags
- Community support
- 50M reads / month
- Unlimited environments
- Unlimited flags
- Audit logs (30 days)
- Email support
- Unlimited reads
- SSO, SCIM, RBAC
- Dedicated edge cluster
- SOC 2 reports
- 24/7 support + SLA
Ship the next feature faster.
Join thousands of engineering teams who deploy without fear.
Create free account