Draft Mode
CMS & ContentA CMS feature that lets editors save and preview unpublished content on the actual live site before it goes public, so the team sees exactly what visitors will…
Content History
Content versioning is a CMS feature that records the history of every change to a piece of content. Every edit creates a new version, with a timestamp and an author, so the team can see who wrote what and when. Content history also lets editors compare versions, restore an earlier one, or audit how a page evolved. It is the content equivalent of Git for code.
Without versioning, every mistake is permanent until someone writes it again from memory. Someone overwrites the homepage copy on a Friday and there is no way back. A legal change goes live before review and there is no record of the old text. Versioning makes content reversible, which makes it safer to edit. Teams ship more aggressively because the cost of being wrong drops to one click. It also makes accountability obvious — you can see exactly who approved what and when, which matters when the brand voice or compliance language is being argued.
Every time an editor saves a change, the CMS stores a snapshot of the document. The history is browsable — a timeline of who edited what, with diffs showing exactly what changed. Editors can open an old version, compare it side by side with the current one, and restore it if needed. Some CMSes (Sanity, Contentful) version everything automatically. Others like WordPress keep limited revisions by default and need plugins or specific settings for full history. For regulated industries — fintech, energy, healthcare — the audit trail is often a compliance requirement, not just a convenience for the marketing team.
A CMS feature that lets editors save and preview unpublished content on the actual live site before it goes public, so the team sees exactly what visitors will…
The defined steps a piece of content moves through from initial idea to published — typically draft, review, approval, publish — set up so nothing ever ships…
A content management system that separates where content is stored from how it's shown, giving marketers a place to publish without rebuilding the front-end…
A headless CMS where the editing interface itself is code you can customize end to end — used by teams who want their content model to match their business,…
The software your marketing team uses to publish and update content on a website without writing code — the back-end where pages, posts, and assets get…
A private copy of your website where the team can preview changes, test new features, and catch problems before pushing them live to real visitors. Also called…