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.
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.
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:
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.
Browse the parts you can build with.
Advanced filters
Admin
| Feature | What it does | Suite | Availability | Detail |
|---|---|---|---|---|
| 376 explicit permissions Foundation | Assign focused responsibilities across content, configuration, packages, and operations. | Available |
Available · Foundation 376 explicit permissionsThe catalogue keeps permission breadth aggregated while package manifests remain the detailed source of truth. |
|
| 76 admin resources Foundation | Work with focused Filament resources instead of one generic content control panel. | Available |
Available · Foundation 76 admin resourcesResource breadth is shown as one aggregate feature while each package keeps ownership of its own admin surface. |
|
| Layout Builder Foundation | Let editors choose from page layouts you approved, while your templates still decide how the result looks. | Available |
Available · Foundation Layout BuilderReusable layouts, widgets, sections, and assets keep complex page composition inside CMS data rather than public template branches. |
|
| Publishing Studio Publishing | Add isolated workspaces, review, approvals, scheduling, and atomic releases when the team needs them. | Available |
Available · Publishing Publishing StudioDeeper editorial workflow remains an optional package, so smaller teams do not inherit operational weight they do not need. |
|
| User import & export Foundation | Move a scoped organisation user list with CSV/XLSX validation, explicit onboarding choices, and secret-free exports. | Available |
Available · Foundation User import & exportThe admin workflow validates the complete file before it writes, makes invitation or controlled temporary-password onboarding explicit, handles duplicate users through a chosen policy, and records a redacted result. Exports contain safe profile and timestamp fields only: passwords, tokens, roles, and editor metadata stay out of the file. |
Front-end
| Feature | What it does | Suite | Availability | Detail |
|---|---|---|---|---|
| HTML cache and critical CSS Operations | Cache public pages and generate route-specific critical CSS from the real stylesheet. | Available |
Available · Operations HTML cache and critical CSSThe delivery pipeline optimises repeat visits without introducing a second hand-maintained stylesheet or hiding application ownership. |
|
| Social profiles and sharing Foundation | Manage trusted social profiles once, then place accessible follow and sharing links where a layout needs them. | Available |
Available · Foundation Social profiles and sharingSocials keeps profile settings and visitor-facing sharing controls in the same Laravel application, with no third-party widget dependency. |
|
| Your own frontend Foundation | Build the public site in Blade, Livewire, Inertia, Vue, or whatever your team already uses. | Available |
Available · Foundation Your own frontendCapell hands your templates the page content and keeps admin details out of the public response. It does not ask you to adopt a separate hosted frontend. |
Core platform
| Feature | What it does | Suite | Availability | Detail |
|---|---|---|---|---|
| 258 Artisan commands Foundation | Install, inspect, maintain, and operate Capell through explicit application-owned commands. | Available |
Available · Foundation 258 Artisan commandsThe command surface is represented as one breadth record rather than hundreds of repetitive catalogue rows. |
|
| 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 |
Available · Frontend Capell InertiaShared Inertia runtime bridge for Capell public pages, package-owned frontend routes, and adapter-driven themes, with sanitized adapter, root-view, and component configuration. |
|
| 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 |
Available · Frontend Capell Inertia React AdapterReact client adapter for Capell Inertia pages, package routes, and adapter-driven themes. |
|
| 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 |
Available · Frontend Capell Inertia Vue AdapterVue 3 client adapter for Capell Inertia pages, package routes, and adapter-driven themes. |
|
| Localised content Foundation | Model translated pages and public delivery without moving the CMS outside Laravel. | Available |
Available · Foundation Localised contentLanguage-aware content stays part of the same application, with clear ownership for structured fields and frontend output. |
|
| Multi-site foundations Foundation | Run distinct sites from one Laravel application while keeping their content boundaries explicit. | Available |
Available · Foundation Multi-site foundationsTeams can share platform code without flattening site identity, content, or public presentation into a single generic experience. |
|
| Page history and recovery Foundation | Compare page revisions, then roll changes back or forward with the audit trail intact. | Available |
Available · Foundation Page history and recoveryPage history is kept away from the public site, so a change can be undone without losing the record of how it got there. |
Extensions by suite
| Feature | What it does | Suite | 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 |
Available · AI AI CreatorReviewed AI-assisted creation sessions for Capell content, pages, layouts, and extension recommendations. |
|
| 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 |
Available · AI AI OrchestratorA shared AI capability registry and execution contract for Capell packages, designed for governed prompts, approvals, and package-owned AI workflows. |
|
| 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 |
Available · AI Agent BridgeConnect AI agents and MCP clients to Capell with read-only package knowledge, scoped site capabilities, preview-then-confirm execution, and audited operations. Agent Bridge runs no inference of its own and needs no model credentials. |
|
| 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 |
Available · AI Agent DeliveryServe 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. |
|
| 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 |
Available · AI Media AIMedia AI adds a provider-backed "Doctor image" action to image records in the Capell Admin media library, letting editors improve images, remove backgrounds or objects, restore damaged assets, and request upscales without leaving the CMS. It ships the `ImageDoctor` contract and a safe null implementation rather than a production AI provider; bind an implementation directly or through AI Orchestrator, and the action stays hidden until one is configured. Successful provider results can attach edited image output as a new media item and write alt and caption metadata per language while preserving the original file. Media AI is positioned as a premium Capell Media add-on to the free Media Library workflow, with no public frontend output and no package-owned database tables. |
|
| 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 |
Available · Automation Automation StudioAutomation Studio provides rule-based workflow orchestration for Capell package events, native actions, Public Actions, and agent capabilities. |
|
| 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 |
Available · Automation Public ActionsPublic Actions gives Capell a safe boundary for public and trusted server-to-server input: submissions are validated against a per-action schema, screened for spam through honeypot, Turnstile, hCaptcha, or reCAPTCHA checks where appropriate, de-duplicated by idempotency key, and persisted before anything fires. Successful submissions fan out to configured destinations over signed HTTP webhooks (HMAC-SHA256) with SSRF protection, encrypted secrets, durable retry, and a complete per-attempt dispatch audit. Native presets cover Zapier, Make, n8n, Pipedream, and generic endpoints, while trusted inbound API submissions can be verified by HMAC or Bearer secret before entering the same audit pipeline. A registry lets other packages plug in their own handlers, destination adapters, and spam guards, and an authenticated Zapier-style JSON API exposes discoverable actions and submissions for no-code automation builders. |
|
| 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 |
Available · Commerce BookingsBookings turns public appointment requests into a managed Capell operations workflow with availability, reminders, reviews, waitlists, travel planning, reporting, and optional advanced automation. |
|
| 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 |
Available · Commerce Customer PortalCustomer Portal turns a Capell site into an authenticated self-service experience. A single dashboard aggregates billing, documents, event registrations, gated resources and newsletter preferences contributed by your other Capell packages — no custom glue code, just install and they appear. Customers raise and track support requests; staff triage them from the admin panel with full status workflow and audit-safe, encrypted records. Built on Capell's Action and provider-registry architecture, it stays cache-safe and never leaks admin internals into public output. |
|
| 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 |
Available · Commerce PaymentsPayments gives Capell a first-party way to charge customers without depending on an external store. It ships native Stripe Checkout and PayPal Checkout for one-off purchases, donations, paid file downloads, and fulfillment-backed gated-access handoffs, plus Stripe subscriptions, billing portal sessions, and signed webhook intake. Every record is stored behind a provider-neutral model layer, so admins get read-only audit resources, customers get self-service billing, and Form Builder fields can collect payment inline. Designed for revenue-generating sites that want checkout, fulfilment, and reconciliation handled inside the CMS. |
|
| Shop Kernel Commerce | Provide provider-neutral commerce contracts that Shop extensions can build on. | Available |
Available · Commerce Shop KernelThe Shop kernel owns the commerce domain and extension registry; buyer-facing admin, storefront, and API surfaces remain separate packages that depend inward on it. |
|
| 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 |
Available · Commerce Shopify CommerceShopify Commerce adds site-scoped Shopify Admin API OAuth, catalog sync, and customer cache foundations for Capell. |
|
| 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 |
Available · Engagement & CRM CommentsAdd 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. |
|
| 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 |
Available · Engagement & CRM ContactsContacts gives your Capell site a single, GDPR-aware customer record that fills itself. Every form submission, newsletter signup, event registration, comment, campaign conversion, and Shopify customer is matched to one encrypted contact by email, phone, or source identity, and enriched with a timeline of leads and activity. Admins get read-through CRM resources and an at-a-glance dashboard, while privacy export and anonymization actions support subject-access and erasure requests out of the box. Built as the shared data spine for the Capell content suite, it powers smarter segmentation across Newsletter, Campaign Studio, and Form Builder. |
|
| 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 |
Available · Engagement & CRM EventsEvents turns Capell into a full event platform: editors create one event with an RRULE recurrence and the package materializes every occurrence, each with its own page, venue, schedule, and capacity. Visitors RSVP with automatic waitlisting and confirmation/reminder emails, while a public `.ics` feed lets them subscribe in Apple/Google/Outlook calendars. Every occurrence emits schema.org `Event` JSON-LD for rich results, and an admin calendar plus dashboard widget keep the programme visible. Built on `php-rrule` and `spatie/icalendar-generator`, with first-class hooks into Publishing Studio, Site Discovery, and the Customer Portal. |
|
| 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 |
Available · Engagement & CRM Form BuilderBuild site-scoped forms in Capell and capture spam-filtered, encrypted submissions into a per-site triage inbox with one-click email replies. |
|
| 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 |
Available · Engagement & CRM Knowledge BaseKnowledge Base turns your Capell install into a structured help centre. Authors group articles into public collections, and readers browse a fast, cacheable /docs site and tell you whether each article helped. Public navigation, article, and AI-readable payloads are emitted as typed data objects, so any theme can render them and assistants can consume them without leaking authoring internals. Article HTML is sanitised at the public render boundary, and reader feedback is captured with hashed visitor identifiers. |
|
| 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 |
Available · Engagement & CRM Live ChatLive Chat adds an AI first website chat widget with message-first and details-first flows, office-hours routing, human handoff, contact capture, and Contacts CRM sync. |
|
| 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 |
Available · Engagement & CRM NotesAdd 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. |
|
| 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 |
Available · Foundation AddressReusable countries and structured postal addresses for Capell: one shared address record, site-scoped, that any package can reference instead of re-modelling location fields. |
|
| Audio Playlist Widget Foundation | Accessible native audio playlists with transcripts and chapters. | Available |
Available · Foundation Audio Playlist WidgetUp to 20 uploaded tracks with native controls, artwork, transcripts, and chapters. |
|
| Before and After Widget Foundation | Compare two local images with an accessible native slider. | Available |
Available · Foundation Before and After WidgetKeyboard and touch friendly image comparison with a native range control and side-by-side fallback. |
|
| Block Library Foundation | Reusable foundation content blocks with typed definitions, screenshots, and Filament Builder blocks for Capell packages. | Available |
Available · Foundation Block LibraryBlock Library provides reusable content blocks, typed definitions, screenshots, and Filament Builder blocks for Capell content packages. |
|
| Capell Admin Foundation | Filament admin shell, dashboards, resources, settings UI, users, page editing, media UI, and recovery surfaces. | Available |
Available · Foundation Capell AdminAdmin provides the Filament panel, resources, dashboards, settings UI, users, page editing, media UI, and recovery shell. |
|
| Capell Installer Foundation | Browser installer guide and installer cleanup flow for new Capell applications. | Available |
Available · Foundation Capell InstallerInstaller provides the browser installer guide and installer cleanup flow. |
|
| Capell Marketplace Foundation | Extension browsing, acquisition, licence checks, update plumbing, and install authorisation records. | Available |
Available · Foundation Capell MarketplaceMarketplace provides extension browsing, acquisition, and install authorisation records. |
|
| 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 |
Available · Foundation Content LibraryContent Library stores reusable records for case studies, testimonials, team members, services, FAQs, resources, partners, locations, and logos, so the same details do not get retyped on every page. |
|
| Content Reveal Widget Foundation | Reveal registered widgets through secure, accessible lazy interactions. | Available |
Available · Foundation Content Reveal WidgetTeaser cards reveal registered widget snapshots through accessible overlays, inline regions, or replacement regions. |
|
| 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 |
Available · Foundation Content SectionsSeventeen 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. |
|
| Countdown Widget Foundation | Accessible timezone-safe countdowns with durable absolute-time fallbacks. | Available |
Available · Foundation Countdown WidgetIANA timezone countdowns with normalized UTC targets, an absolute time fallback, and low-frequency announcements. |
|
| Data Chart Widget Foundation | Server-rendered charts with patterns, labels, and accessible tables. | Available |
Available · Foundation Data Chart WidgetValidated bar, line, and donut charts rendered as server-side SVG with an accessible HTML table. |
|
| 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 |
Available · Foundation Demo KitDeterministic demo-data orchestration for Capell — seeds users, sites, languages, pages, media and a Foundation showcase homepage, and dispatches per-package demo commands. |
|
| Discovery Foundation Foundation | Give Capell discovery features one site- and language-aware public URL registry. | Available |
Available · Foundation Discovery FoundationDiscovery Foundation supplies deterministic URL normalisation, supplied-dictionary typo correction, and candidate scoring without analytics, external services, or authoring metadata in public output. |
|
| Extension Cookbook Foundation | Give developers a working reference for Capell’s supported extension contracts and contribution seams. | Available |
Available · Foundation Extension CookbookThe free Extension Cookbook demonstrates supported package manifests, provider wiring, admin and frontend contributions, and receipt-backed extension contracts without adding buyer-facing product weight. |
|
| 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 |
Available · Foundation Filament PeekPreview 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. |
|
| 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 |
Available · Foundation Frontend AuthoringIn-page (frontend) editing for Capell: an admin-only beacon adds inline edit controls to live pages without leaking any editor markup or signed URLs into public or cached output. |
|
| 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 |
Available · Foundation HTML CacheEach cached page keeps its recorded content relationships. For normal content updates, Capell follows that index to the affected URLs while unrelated pages stay cached; broader structural and security changes can still invalidate safely. |
|
| 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 |
Available · Foundation HeroA 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. |
|
| Hotspots Widget Foundation | Place accessible details and secure lazy targets over a local image. | Available |
Available · Foundation Hotspots WidgetUp to 30 ordered accessible image hotspots with numeric placement and optional secure lazy targets. |
|
| Live Poll Widget Foundation | Transactional live polls with privacy-safe one-vote browser identity. | Available |
Available · Foundation Live Poll WidgetLocale-specific single-choice polls with stable options, transactional vote counters, privacy-safe voter identity, and aggregate caching. |
|
| Location Map Widget Foundation | Privacy-gated OpenStreetMap locations with useful no-JavaScript links. | Available |
Available · Foundation Location Map WidgetValidated latitude and longitude markers with ordinary links and explicit-activation OpenStreetMap embeds. |
|
| 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 |
Available · Foundation Media LibraryMake 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. |
|
| 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 |
Available · Foundation NavigationSite- and language-scoped navigation menus for Capell: visual menu builder, page & link items, nested dropdowns, active-state rendering, publish scheduling, and multi-site replication. |
|
| Record Switcher Foundation | Jump between editable Capell records directly from the page heading with fast suggestions and Tab-to-accept keyboard flow. | Available |
Available · Foundation Record SwitcherFast Filament edit-page record switching for Capell admins, with searchable suggestions, sibling and same-site prioritization, recent-record ordering, and keyboard selection. |
|
| Site Stats Foundation | Track privacy-safe page and site totals through Capell's typed metrics pipeline. | Available |
Available · Foundation Site StatsSite Stats collects daily global page and site totals for the Site Admin metrics surface, using internal count data without adding a public tracking route. |
|
| Slideshow Widget Foundation | Accessible, responsive image slides with privacy-safe local media. | Available |
Available · Foundation Slideshow WidgetAccessible responsive image slides with local media, captions, calls to action, and motion controls. |
|
| 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 |
Available · Foundation TagsShared multilingual tagging and taxonomy for Capell: site-scoped tags, polymorphic taggable relationships, and a reusable Filament tags input for Blog, Events, and other content packages. |
|
| 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 |
Available · Foundation Welcome TourConfigurable Filament onboarding tours and per-user welcome flow for the Capell admin panel. |
|
| Widget Showcase Foundation | Install the ten free Foundation widget extensions together. This dependency bundle has no page or widget of its own. | Available |
Available · Foundation Widget ShowcaseA dependency bundle that installs all ten Capell Foundation widget extensions together; it adds no runtime surface itself. |
|
| YouTube Widget Foundation | Privacy-gated YouTube video with a local poster and no pre-activation tracking. | Available |
Available · Foundation YouTube WidgetLocal-poster YouTube embeds that contact youtube-nocookie.com only after explicit activation. |
|
| 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 |
Available · Marketing & Growth Campaign StudioLaunch, 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. |
|
| 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 |
Available · Marketing & Growth Email StudioEmail Studio gives every Capell site a reliable transactional-email core. Packages register static Blade-backed template definitions with declared variables and sample data, while admins can customize site and locale variants, activate versions, preview with sample data, send test emails, and apply branded email themes. Auth email overrides replace Laravel verification and password reset messages by default, with welcome, verified, login, lockout, and reset-success lifecycle emails available as opt-in templates. Every send is rendered to an immutable snapshot, screened against site and global suppression lists, and delivered via provider adapters and queue jobs that record per-recipient outcomes for support and audit. |
|
| 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 |
Available · Marketing & Growth ExperimentsRun server-side A/B tests on Capell pages or campaigns. Target visitors by path, UTM, referrer, query, or custom segments, choose sticky or per-request weighted allocation, and track goal conversions with statistically gated winner reports. |
|
| 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 |
Available · Marketing & Growth GA4 ReportsGA4 Reports brings Google Analytics 4 into the Capell admin as cached daily snapshots, so owners see traffic trends, top pages, sessions, and conversions beside the content they manage. A scheduled sync authenticates with a Google service account, stores a configurable window locally, and powers dashboard widgets and overview stats that never call GA4 at render time. Setup status, sync history, and a swappable data-client contract keep the integration transparent and testable. Built for marketing and growth teams who want analytics signal in the CMS without standing up a separate reporting tool. |
|
| 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 |
Available · Marketing & Growth InsightsCookie-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. |
|
| 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 |
Available · Marketing & Growth NewsletterCapture, 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. |
|
| Social Feeds Marketing & Growth | Place cached RSS-compatible social feeds in Capell pages with a provider registry and clean public rendering. | Available |
Available · Marketing & Growth Social FeedsPremium social feed widgets for Capell with cached public rendering, provider extensibility, and configurable list, slideshow, carousel, and paginated layouts. |
|
| 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 |
Available · Operations DeploymentsDeployments lets site operators connect GitHub, GitLab, or Bitbucket repositories from the Capell admin and publish Composer requirement changes without server shell access. OAuth-backed connections store encrypted tokens, remember the repository owner/name, and let extension install flows open pull requests, auto-merge them, or make direct commits according to policy. It is the Operations bundle bridge between Marketplace installs and reviewed repository changes. |
|
| 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 |
Available · Operations DiagnosticsA 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. |
|
| 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 |
Available · Operations Exception ReportsException Reports emails operators when Capell reports an unhandled exception, including sanitized app, request, route, user, and stack-trace context that is safe to read in an email client. |
|
| 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 |
Available · Operations Migration AssistantMigration Assistant is Capell's content-migration engine: upload a content package or flat file (CSV/XML), review and resolve incoming relations, run a dry-run validation, then execute on a queue with live progress. Every run produces a rollback report capturing exactly which records were created, so nothing is a one-way door. It is also the foundation other importers build on — the WordPress Importer plugs straight in — making it the first thing you install when bringing existing pages into Capell. Media is deduplicated by checksum and large payloads are size-guarded, so imports stay safe and idempotent. |
|
| WordPress Importer Operations | Preview WordPress WXR posts and pages in Capell with durable metadata ready for Migration Assistant mapping. | Available |
Available · Operations WordPress ImporterPreview WordPress WXR posts and pages in Capell Migration Assistant with permalink, taxonomy, author, media-reference, Gutenberg, and shortcode metadata preserved. |
|
| Publishing 6 | ||||
| API Publishing | Versioned public JSON endpoints for published Capell pages and layout graphs, with sanitized output for headless consumers. | Available |
Available · Publishing APIVersioned public JSON endpoints for published Capell pages and Layout Builder graphs, with sanitized output for headless consumers. |
|
| Blog Publishing | Publish articles, archives, tag pages, and related-article widgets with multilingual, multi-site output and optional growth bridges. | Available |
Available · Publishing BlogBlog adds premium article publishing, archive pages, tag pages, article widgets, optional discovery and analytics bridges, and frontend Livewire page components to Capell. |
|
| Blog discussion workflow Publishing | Pair editorial publishing with moderated discussion when a site needs both capabilities. | Available |
Available · Publishing Blog discussion workflowThis bridge is shown only when both the Blog and Comments packages are selected in the ownership filter. |
|
| 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 |
Available · Publishing Dashboard ReportsDashboard Reports surfaces editorial health and publishing momentum directly on the Capell admin dashboard, so owners and editors see what needs attention the moment they log in. The Content Health widget flags scheduled, expired, stale, and URL-less pages with one-click deep-links into the page list, while the Publishing Trend chart tracks published-vs-scheduled activity across any date window. All counts respect each user's site access, and report visibility is toggleable per dashboard. Built on testable Actions and typed Data objects so teams can extend the reporting layer instead of bolting on a bespoke analytics package. |
|
| 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 |
Available · Publishing Document LifecycleDocument Lifecycle tracks controlled documents as admin-managed records with version-labelled, content-hashed publications and acceptance history. Admin users can publish manual versions, matching Publishing Studio revisions can create publication records automatically, and acceptance records show which actor accepted which document version and when. The package also registers protected audit tables, a health diagnostic, and an authenticated Customer Portal feed for account self-service history. |
|
| 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 |
Available · Publishing Translation ManagerTranslation Manager gives admins a file-based editor for Laravel language files in your Capell app and installed packages, without migrations or new tables. Compare source and target locales side by side, spot missing and stale keys, and create or duplicate locale files from the admin workflow. Edits to package and vendor strings are written safely to Laravel's override paths, so upgrades never clobber your translations. Pair it with AI Orchestrator for reviewed translation drafts and with SEO Suite when multilingual search teams need translation coverage alongside SEO and AI-discovery workflows. |
|
| 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 |
Available · Search & SEO SEO SuiteLive 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. |
|
| 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 |
Available · Search & SEO SearchSearch gives every Capell site a fast, themeable search experience: a results page, header search field, and type-ahead autocomplete, backed by a pluggable driver contract (database, Site Discovery URL registry, or Laravel Scout/Meilisearch/Typesense). Curate results with synonyms, typo corrections, and promoted "best bet" answers, and tune ranking with source weighting plus exact-match, recency, and click-through boosts. The admin dashboard surfaces top searches, trending terms, and — critically — zero-result queries, so editors see exactly where content is missing. Privacy-first by default: visitor identifiers are hashed and query logs auto-purge on a configurable retention window. |
|
| 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 |
Available · Search & SEO Site DiscoveryMake every published Capell page discoverable with automatic XML sitemaps, an HTML sitemap, and the canonical public-URL registry that powers the Search & SEO bundle. |
|
| Smart 404 Search & SEO | Turn mistyped or moved URLs into useful, localised suggestions while keeping the response a real 404. | Available |
Available · Search & SEO Smart 404Smart 404 ranks deterministic similarity matches first, then fills unused slots from the nearest indexed page hierarchy. It stays on the current origin, filters noindex content, and fails closed when hydration cannot complete. |
|
| 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 |
Available · Search & SEO URL ManagerURL Manager keeps your site's link equity intact when pages move or get renamed. It auto-creates redirects when a page URL changes, resolves exact, prefix, and regex rules on the live request, and tracks hit counts so you can see which redirects matter. Repeated 404s and SEO Suite broken-link findings surface as one-click redirect opportunities, with CSV import/export for bulk migrations. Built for editors and SEO teams who need redirect hygiene without touching server config. |
|
| 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 |
Available · Security & Compliance Access GateGate 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. |
|
| 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 |
Available · Security & Compliance Login AuditLogin Audit gives Capell operators a complete, immutable record of who accessed the admin and storefront, when, from which IP and device, and whether each attempt succeeded. A dedicated Filament resource, dashboard widget, and per-user access summary make it easy to spot unusual activity and respond to incidents, while configurable retention keeps the log lean and aligned with your data-protection policy. IP capture can be disabled or resolved through your CDN (Cloudflare and similar), and the audit log is read-only by design so records can't be quietly altered. Built on the battle-tested Laravel authentication-log foundation and wired into Capell's settings, permissions, and Diagnostics. |
|
| 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 |
Available · Security & Compliance Password PolicyEnforce admin password expiry, forced resets, reuse history, and breach (HIBP) checks across your Capell panels — configured from one settings screen, no code. |
|
| 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 |
Available · Security & Compliance Privacy CenterPrivacy Center gives every Capell site a single, queryable system of record for privacy obligations: granular cookie-category consent, versioned policy acceptances, retention rules, and access/export/delete subject requests. Consent and subject data are recorded through stable Actions that other Capell packages can call. Hashed request evidence (IP, user-agent) and consent records give you a defensible record, while retention rules keep data minimised. Admin operators get resources and an at-a-glance compliance dashboard; nothing sensitive ever leaks to public output. |
|
| 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 |
Available · Themes Foundation ThemeCapell's foundation theme — base Blade layouts, runtime design tokens, the Tailwind asset pipeline, Blade directives, media/SVG handling, and the override contracts that all vertical Capell themes extend. |
|
| Foundation preset: Agency Themes | Foundation preset for award-style portfolios and design-education picks. | Available |
Available · Themes Foundation preset: AgencyAgency is a Foundation preset built on the shared Foundation page structure, with a best-seat-in-the-house presentation and a playful curated "Hand Picked" variation for lighter, taste-led indexes. |
|
| Foundation preset: Awards Themes | Foundation preset for awards scoreboards with judging, winners, and public votes. | Available |
Available · Themes Foundation preset: AwardsAwards is a Foundation preset built on the shared Foundation page structure, with numeric scores, segmented judging, winner-of-the-day states, and public votes. |
|
| Foundation preset: Blog Themes | Foundation preset for essayists and journals where the words are the design. | Available |
Available · Themes Foundation preset: BlogBlog is a Foundation preset built on the shared Foundation page structure, with print-voice serif typography, generous measure, and a quiet presentation for long-form writing. |
|
| Foundation preset: Brutalist Themes | Foundation preset for zine-grade cultural archives that distrust gloss. | Available |
Available · Themes Foundation preset: BrutalistBrutalist is a Foundation preset built on the shared Foundation page structure, with monospace type, stark links, visible focus rings, and a deliberately unpolished archive presentation. Its Magazine Masthead preset retains the approved Photography direction as warm-paper, oxblood, photographic editorial work. |
|
| Foundation preset: Business Themes | Foundation preset for quote-driven trades and local-service businesses. | Available |
Available · Themes Foundation preset: BusinessBusiness is a Foundation preset built on the shared Foundation page structure, with state-driven emergency availability, before-and-after evidence, and a clear path to a quote. |
|
| Foundation preset: Catalogue Themes | Foundation preset for reference libraries with dense, findable catalogue grids. | Available |
Available · Themes Foundation preset: CatalogueCatalogue is a Foundation preset built on the shared Foundation page structure, with multi-taxonomy filters, dense grids, and thousands of entries kept findable at catalogue scale. |
|
| Foundation preset: Curated Themes | Foundation preset for calm daily feeds of screenshots and finds. | Available |
Available · Themes Foundation preset: CuratedCurated is a Foundation preset built on the shared Foundation page structure, with hairline borders, tiny labels, loose masonry, and a quiet feed that respects the reader's morning. |
|
| Foundation preset: Editorial Themes | Foundation preset for serious newsroom front pages and deep archives. | Available |
Available · Themes Foundation preset: EditorialEditorial is a Foundation preset built on the shared Foundation page structure, with top stories, live briefs, opinion, and deep archives at broadsheet density. |
|
| Foundation preset: Events Themes | Foundation preset for poster-bold conferences and live-event pages. | Available |
Available · Themes Foundation preset: EventsEvents is a Foundation preset built on the shared Foundation page structure, with agenda grids, speaker walls, ticket tiers, countdown states, sponsor walls, and past-edition archives. |
|
| Foundation preset: Knowledge Base Themes | Foundation preset for search-first documentation and resource libraries. | Available |
Available · Themes Foundation preset: Knowledge BaseKnowledge Base is a Foundation preset built on the shared Foundation page structure, with structured navigation, API references, changelogs, and reader feedback paths. |
|
| Foundation preset: Liquid Glass Themes | Foundation preset (free) with a glass interface and three token-driven variations. | Available |
Available · Themes Foundation preset: Liquid GlassLiquid Glass is a free Foundation preset built on the shared Foundation page structure, with translucent panels, crisp typography, warm accent actions, and token-driven variations for bright, editorial, and darker graphite surfaces. |
|
| Foundation preset: Magazine Themes | Foundation preset for magazines with dispatches, city guides, and audio. | Available |
Available · Themes Foundation preset: MagazineMagazine is a Foundation preset built on the shared Foundation page structure, with dispatches, city guides, columnists, radio rows, and audio for global affairs and culture. |
|
| Foundation preset: Minimalist Themes | Foundation preset for understated inspiration galleries and honest image grids. | Available |
Available · Themes Foundation preset: MinimalistMinimalist is a Foundation preset built on the shared Foundation page structure, with light grey pages, modest type, and honest image grids for a long, quiet look. |
|
| Foundation preset: Onepage Themes | Foundation preset for one-page galleries, showcases, and practical marketing resources. | Available |
Available · Themes Foundation preset: OnepageOnepage is a Foundation preset built on the shared Foundation page structure, bringing a showcase grid, story, and CTA into one continuous page for galleries and templates. |
|
| Foundation preset: Platform Themes | Foundation preset for dark product pages, roadmaps, and technical evidence. | Available |
Available · Themes Foundation preset: PlatformPlatform is a Foundation preset built on the shared Foundation page structure, with near-black surfaces, refined borders, product UI shells, roadmaps, changelogs, and security evidence. |
|
| Foundation preset: Portfolio Themes | Foundation preset for rich case studies, process notes, and hire-me CTAs. | Available |
Available · Themes Foundation preset: PortfolioPortfolio is a Foundation preset built on the shared Foundation page structure, with rich case studies, credits, process notes, media stacks, and a hire-me CTA for studios and creators. |
|
| Foundation preset: Showreel Themes | Foundation preset for digital-awards archives with motion previews and jury scores. | Available |
Available · Themes Foundation preset: ShowreelShowreel is a Foundation preset built on the shared Foundation page structure, with motion previews, jury scores, sharp media frames, and complete winner and credit records. |
|
| Foundation preset: Submissions Themes | Foundation preset for experimental award-show directories and submission galleries. | Available |
Available · Themes Foundation preset: SubmissionsSubmissions is a Foundation preset built on the shared Foundation page structure, with bold type and flexible submission galleries for creative industries that hate looking corporate. |
|
| Theme Almanac Themes | Turn recurring programmes into a month-led calendar with day pages, session listings, and bounded season navigation. | Available |
Available · Themes Theme AlmanacAlmanac combines a living month grid, day ledger, upcoming sessions, season archive, booking fallbacks, and accessible no-JavaScript navigation for programme-led sites. |
|
| Theme Bistro Themes | Guide restaurant visitors from atmosphere and chef stories to menus, practical details, and a resilient reservation path. | Available |
Available · Themes Theme BistroBistro provides a short cinematic stage, accessible dish and menu sections, chef and private-dining stories, hours and location, plus booking, form, telephone, or email fallbacks. |
|
| Theme Broadsheet Themes | Publish dense editorial boards for prices, standings, results, and other regularly updated figures. | Available |
Available · Themes Theme BroadsheetBroadsheet supplies accessible server-rendered tables, optional sorting, sparklines, edition timestamps, notices, schedules, and imageless editorial surfaces without claiming a live data feed. |
|
| Theme Directory Themes | A who's-who of designers and developers: browsable portfolio listings plus career resources. | Available |
Available · Themes Theme DirectoryA who's-who of designers and developers: browsable portfolio listings plus career resources. The roster people check before they hire. |
|
| Theme Folio: Bound Editions Themes | Present finite publications as server-numbered, progressively enhanced bound editions. | Available |
Available · Themes Theme Folio: Bound EditionsFolio gives annual reports, prospectuses, and catalogues a publication-led frontend with cover, directory, detail, contact, empty, not-found, and call-to-action surfaces. |
|
| Theme Grounds Themes | Help visitors understand a real place through an illustrated landmark map and a straightforward mobile district guide. | Available |
Available · Themes Theme GroundsGrounds combines a desktop world frame, six to ten named landmarks, wayfinding, directories, opening hours, events, visit planning, and accessible list-mode navigation. |
|
| Theme Paperdesk Themes | Build a tactile object-led portfolio for craft studios with accessible controls and direct enquiry paths. | Available |
Available · Themes Theme PaperdeskPaperdesk offers a deterministic, cache-safe desk scatter, a complete list fallback, stationery-led content sections, and optional booking, form, newsletter, event, search, gallery, blog, and comment integrations. |
|
| Theme SaaS Themes | A showcase gallery for landing pages and templates — rounded screenshot cards, votes, prices, and pro upsells on warm near-white. | Available |
Available · Themes Theme SaaSA showcase gallery for landing pages and templates — rounded screenshot cards, votes, prices, and pro upsells on warm near-white. Where SaaS goes window-shopping. |
|
| Theme Switchboard Themes | Give developer tools, technical references, and changelogs a keyboard-first command-bar interface. | Available |
Available · Themes Theme SwitchboardSwitchboard combines a permanent command bar, man-page heroes, reference widgets, optional search and contact integrations, and complete mouse, touch, assistive-technology, and no-JavaScript link fallbacks. |
|
Roadmap
| Feature | What it does | Suite | Availability | Detail |
|---|---|---|---|---|
| Site monitoring Operations | Track site health and operational checks as this package moves from pipeline to release. | Pipeline |
Pipeline · Operations Site monitoringThis is roadmap work, shown separately so future operational capability is not presented as available today. |
No features match the selected filters.