FeatureFlags
Ship features without redeploying.
Toggle features on and off in real-time. Target specific users, percentages, or environments. Roll out gradually, kill switches instantly. No redeploy needed.
Features
What's included
01
Boolean, string, and JSON flag types
02
User targeting by ID, email, or custom attributes
03
Percentage-based gradual rollouts
04
Environment-specific overrides (dev, staging, prod)
05
Audit log of all flag changes with timestamps
Integration
Check a flag in Node.js
javascript
import { FeatureFlags } from "@luxkern/sdk";
const flags = new FeatureFlags({ apiKey: "YOUR_API_KEY" });
if (await flags.isEnabled("new-checkout", { userId: user.id })) {
return renderNewCheckout();
}
return renderOldCheckout();FeatureFlags is included in every paid plan.
Starting at €19/month. All 7 infrastructure tools included. Price locked forever.
Also included in Luxkern Builder