What you get
A state machine attached to each content type. States, allowed transitions, and the role required for each.
Three starter templates
- Solo —
draft → published. One-person site, no review. - Review —
draft → review → published. Editor proposes, publisher approves. - Editorial —
draft → review → approved → published → archived. Multiple sign-offs.
Edit the templates or build your own.
In the editor
- A chip strip shows the transitions available from the current state, gated by the user's role
- Every transition is logged: who, when, from-state, to-state, optional comment
- Notifications fire on workflow events; review requests auto-route to the right team