Back

Feature flags

aka feature gates, kill switches

Have you ever wanted to launch a new feature at an exact time, and not just when some deployment finishes? Or made a mistake on a new feature and had to wait for a “hot fix” deploy to switch back to the old version? Did it make you wish you could roll out & roll back a feature with the flick of a switch? You can, by implementing feature flags via a clever use of the reactive nature of Convex queries.
Screen grab of Feature flags in action