Content Versioning
CMS & ContentA CMS feature that tracks every change to a piece of content over time, letting editors see who changed what and when, and roll back to a previous version when…
Preview Mode
Draft mode, also called preview mode, is a CMS feature that lets editors view in-progress content on the live front-end without publishing it. Drafts render in the same templates as live pages but are visible only to logged-in editors or via a special preview link. CMS draft mode is how marketing previews changes before they go public and catches problems before visitors do.
Editing without preview is editing blind. You write a 1,200-word post, you publish it, you discover the hero image is cropped wrong and the CTA broke the layout on mobile. Now visitors are seeing the broken version while you fix it. Draft mode kills that whole class of mistake. The team writes, designs, reviews, and approves — all on the real templates, with real components — before a single visitor sees anything. It also lets non-editors approve work without needing a CMS login. Quality goes up. Embarrassing live edits go to zero.
Editors create or update content in the CMS and save it as a draft instead of publishing. The front-end exposes a preview route — usually behind authentication or a signed link — that fetches the draft version of the content instead of the published one. The editor or a reviewing stakeholder opens that link and sees the page rendered with the in-progress content. They can adjust, re-preview, and only publish when the work is ready. Modern setups like Next.js paired with Sanity support real-time preview, so changes saved in the CMS appear in the preview window within a second, no page refresh required.
A CMS feature that tracks every change to a piece of content over time, letting editors see who changed what and when, and roll back to a previous version when…
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 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…
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 rich text editor that shows formatting — bold, headings, lists, images — visually as you write, instead of making you write raw HTML or markdown by hand to…