Guides

CMS

CMS features layer structured content on top of the same site document the editor uses. Collections define schemas; dynamic pages bind routes to those schemas; submissions land in your workspace.

Collections

A collection is a typed set of entries (fields, validation, and optional presets such as blog or directory). Create collections in the dashboard, then attach them to pages that should render one entry per URL.

Dashboard site content page listing CMS collections with entry counts.
Collections for a site under Dashboard → site → Content.
New collection form with field builder in the dashboard.
Define a new collection
Collection entries table with search and status filters.
Browse entries in the dashboard

Entry editor

Create drafts or published rows with the same field types you defined on the collection. Rich text, images, and references stay in the structured JSON the API returns for each item.

New CMS entry form for a collection.
New entry
Edit CMS entry form with saved field values.
Edit entry

Dynamic pages

Dynamic pages pair a route pattern with a collection. Index content lives in normal page blocks; detail layouts can include template-only sections that bind to entry fields. The API exposes the same structures under site pages with dynamic metadata.

Site editor CMS workspace with a collection selected and entry list visible.
CMS workspace in the editor: pick a collection, add entries, and preview detail URLs.

SEO mapping templates

Per-page SEO for CMS detail URLs can use seoMapping with placeholders such as {{fieldId}} so titles and descriptions track entry data. See the API reference data models for exact fields.

Submissions

Form blocks post to hosted endpoints; submission storage and exports follow your plan. Visitor traffic to POST /api/forms/submit counts toward limits described in pricing.

Per-site form submissions inbox with filters.
Submissions for a single site from the dashboard hub.

Site hub

Each site has a dashboard hub for overview, domains, submissions, and content without opening the visual editor.

Dashboard site overview with shortcuts to editor, live site, content, and settings.
Site overview: jump to the editor, published URL, CMS content, or settings.
Dashboard site settings for domains, indexing, analytics, and badge options.
Site-level settings outside the visual editor.

See also