Nexus CMS

Licensing & pricing

Commercial tiers, page limits, trials, and license keys.

Nexus CMS is proprietary, commercial software. After a stable release, using it in development or production requires a valid commercial license. Your license key selects a feature tier.

Alpha: product usage is free until a stable release. The public Pricing page shows the post-stable catalog as disabled. Sign up for a workspace to get a Pro-tier key for testing.

Plans (post-stable catalog — reference)

PlanPrice (USD list)Includes
Alpha / TrialFree during alpha (and 14-day Pro trial on signup)Full Pro features
Starter$19/mo or $190/yrText/image/link, visibility, reorder, SEO · 1 project · 2 API keys · up to 12 pages
Pro$39/mo or $390/yrVersions, site-declared locales, collection add/remove, scheduled publish · 5 projects · 10 keys · unlimited pages
Lifetime$2,600 one-timeFull Pro feature set · unlimited projects/keys/pages · lifetime updates & support

Projects vs API keys

  • A project is one site (projectKey + content space).
  • API keys authenticate that project (dev vs prod or rotation).

Page limits

Starter soft-limits you to 12 pages. Pro and Lifetime are unlimited.

How gating works

  1. resolveLicense(key) → tier + feature set.
  2. applyLicenseToFlags masks Pro features your tier doesn't include.
  3. resolveCapabilities computes each region's effective capabilities.

Adding your key

nexus.config.ts
export default defineConfig({
  licenseKey: process.env.NEXUS_LICENSE_KEY,
});

Also pass licenseKey into <CmsProvider licenseKey={…} /> if you set it at runtime (the provider does not read nexus.config.ts by itself).

Keys are issued from the Dashboard when you create an alpha workspace (trial on signup).

On this page