Build pages you can recover
Before and after
Move recurring CMS work out of the project backlog.
Page families, honest preview, revision ownership, recovery and upgrades become custom application work.
AfterCapell Foundation provides one maintained CMS contract.Blueprints, real-theme preview, append-only Page history and repeatable upgrades arrive together. Editors recover pages in Filament while developers keep the frontend.
Choose your path
Find the docs by what you are trying to do.
Install Capell, create the first editable page, and verify its preview and recovery path.
02Build A Site With CapellMove through content types, page management, themes, frontend rendering, and media.
03Understand Capell CoreLearn the page, URL, layout, theme, history, and upgrade contracts before adding optional capabilities.
04Extend CapellChoose admin, frontend, schema, render hook, or core extension points.
05Build Capell PackagesAuthor reusable Capell Extensions with manifests, providers, migrations, settings, and tests.
06Explore Capell ExtensionsBrowse generated extension docs by product area, runtime context, and tier.
System map
How Capell fits together.
Popular next steps
Jump straight to the pages people need most.
Source-owned documentation
Docs live next to the code they describe.
Capell public docs are assembled from source repositories so implementation docs stay close to the code:
capell-app/capell owns core CMS and core package docs,
capell-app/packages owns add-on Capell Extension docs,
and capell-app/capell-docs owns this site shell, homepage, navigation, and sync logic.
When generated extension docs look wrong, fix the package capell.json, README.md, or public docs/** files in the source repository.