Content

4 features
Node types

Custom post types via MCP or Tengo. JSONB storage, GIN-indexed.

metadata-only
Versioning

Drafts, publishes, and per-field history with restore.

field-level
Taxonomies

Hierarchical and flat. Term metadata. Faceted query API.

JSON facets
Menus

Tree menus with deep-link tracking and route validation.

route-aware

Editor

4 features
VDUS admin

Server-driven UI. Boot manifest, layout trees, SSE updates.

no client routing
Live preview

Renders the actual layout tree, not an iframe simulation.

real DOM
Capability gates

Fine-grained capability strings; per-extension required set.

server-enforced
Block authoring

Author content blocks in JSON + Go template. Live preview built in.

JSON-defined

AI

4 features
MCP server

stdio + http. ~50 tools across 15 domains. core.guide meta-tool.

~50 tools
Resource URIs

squilla://guidelines/themes, …/extensions for agent self-onboarding.

self-describing
Decision tree

core.guide returns goal-to-tool decision trees plus current CMS state.

state-aware
Capability scopes

Per-tool capability declarations enforced server-side; no override.

fine-grained

Performance

4 features
Atomic config

Hot-swapped maps. Reads never block. No lock contention.

lock-free
Pre-resolved layouts

Layout tree compiled at activation, not request time.

0ms lookup
Connection pooling

pgxpool, sized to saturate under load. Per-tenant scoping.

pgxpool
TTFB budgeted

Single-digit ms kernel work targeted; regressions reviewed.

single-digit