所有內容
Getting started with CMS Platform
Getting started with CMS PlatformCMS Platform is a multi-tenant, DB-and-config-driven headless CMS with AI content generation and SEO-aware runtime su...
Database-per-site isolation
Database-per-site isolationEvery tenant site is provisioned with its own physical database (cms_<slug>), created automatically at seed time. The...
The in-DB page builder
The in-DB page builderPages live in the database as ordered sections, each naming a registered component and its props. Editors compose Hero, FeatureG...
Agent-friendly SEO surfaces
Agent-friendly SEO surfacesEach site exposes llms.txt, sitemap.xml, JSON-LD, and a .well-known/mcp.json discovery document so AI agents and search eng...
A plugin-rich architecture
A plugin-rich architectureThe platform exposes an API-centric, permission-checked plugin gateway. Storage, auth, and custom surfaces are plugins regis...
Security and RBAC
Security and RBACAuthentication uses JWT with a Valkey-backed token blacklist and rate limiting. Authorization is role-based and fail-closed.Tenancy i...
Webinar: Designing for true multi-tenancy
Webinar: Designing for true multi-tenancyJoin the platform team for a walkthrough of database-per-site isolation and seed-time provisioning....
Release: Page builder 2.0
Release: Page builder 2.0A new release of the in-DB page builder with more section components and live preview....
Workshop: AI content generation
Workshop: AI content generationA hands-on workshop on generating governed content and assembling components with AI....