Nimbus CMS
Features for complete managed websites
Explore Nimbus CMS features: remote admin, visual RTE blocks, page templates, media variants, first-party SEO, forms, stats, backups, audit, and plugin APIs.
Nimbus is designed around the website owner workflow: create pages, choose page designs, insert visual content blocks, publish safely, keep SEO sharp, understand traffic, and operate the site without turning every public request into an admin request.
Core website capabilities
The core stays intentionally small. Complete website behavior comes from official plugins that can be installed, configured, disabled, and later replaced.
Pages, menus, templates, and visual RTE blocks
Build page structures that editors understand: local links, media picker, inline design elements, one draft, theme page templates, and menu ordering.
SEO strong enough to be a default, not an add-on
Guided metadata, schema, canonicals, redirects, sitemap output, robots directives, social images, and 404 intelligence are first-party.
A control plane for every website you manage
Connect sites by URL and key, switch between them, see global stats, preview themes, and run authenticated operations without installing a heavy admin UI on each public site.
Stats, backups, forms, audit, and health checks
Run the workflows a complete website actually needs, with aggregate-first stats and backups stored as structured JSON plus selected storage files.
Feature map
| Capability | What the user gets | Where it lives |
|---|---|---|
| Pages | Published pages, one working draft, clean URLs, summaries, page templates, local links, and visual RTE content. | nimbus.pages |
| Media | Uploads, metadata, picker integration, cached variants for thumbnails, previews, content images, and public large images. | nimbus.media |
| SEO | Metadata suggestions, canonical URLs, schema, robots, sitemap entries, redirects, social previews, and missing-page insight. | nimbus.seo |
| Templates | Theme page designs and editable template slots where content can be main page content or custom RTE content. | nimbus.templates |
| Forms | Form builder, RTE form block, submissions, email notifications, spam protection, and exportable data. | nimbus.forms |
| Stats | Cookie-free views and approximate visitors with bot separation, today, 7-day, 30-day, geography, referrers, and fast aggregates. | nimbus.stats |
| Backups | ZIP backups with manifest, structured database JSON, integrity checks, and selected storage files. Restore validates table and column names before prepared inserts. | nimbus.backups |
| Audit and health | Remote write audit logs, plugin migration state, content counts, SEO issue summaries, storage counters, and backup status. | nimbus.audit, nimbus.site-health |
For developers
Plugin APIs are the extension surface. A plugin can ship migrations, capabilities, admin modules, protocol actions, RTE block metadata, editor previews, settings fields, and public renderers.
- Add a countdown, pricing table, gallery, news module, directory, or booking workflow as a plugin.
- Expose editor blocks with icons, defaults, preview behavior, settings fields, and a runtime renderer.
- Keep the core responsible for boot, routing, plugin and theme registries, permissions, hooks, storage, migrations, remote API, and errors.
- Build control-plane screens without forcing that UI into the visitor-facing runtime.
Install-worthy direction
A CMS should make the common path excellent
Nimbus focuses on the everyday work of real websites: publish pages, shape templates, manage media, improve SEO, collect privacy-friendly stats, receive forms, and recover safely.
Back to homepage