Skip to main content
Capell home
Live demo

A Laravel CMS with capabilities you can inspect

Capell keeps the CMS inside Laravel. Start with structured pages and a Filament workspace; the public site is rendered by your own Laravel code. Add deeper packages only where the product needs them.

An editorial team composing structured page sections, media, and revision layers in a Capell workflow.

Use Capell when your Laravel app needs more than a few editable pages. Editors compose approved content while developers keep control of the public output.

What ships free, and what each paid package adds.

Each entry names the package behind it and whether that package is free. Foundation is MIT-licensed and carries the install and upgrade commands; everything else installs separately, declaring its data access, migrations and removal effect before it changes the application.

Free Extendable core A slim core you extend with Composer packages, each declaring the migrations, data access and removal effect you can read before it installs. View this item
Core AI-ready Structured page records, clean metadata and governed extension points give search engines and AI features permissioned content to work from. View this item
Core Quality, tested code Built and tested in the open: every quality claim traces to a live CI result you can check yourself. View this item
Free Page history and recovery Every page save appends a full-state revision: compare two versions field by field, then roll back or forward without erasing the history in between. View this item
Free Multi-site & multilingual Run many sites and languages from one Laravel app, with each site's content kept distinct. View this item
Premium Agent Bridge Supplies the AI Command Centre: a bounded set of typed commands that resolve records, preview the exact change, and need your one-use confirmation before running. View this item
Premium Agent Delivery Publishes your pages to agents and answer engines as public-safe JSON manifests and RAG-ready chunks, with no scraping and no admin leakage. View this item
Free SEO Suite Live SEO scoring, schema.org data, redirect and broken-link management, and Search Console insight in the page editor, plus llms.txt and AI-crawler controls. View this item
Premium Site search Relevance-tuned results with synonyms and typo tolerance, plus a report of what visitors search for and cannot find. View this item
Free Targeted cache refreshes The HTML Cache package remembers which pages use shared content, and can refresh those pages instead of clearing the whole site cache. View this item

Define a page type's fields once. Extend them from a package.

When every case study or product page should share a structure, the blueprint is where that structure lives: fields, groups, validation and defaults. Change it once and every page of that type follows. A package can contribute fields to the same editor through the PageSchemaExtender contract. This example is shortened to the one method that adds a field:

A package adds an Event date field to every Page editor
final class EventDateSchemaExtender extends AbstractPageSchemaExtender
{
    public function extendTranslationComponentsForHook(
        Schema $schema,
        PageTranslationSchemaHookEnum $hook,
    ): array {
        return $hook === PageTranslationSchemaHookEnum::AfterContentEditor
            ? [DatePicker::make('meta.event_date')->label('Event date')]
            : [];
    }
}

Shortened for reading; the Admin package's abstract base class supplies the unchanged hooks this example does not override. Register the extender under PageSchemaExtender::TAG; no core patch or forked admin required.

One boundary stated plainly: full-state revision history and rollback cover Pages. Other CMS records keep normal Laravel auditing. Recovery is a Page promise, not a claim about every model.

Inspect the breadth you need.

Package count, commands, permissions, and admin resources describe the working surface behind the features below.

114
Packages
Core and focused optional packages.
258
CLI commands
Install, maintenance, and delivery operations.
376
Permissions
Explicit responsibilities across the workspace.
76
Admin resources
Focused controls for content and operations.
Feature catalogue

Browse the parts you can build with.

Audience
Advanced filters
Show features for packages you own
Capabilities

Admin

5
Admin features
Feature What it does Availability Detail
376 explicit permissions Foundation Assign focused responsibilities across content, configuration, packages, and operations. Available
76 admin resources Foundation Work with focused Filament resources instead of one generic content control panel. Available
Layout Builder Foundation Let editors choose from page layouts you approved, while your templates still decide how the result looks. Available
Publishing Studio Publishing Add isolated workspaces, review, approvals, scheduling, and atomic releases when the team needs them. Available
User import & export Foundation Move a scoped organisation user list with CSV/XLSX validation, explicit onboarding choices, and secret-free exports. Available

Front-end

3
Front-end features
Feature What it does Availability Detail
HTML cache and critical CSS Operations Cache public pages and generate route-specific critical CSS from the real stylesheet. Available
Social profiles and sharing Foundation Manage trusted social profiles once, then place accessible follow and sharing links where a layout needs them. Available
Your own frontend Foundation Build the public site in Blade, Livewire, Inertia, Vue, or whatever your team already uses. Available

Core platform

7
Core platform features
Feature What it does Availability Detail
258 Artisan commands Foundation Install, inspect, maintain, and operate Capell through explicit application-owned commands. Available
Capell Inertia Frontend Connect Capell public rendering to Inertia adapters with one root view, middleware stack, safe runtime props, and an adapter registry for package-owned Vue or React frontends. Available
Capell Inertia React Adapter Frontend Register the React client runtime for Capell Inertia with React/Vite dependencies, a generic application entrypoint, and safe adapter activation. Available
Capell Inertia Vue Adapter Frontend Register the Vue 3 client runtime for Capell Inertia with Vue/Vite dependencies, a generic application entrypoint, and safe adapter activation. Available
Localised content Foundation Model translated pages and public delivery without moving the CMS outside Laravel. Available
Multi-site foundations Foundation Run distinct sites from one Laravel application while keeping their content boundaries explicit. Available
Page history and recovery Foundation Compare page revisions, then roll changes back or forward with the audit trail intact. Available

Extensions by suite

105
Extensions by suite features
Feature What it does Availability Detail
AI 5 Early suite, expanding
AI Creator AI AI Creator helps editors create Capell content, pages, and plans while recommending the extensions that make each result stronger. Available
AI Orchestrator AI A shared AI capability registry and execution contract for Capell packages, designed for governed prompts, approvals, and package-owned AI workflows. Available
Agent Bridge AI The governed AI connection for Capell: your AI client supplies the reasoning, and Capell constrains it to registered operations behind scoped tokens, preview-then-confirm guardrails, and a full audit trail. Available
Agent Delivery AI Serve your published Capell pages to AI agents and answer engines as clean, public-safe JSON manifests and RAG-ready semantic chunks — no scraping, no admin leakage. Available
Media AI AI Provider-backed image editing inside Capell's media library: improve images, remove backgrounds or objects, restore, and upscale through a Doctor image action that stays hidden until configured. Available
Automation 2 Early suite, expanding
Automation Studio Automation Automation Studio connects Capell package events to rule-based native actions, Public Actions, and agent capability workflows. Available
Public Actions Automation Turn any public form or API request into a signed, retried, fully-audited webhook to Zapier, Make, n8n, Pipedream, or your own endpoint — without exposing a single admin route. Available
Commerce 5 Early suite, expanding
Bookings Commerce Bookings starts with a branded request form and admin queue, then adds the operational depth teams need: availability, reminders, reviews, waitlists, travel planning, reporting, and secure customer links. Available
Customer Portal Commerce A unified, logged-in customer hub for Capell sites — payments, documents, event registrations, gated content and support requests in one secure dashboard. Available
Payments Commerce Take one-off payments, donations, paid downloads, and fulfillment-backed gated-access handoffs through Stripe or PayPal Checkout — with subscriptions and billing workflows on Stripe. Available
Shop Kernel Commerce Provide provider-neutral commerce contracts that Shop extensions can build on. Available
Shopify Commerce Commerce Connect any Shopify store to Capell in minutes and keep its product catalog and customer data in sync — securely, per site, with no storefront lock-in. Available
Engagement & CRM 7 Early suite, expanding
Comments Engagement & CRM Add moderated, threaded discussion to any Capell page or article — with cache-safe public rendering, encrypted author records, and per-site moderation controls, no custom code required. Available
Contacts Engagement & CRM The unified CRM layer for Capell — automatically captures contacts, organisations, leads, and activity from your forms, newsletter, events, comments, and Shopify store into one privacy-safe, encrypted record. Available
Events Engagement & CRM Publish recurring events with venues, capacity-managed RSVPs, subscribable iCal feeds, and Google-ready Event schema — all inside your Capell admin. Available
Form Builder Engagement & CRM Build site-scoped forms in Capell and capture spam-filtered, encrypted submissions into a per-site triage inbox with one-click email replies. Available
Knowledge Base Engagement & CRM A self-hosted help centre for Capell: organise docs into public collections, capture reader feedback, and serve a fast, theme-agnostic /docs site backed by typed public and AI-readable payloads. Available
Live Chat Engagement & CRM AI first website chat for Capell with message-first capture, details-first enquiries, after-hours replies, human handoff, and Contacts CRM sync. Available
Notes Engagement & CRM Add private, assignable notes and @mentions to any Capell admin record so editors can leave context, hand off work, and never lose track of what needs attention. Available
Foundation 31
Address Foundation Reusable countries and structured postal addresses for Capell: one shared address record, site-scoped, that any package can reference instead of re-modelling location fields. Available
Audio Playlist Widget Foundation Accessible native audio playlists with transcripts and chapters. Available
Before and After Widget Foundation Compare two local images with an accessible native slider. Available
Block Library Foundation Reusable foundation content blocks with typed definitions, screenshots, and Filament Builder blocks for Capell packages. Available
Capell Admin Foundation Filament admin shell, dashboards, resources, settings UI, users, page editing, media UI, and recovery surfaces. Available
Capell Installer Foundation Browser installer guide and installer cleanup flow for new Capell applications. Available
Capell Marketplace Foundation Extension browsing, acquisition, licence checks, update plumbing, and install authorisation records. Available
Content Library Foundation A typed content library for testimonials, case studies, team members, FAQs, services and more — reusable, theme-safe records your themes render anywhere. Available
Content Reveal Widget Foundation Reveal registered widgets through secure, accessible lazy interactions. Available
Content Sections Foundation Seventeen ready-to-use, themeable page sections — hero, FAQ, pricing, stats, testimonials, team, comparison, timeline and more — that editors reuse across pages and developers render through safe, package-owned Blade. Bundled free with Capell Foundation. Available
Countdown Widget Foundation Accessible timezone-safe countdowns with durable absolute-time fallbacks. Available
Data Chart Widget Foundation Server-rendered charts with patterns, labels, and accessible tables. Available
Demo Kit Foundation The demo engine for Capell: deterministic, multi-site, multi-language sample content and media. Generates a curated showcase site, fans out to each installed package's own demo command, and ships a health doctor so every demo, screenshot, and QA run starts from known data. Available
Discovery Foundation Foundation Give Capell discovery features one site- and language-aware public URL registry. Available
Extension Cookbook Foundation Give developers a working reference for Capell’s supported extension contracts and contribution seams. Available
Filament Peek Foundation Preview unsaved page and Layout Builder edits exactly as they'll render on your live theme — through a private, expiring, signed link, with nothing written to your content until you save. Available
Frontend Authoring Foundation Edit page titles, descriptions and content straight from the live site — admins get inline edit controls after the page loads, while visitors and caches only ever see ordinary HTML. Available
HTML Cache Foundation Serve pages as static HTML while Capell remembers which pages use changed content, then refreshes those pages instead of clearing the whole site cache. Available
Hero Foundation A polished, responsive home hero for every Capell theme — autoplay video or decorative overlay backgrounds, multi-slide carousel, and theme-level styling that pages inherit automatically. Available
Hotspots Widget Foundation Place accessible details and secure lazy targets over a local image. Available
Live Poll Widget Foundation Transactional live polls with privacy-safe one-vote browser identity. Available
Location Map Widget Foundation Privacy-gated OpenStreetMap locations with useful no-JavaScript links. Available
Media Library Foundation Make Curator the media backbone of your Capell site. One consistent media field everywhere, a media-health dashboard that surfaces missing alt text and unused assets, and a safe, idempotent migration from Spatie Media Library. Available
Navigation Foundation Build and manage multilingual, per-site menus visually — link to any page or URL, nest dropdowns, and render them in your theme with one tag. Active-state, publish windows, and site cloning included. Available
Record Switcher Foundation Jump between editable Capell records directly from the page heading with fast suggestions and Tab-to-accept keyboard flow. Available
Site Stats Foundation Track privacy-safe page and site totals through Capell's typed metrics pipeline. Available
Slideshow Widget Foundation Accessible, responsive image slides with privacy-safe local media. Available
Tags Foundation One shared, multilingual, multi-site taxonomy for every Capell content type — tag articles, pages, and events from a single managed tag list with reusable tag inputs and per-site scoping. Available
Welcome Tour Foundation Guided, in-product onboarding for Capell Admin — configurable multi-step tours that introduce new editors to sites, pages, media, and settings, with per-user dismiss and resume. Available
Widget Showcase Foundation Install the ten free Foundation widget extensions together. This dependency bundle has no page or widget of its own. Available
YouTube Widget Foundation Privacy-gated YouTube video with a local poster and no pre-activation tracking. Available
Marketing & Growth 7 Early suite, expanding
Campaign Studio Marketing & Growth Launch, target, and measure marketing campaigns inside Capell — build landing-page variants, drop in CTA and lead-capture widgets, and track UTM-attributed conversions and funnels without bolting on a separate analytics tool. Available
Email Studio Marketing & Growth Email Studio is Capell's transactional-email engine and template authoring surface: package-registered static defaults, safe {{ variable }} rendering, editable site and locale overrides, auth email replacements, branded themes, preview/test-send, delivery profiles, suppressions, and a queued audit trail. Available
Experiments Marketing & Growth Run statistically gated server-side A/B tests on Capell pages or campaigns — audience targeting, weighted allocation, and goal-tracked winner reports. Available
GA4 Reports Marketing & Growth Pull Google Analytics 4 traffic, top-page, and conversion snapshots into your Capell admin on a daily schedule — no per-pageview API calls, no leaving the CMS. Available
Insights Marketing & Growth Cookie-light, GDPR-aware web analytics built into your Capell admin — page views, clicks, visitor journeys, and consent, with no third-party scripts and no data leaving your server. Available
Newsletter Marketing & Growth Capture, confirm, and segment newsletter subscribers on every Capell site — with double opt-in, a public preference center, GDPR-grade consent evidence, and one-click sync to Mailchimp, Kit, and Campaign Monitor. Available
Social Feeds Marketing & Growth Place cached RSS-compatible social feeds in Capell pages with a provider registry and clean public rendering. Available
Operations 5 Early suite, expanding
Deployments Operations Connect a Git repository once, then install or update Capell extensions from admin workflows that publish composer.json changes as reviewed pull requests. Available
Diagnostics Operations A single operations cockpit for Capell that surfaces system health, queue activity, config drift, permission audits, and per-package install health — with a guarded command palette for trusted capell:* operations. Available
Exception Reports Operations Email and optional webhook alerting for unhandled Capell exceptions, with request, route, user, and stack-trace context sanitized for safe operator triage. Available
Migration Assistant Operations Safely move pages and media into Capell — preview every change, validate before you write, and keep a rollback report for every import. Available
WordPress Importer Operations Preview WordPress WXR posts and pages in Capell with durable metadata ready for Migration Assistant mapping. Available
Publishing 6
API Publishing Versioned public JSON endpoints for published Capell pages and layout graphs, with sanitized output for headless consumers. Available
Blog Publishing Publish articles, archives, tag pages, and related-article widgets with multilingual, multi-site output and optional growth bridges. Available
Blog discussion workflow Publishing Pair editorial publishing with moderated discussion when a site needs both capabilities. Available
Dashboard Reports Publishing At-a-glance content-health and publishing-activity widgets for the Capell admin dashboard — spot scheduled, expired, stale, and URL-less pages without opening a single resource. Available
Document Lifecycle Publishing Version-pinned acceptance evidence for controlled documents in Capell: register documents, publish hashed versions from admin or Publishing Studio, and record who accepted which version and when. Available
Translation Manager Publishing Manage Capell language files from one Filament page with side-by-side locale editing, missing and stale key checks, safe override writes, and optional reviewed AI drafting. Available
Search & SEO 5
SEO Suite Search & SEO Live SEO scoring, schema.org structured data, broken-link and redirect management, Google Search Console insights, and AI-discovery output (`llms.txt`, page Markdown, AI-crawler controls), all inside the Capell page editor. Available
Search Search & SEO Production-grade site search for Capell — relevance-tuned results with synonyms, typo tolerance, and curated promotions, plus admin insights into what visitors search for and where you have no answers. Available
Site Discovery Search & SEO Make every published Capell page discoverable — automatic XML sitemaps with index sharding, an HTML sitemap, and the canonical public-URL registry that powers the whole Search & SEO bundle. Available
Smart 404 Search & SEO Turn mistyped or moved URLs into useful, localised suggestions while keeping the response a real 404. Available
URL Manager Search & SEO Stop losing traffic to broken links — manage redirects, auto-preserve moved page URLs, and turn repeated 404s into recovered SEO. Available
Security & Compliance 4 Early suite, expanding
Access Gate Security & Compliance Gate any Capell page, download, or member area behind login, email approval, guest links, schedules, or paid checkout — with full request, grant, and audit management in the admin. Available
Login Audit Security & Compliance Tamper-evident access logging for Capell — track every login, failed attempt, logout, device, and session, with retention controls and an admin audit trail built for security and compliance reviews. Available
Password Policy Security & Compliance Enforce admin password expiry, forced resets, reuse history, and breach (HIBP) checks across your Capell panels — configured from one settings screen, no code. Available
Privacy Center Security & Compliance The compliance backbone for Capell — one auditable ledger for cookie consent, policy acceptances, retention rules, and GDPR/CCPA subject requests, with Actions your other packages plug straight into. Available
Themes 28
Foundation Theme Themes The base theme every Capell site and child theme builds on: shared Blade layouts, a runtime design-token system (colours, spacing, radius), the Tailwind asset pipeline, an SVG sanitiser, and the section/area contracts that vertical themes override. Available
Foundation preset: Agency Themes Foundation preset for award-style portfolios and design-education picks. Available
Foundation preset: Awards Themes Foundation preset for awards scoreboards with judging, winners, and public votes. Available
Foundation preset: Blog Themes Foundation preset for essayists and journals where the words are the design. Available
Foundation preset: Brutalist Themes Foundation preset for zine-grade cultural archives that distrust gloss. Available
Foundation preset: Business Themes Foundation preset for quote-driven trades and local-service businesses. Available
Foundation preset: Catalogue Themes Foundation preset for reference libraries with dense, findable catalogue grids. Available
Foundation preset: Curated Themes Foundation preset for calm daily feeds of screenshots and finds. Available
Foundation preset: Editorial Themes Foundation preset for serious newsroom front pages and deep archives. Available
Foundation preset: Events Themes Foundation preset for poster-bold conferences and live-event pages. Available
Foundation preset: Knowledge Base Themes Foundation preset for search-first documentation and resource libraries. Available
Foundation preset: Liquid Glass Themes Foundation preset (free) with a glass interface and three token-driven variations. Available
Foundation preset: Magazine Themes Foundation preset for magazines with dispatches, city guides, and audio. Available
Foundation preset: Minimalist Themes Foundation preset for understated inspiration galleries and honest image grids. Available
Foundation preset: Onepage Themes Foundation preset for one-page galleries, showcases, and practical marketing resources. Available
Foundation preset: Platform Themes Foundation preset for dark product pages, roadmaps, and technical evidence. Available
Foundation preset: Portfolio Themes Foundation preset for rich case studies, process notes, and hire-me CTAs. Available
Foundation preset: Showreel Themes Foundation preset for digital-awards archives with motion previews and jury scores. Available
Foundation preset: Submissions Themes Foundation preset for experimental award-show directories and submission galleries. Available
Theme Almanac Themes Turn recurring programmes into a month-led calendar with day pages, session listings, and bounded season navigation. Available
Theme Bistro Themes Guide restaurant visitors from atmosphere and chef stories to menus, practical details, and a resilient reservation path. Available
Theme Broadsheet Themes Publish dense editorial boards for prices, standings, results, and other regularly updated figures. Available
Theme Directory Themes A who's-who of designers and developers: browsable portfolio listings plus career resources. Available
Theme Folio: Bound Editions Themes Present finite publications as server-numbered, progressively enhanced bound editions. Available
Theme Grounds Themes Help visitors understand a real place through an illustrated landmark map and a straightforward mobile district guide. Available
Theme Paperdesk Themes Build a tactile object-led portfolio for craft studios with accessible controls and direct enquiry paths. Available
Theme SaaS Themes A showcase gallery for landing pages and templates — rounded screenshot cards, votes, prices, and pro upsells on warm near-white. Available
Theme Switchboard Themes Give developer tools, technical references, and changelogs a keyboard-first command-bar interface. Available

Roadmap

1
Roadmap features
Feature What it does Availability Detail
Site monitoring Operations Track site health and operational checks as this package moves from pipeline to release. Pipeline

Feature detail

Loading section
Loading footer