---
title: The Next CMS
summary: >-
  nextcms is a calm, file-first editorial workspace for teams who want embedded
  agents to work directly on the real website.
updated: '2026-04-04'
eyebrow: Website editor for the agent era
heroSummary: >-
  Nextcms frees website editing from the confines of themes and plugins and rethinks the CMS as a real workspace for humans and agents to collaborate directly on the project.
primaryCtaLabel: Explore the workflow
primaryCtaHref: '#workflow'
secondaryCtaLabel: Read the principles
secondaryCtaHref: '#principles'
stats:
  - value: Markdown-first, React components second
    label: Content in plain files
  - value: Git-native branching and versioning and developer best practices
    label: Observable and controlled changes
  - value: Automation stays powerful without becoming reckless.
    label: Agent workspace
principles:
  - title: The CMS becomes a workspace
    body: >-
      The main interface is no longer a pile of forms. It is a legible working
      environment where content, components, routing, and validation stay close
      enough to understand.
  - title: File-first is a feature again
    body: >-
      Markdown, frontmatter, styles, and source files remain visible. That
      makes the system easier to review, easier to diff, and easier for an
      embedded agent to navigate safely.
  - title: Production gets smaller
    body: >-
      The rich editing environment belongs in preview. Production can stay
      focused on serving approved output instead of carrying the full authoring
      machine.
workflow:
  - label: '01'
    title: Start from the real content
    body: >-
      Edit markdown, inspect structure, or ask the agent for a change without
      translating everything into admin fields first.
  - label: '02'
    title: Work inside the actual project
    body: >-
      The agent can reason across files, routes, and design constraints because
      it is operating in the real workspace rather than a detached abstraction.
  - label: '03'
    title: Validate before promotion
    body: >-
      Linting, type checks, previews, and visible diffs keep the loop grounded
      before anything moves beyond review.
  - label: '04'
    title: Keep production disciplined
    body: >-
      Approved work can move into the live branch, while production stays a
      tighter runtime with less surface area.
outcomes:
  - title: Cloud or local admin
    body: >-
      Run the agent workspace in the cloud or locally on your computer to push and deploy changes to production.
  - title: Extend with tools and skills
    body: >-
      Instead of plugins and themes, equip the agent with routines and skills that a client can actually use, to work on content or extend the system itself.
  - title: Human in the loop
    body: >-
      The agent sends notifications and handoffs to a human developer or website admin, instead of overreaching its authority.
tags:
  - nextcms
  - markdown
  - agentic-cms
---
## A new kind of CMS

The next CMS is less about adding AI to an admin panel and more about removing
the gap between editing and implementation.

When an embedded agent can work inside the real project, content, structure,
validation, development, and review no longer need to live in separate systems.

That shift changes the shape of the CMS itself. It stops being a layer on top of
the website and becomes the environment in which the website evolves purely based on real needs.

The repository stays the central source of truth. Preview becomes a working
space instead of a disposable staging area. Production stays smaller and easier
to trust.
