Features

Everything a modern CMS should do.

And none of it behind a paywall: every feature on this page is in every plan — unless it explicitly says otherwise.

Content

Model content the way it really is

Collections are your content types — blog, pages, products, case studies. You assemble them in the schema builder, with no code and no migrations.

  • Unlimited collections and documents
  • Arrange fields with drag & drop
  • Templates for common content types
The field builder of a collection in Nevo CMS

15 field types

From plain text to a relationship with another collection.

  • Text
  • Long text
  • Rich text
  • Number
  • Email
  • Date
  • Checkbox
  • Switch
  • Select
  • Slug
  • Relationship
  • Author
  • Media
  • Icon
  • Tags

Categories & tags

Category sets are collections of their own, tags are free-form.

Custom statuses

Map your review process — from draft to published.

Routes & redirects

URL patterns per collection, redirects and a view of documents without an address.

Version history

Every state is kept and can be restored.

Author profiles

Name, photo, bio and links — as a field type in any collection.

Export

Your content is yours: export all of it, any time.

Editor

Writing without friction

The rich text editor stores clean markdown and brings what long-form content needs: tables, columns, callouts, collapsible sections, galleries and embeds.

  • Your own AI commands on the model you choose
  • Version history with restore
  • Sidebar with status, language, author and route
A blog post in the Nevo CMS editor
Languages

Multilingual, no compromises

Add as many content languages as your website needs. Every document has its own translations — and a list always shows exactly one language instead of silently falling back to another.

Unlimited content languages per website

Translations per document

Interface in eight languages

Media

A media library that thinks ahead

Upload an image once — Nevo creates the right sizes and formats and serves them over the CDN.

  • AVIF and WebP automatically
  • Image bandwidth is never billed
The Nevo CMS media library

Media library

Every image and file of your website in one place.

Automatic image sizes

Every image in the sizes your frontend needs.

Choose formats & sizes

AVIF, WebP or JPG — and widths that match your layout.

Delivery over the CDN

Served fast — and the bandwidth is never billed.

Media on your own domainPro and up

Images at yourdomain.com/media instead of our address.

Your own S3 storage

Files in your own storage don't count against your allowance.

Interfaces

Headless from the ground up

Your website fetches content over the delivery API — with a key that can do exactly what it should. When something changes, webhooks pass it on.

  • List, single fetch, slug lookup, sorting and language
  • Published content only — drafts stay private
  • Read and write through the same API
const res = await fetch(
  `${NEVO}/api/rest/posts?locale=en&sort=publishedAt&limit=3`,
  { headers: { Authorization: `Bearer ${KEY}` } },
);
const { docs } = await res.json();

Response · 200 OK

{
  "docs": [
    {
      "slug": "why-headless",
      "title": "Why we went headless",
      "status": "published",
      "data": { "cover": { "width": 1920,  } }
    },
    
  ]
}

Delivery API (REST)

Read and write collections — for any frontend.

API keys

Per website, with exactly the permissions a key needs.

Webhooks

Build flows for events, test them and follow them in the delivery log.

Routes API

Every address of your website — for sitemap and routing.

Deployments

Publish wherever you like

Add build hooks for your hosts. Nevo batches changes made in quick succession into one deploy instead of rebuilding on every click.

Presets for

  • Cloudflare Pages
  • Cloudflare Workers
  • Vercel
  • Netlify
  • GitHub Actions
  • GitLab CI/CD
  • Bitbucket Pipelines
  • Render
Deploy targets in the Nevo CMS website settings
AI

AI that works with your content

Nevo is built for AI agents: over MCP they reach collections, documents, translations, history and routes. In the editor, AI helps you write — with your own key.

MCP connections for AI agents in Nevo CMS

MCP access for AI agents

Claude, Cursor and friends work with exactly the permissions you grant.

Your own AI key

Your AI provider bills you directly — we add nothing on top.

Generate & rewrite text

With your own commands, written once and reused whenever you need them.

Transcribe audio

Voice recordings become text you keep editing.

Team

Work together

Team members cost nothing extra — invite as many as you need.

Unlimited members

Everyone who works on your content, with no per-seat pricing.

Roles & permissions

Decide who reads, writes, publishes or manages.

Email invitations

New members join with a single click.

Organizations

Group websites and teams — ideal for agencies.

Coming soon

Already built, live soon.

“In preparation” means built, but not part of the launch. Once it ships it is included in every plan.

CommentsIn preparation

Comments for your website, moderated in the CMS.

Website visitorsIn preparation

A directory of your website's users, managed in the CMS.

Social postsIn preparation

Prepare posts for Instagram, LinkedIn, Mastodon and more.

Email marketingIn preparation

Newsletters and campaigns built from your content.

Start with Nevo CMS today.

The complete platform from €9 a month. Billed monthly, cancel any time.