← Back to SaaS Starter

Feature Flags

$4.99

Python feature flag system: percentage rollout, user targeting, A/B testing, and kill switch. Ship fearlessly with instant rollback. Runs on Python 3.10+ stdlib only.

# Run feature flags demo
python src/main.py --demo

# Evaluate a flag for a user
python src/main.py --check dark_mode --user user123

# Roll out a feature to 25% of users
python src/main.py --set new_dashboard --rollout 25
Grab This — $4.99