Feature flags with percentage rollout
Flags evaluated server-side so a rollout needs no deploy, bucketed by a stable hash so nobody sees a feature flicker, written with compare-and-swap.
Uses a workspace database. Forking copies the blocks, never the author's rows — your copy starts with an empty database, and the blocks create what they need on their first call. Included from the Pro plan up.
Loading…