Norcube CMS vs CloudCannon — the closest head-to-head
CloudCannon is the closest direct competitor — git-based, schema-driven, visual editor. We diverge on three things: AI scaffolds the schema from your existing content, `$ref` shared blocks are strictly enforced, and pricing has no per-seat fees. Otherwise the models are very similar; pick on the differences that matter to you.
When each wins
Pick Norcube CMS if your repo already has markdown pages and you want the schema scaffolded automatically; if you want strict
$refenforcement so shared shapes (button,card) can never drift; if per-seat pricing is a sticking point.Pick CloudCannon if you need their template-based editing model (live preview of Jekyll / Hugo / Eleventy templates is more mature than ours right now); if you already use their deployment platform; if you need a vendor with a longer track record on enterprise SSO and compliance.
Both are git-based, both edit markdown frontmatter with a visual editor, both keep your content in your repo with no exit cost. The honest comparison is on the differences listed above, not the shared model.
Side-by-side on what matters
Schema authoring. CloudCannon expects you to write the schema
by hand (their _inputs.yml / _schemas/). Norcube CMS runs an
AI agent over your existing markdown and commits a complete
starter schema — you refine it instead of writing it from scratch.
Shared blocks. Both support reusable blocks via $ref-like
mechanisms. Norcube CMS enforces it: the validator rejects schemas
where the same shape appears inlined in 2+ blocks instead of being
$ref'd to one source-of-truth block. CloudCannon allows both
shapes and trusts you not to drift.
Live preview. CloudCannon's live preview is more mature.
Norcube CMS ships visual editing without live preview today; the
sandboxed-container preview is on the roadmap (/cms/).
Pricing. CloudCannon prices per site + per editor seat above a small cap. Norcube CMS is free during the private beta; the planned paid model is per site + storage, no per-seat fees.
Maturity. CloudCannon has been around since 2014 and has a larger feature surface (template-aware editing, multi-environment workflows, image processing pipelines). Norcube CMS is newer and narrower — it does fewer things, by design.
Try the AI-scaffolded alternative
Install the GitHub App on the repo you'd use with CloudCannon, click Analyze, get a schema in one commit. Free during the private beta — no credit card.