Namespaces, branches, checkpoints, rollbacks.
Deploy config changes without redeploying code.
Everything you need to change application behavior at runtime — safely, with history.
Every write creates an immutable, numbered revision. Nothing is ever overwritten — full history, always.
Roll back any namespace or branch to a previous revision or named checkpoint with a single command.
Run canary deployments or A/B tests by writing different config to different branches. Switch at request time.
Flat, free-form partitioning. Use any convention that fits — payments/prod, platform-staging, tenant-42.
st8d speaks the OpenFeature Remote Evaluation Protocol. Point your OFREP provider at it and use your flags through the standard OpenFeature SDK.
st8d is a single binary. Run it on any Linux machine — bare-metal, VM, or container. MIT licensed.