All Systems Operational
Powered By
profound-logo
profound-logoProfound CMS
⌘K
Admin

Feat Docs Template

Run a hostable docs experience on top of CMS content using the docs app and markdown-oriented UI components.

Continue Reading
NextFeat Template Builder›

Hybrid

Setup Hybrid CMS ProjectParametric Pages with ComponentsTypes of ComponentsSetup server sent events (SSE) content refetchSetup admin panel proxyStatic Rendering with Edit Mode SupportScripting in Template BuilderGetting Started Hybrid

Headless

Quick startSplit Screen JSON Component Builder with LLMComponent Zod Pull

MCP

MCP with Claude Code / Codex

Feature

Documentation Site TemplateFeature Template BuilderTranslation ServiceOrganizations & Website Heirarchy

Motivation

Our Approch

Terminology

'Hybrid' vs 'Headless'

Why it exists

We provide a docs-focused application that proves CMS-managed content can be turned into a polished documentation site without rebuilding the rendering layer.

Use this when

  • hosting product documentation on top of CMS content
  • rendering markdown-heavy documents
  • building sidebar and search-driven docs navigation

What it includes

  • docs-template Next.js app
  • CMS-backed catch-all route rendering
  • docs markdown boundary
  • docs-specific navbar, sidebar, and content components
  • language-aware post and category loading

Core workflow

  1. Configure the docs app with CMS environment variables.
  2. Render docs routes through cms-renderer.
  3. Fetch category and post documents from CMS schemas.
  4. Render markdown content with docs-specific components.
  5. Layer richer navigation and search on top.

System surfaces

  • docs app route layer
  • docs UI component layer
  • docs CMS data and URL helpers