Norcube CMS vs Contentful — when not to pick the obvious
Contentful is the default enterprise headless CMS — large editorial teams, multi-surface content distribution, contracts that justify the price. Norcube CMS is git-based, free during the private beta, and ships content as files in your repo. The honest case: most static sites don't need Contentful, and pay a steep tax to use it. If you have a marketing site, documentation, or an Astro / Hugo / Eleventy build, the git-based model is almost always the right fit.
When each wins
Pick Contentful if you have multiple large surfaces sharing the same content (web, mobile, signage, kiosks, partner portals); if your editorial team is large enough to need roles / workflows / approval chains; if enterprise compliance (SOC 2, ISO 27001, HIPAA) is contractually required and you need the procurement story.
Pick Norcube CMS if your front-end is static (Astro, Hugo, Eleventy, …); if a database between your content and your build feels like overkill; if Contentful's pricing feels steep relative to what you'd actually use; if AI scaffolding from existing markdown is a real time-saver.
The honest gating question: do you need Contentful's API to distribute content to multiple non-static front-ends? If yes, Contentful wins. If no, the headless tax is real and Norcube CMS is likely a better fit.
Side-by-side on what matters
Where content lives. Contentful — their hosted database. Norcube CMS — markdown files in your git repo.
How your build consumes content. Contentful — REST or GraphQL API with API keys, rate limits, and a CDN. Norcube CMS — read files; no API call, no key, no quota.
Cost shape. Contentful's enterprise tiers are priced accordingly — see their pricing page for current numbers and whether they fit your team. Norcube CMS is free during the private beta; planned paid tiers are per-site + storage, no per-seat fees.
Migration story. Contentful — exporting at scale is a real project. Norcube CMS — there's nothing to migrate when you leave; content was always in your repo.
Editor sophistication. Contentful's editor has years of enterprise UX work behind it (workflows, scheduled publishing, content modelling). Norcube CMS is newer and narrower; fewer features, simpler model.
Most static sites don't need a headless CMS
If your build reads markdown files, edit markdown files. Free during the private beta, no annual contract, no per-seat fees.