Capell keeps the CMS inside Laravel. Start with structured pages, a Filament workspace, and the frontend your team owns. 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.
The foundations stay in your application.
Start with capability that keeps content, recovery, and delivery close to the Laravel application your team already owns.
Package count, commands, permissions, and admin resources describe the working surface behind the features below.
104
Packages
Core and focused optional packages.
216
CLI commands
Install, maintenance, and delivery operations.
358
Permissions
Explicit responsibilities across the workspace.
74
Admin resources
Focused controls for content and operations.
Feature catalogue
Browse the parts you can build with.
Advanced filters
Admin
4
Foundation
Available
358 explicit permissions
Assign focused responsibilities across content, configuration, packages, and operations.
Available · Foundation
358 explicit permissions
The catalogue keeps permission breadth aggregated while package manifests remain the detailed source of truth.
Foundation
Available
74 admin resources
Work with focused Filament resources instead of one generic content control panel.
Available · Foundation
74 admin resources
Resource breadth is shown as one aggregate feature while each package keeps ownership of its own admin surface.
Foundation
Available
Layout Builder
Give editors approved page-building choices while developers keep control of the rendered frontend.
Available · Foundation
Layout Builder
Reusable layouts, widgets, sections, and assets keep complex page composition inside CMS data rather than public template branches.
Publishing
Available
Publishing Studio
Add isolated workspaces, review, approvals, scheduling, and atomic releases when the team needs them.
Available · Publishing
Publishing Studio
Deeper editorial workflow remains an optional package, so smaller teams do not inherit operational weight they do not need.
Front-end
3
Foundation
Available
Frontend ownership
Keep the frontend yours: Blade, Livewire, Inertia, Vue, or your own stack.
Available · Foundation
Frontend ownership
Capell provides structured content and public render boundaries without prescribing a separate hosted frontend.
Operations
Available
HTML cache and critical CSS
Cache public pages and generate route-specific critical CSS from the real stylesheet.
Available · Operations
HTML cache and critical CSS
The delivery pipeline optimises repeat visits without introducing a second hand-maintained stylesheet or hiding application ownership.
Foundation
Available
Social profiles and sharing
Manage trusted social profiles once, then place accessible follow and sharing links where a layout needs them.
Available · Foundation
Social profiles and sharing
Socials keeps profile settings and visitor-facing sharing controls in the same Laravel application, with no third-party widget dependency.
Core platform
7
Foundation
Available
216 Artisan commands
Install, inspect, maintain, and operate Capell through explicit application-owned commands.
Available · Foundation
216 Artisan commands
The command surface is represented as one breadth record rather than hundreds of repetitive catalogue rows.
Frontend
Available
Capell Inertia
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 · Frontend
Capell Inertia
Shared Inertia runtime bridge for Capell public pages, package-owned frontend routes, and adapter-driven themes, with sanitized adapter, root-view, and component configuration.
Frontend
Available
Capell Inertia React Adapter
Register the React client runtime for Capell Inertia with React/Vite dependencies, a generic application entrypoint, and safe adapter activation.
Available · Frontend
Capell Inertia React Adapter
React client adapter for Capell Inertia pages, package routes, and adapter-driven themes.
Frontend
Available
Capell Inertia Vue Adapter
Register the Vue 3 client runtime for Capell Inertia with Vue/Vite dependencies, a generic application entrypoint, and safe adapter activation.
Available · Frontend
Capell Inertia Vue Adapter
Vue 3 client adapter for Capell Inertia pages, package routes, and adapter-driven themes.
Foundation
Available
Localised content
Model translated pages and public delivery without moving the CMS outside Laravel.
Available · Foundation
Localised content
Language-aware content stays part of the same application, with clear ownership for structured fields and frontend output.
Foundation
Available
Multi-site foundations
Run distinct sites from one Laravel application while keeping their content boundaries explicit.
Available · Foundation
Multi-site foundations
Teams can share platform code without flattening site identity, content, or public presentation into a single generic experience.
Foundation
Available
Page history and recovery
Compare page revisions, then roll changes back or forward with the audit trail intact.
Available · Foundation
Page history and recovery
Capell keeps page history separate from the public frontend so teams can recover a decision without losing the path that led there.
Extensions by suite
95
AI
Early suite, expanding
5
AI
Available
AI Creator
AI Creator helps editors create Capell content, pages, and plans while recommending the extensions that make each result stronger.
Available · AI
AI Creator
Reviewed AI-assisted creation sessions for Capell content, pages, layouts, and extension recommendations.
AI
Available
AI Orchestrator
A shared AI capability registry and execution contract for Capell packages, designed for governed prompts, approvals, and package-owned AI workflows.
Available · AI
AI Orchestrator
A shared AI capability registry and execution contract for Capell packages, designed for governed prompts, approvals, and package-owned AI workflows.
AI
Available
Agent Bridge
Let AI agents safely read and operate your Capell site through scoped tokens, preview-then-confirm guardrails, and a full audit trail.
Available · AI
Agent Bridge
Connect AI agents and MCP clients to Capell with read-only package knowledge, scoped site capabilities, preview-then-confirm execution, and audited operations.
AI
Available
Agent Delivery
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 · AI
Agent Delivery
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.
AI
Available
Media 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 · AI
Media AI
Media 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 localized alt/caption metadata 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
Early suite, expanding
2
Automation
Available
Automation Studio
Automation Studio connects Capell package events to rule-based native actions, Public Actions, and agent capability workflows.
Available · Automation
Automation Studio
Automation Studio provides rule-based workflow orchestration for Capell package events, native actions, Public Actions, and agent capabilities.
Automation
Available
Public Actions
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 · Automation
Public Actions
Public 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
Early suite, expanding
4
Commerce
Available
Bookings
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 · Commerce
Bookings
Bookings turns public appointment requests into a managed Capell operations workflow with availability, reminders, reviews, waitlists, travel planning, reporting, and optional advanced automation.
Commerce
Available
Customer Portal
A unified, logged-in customer hub for Capell sites — payments, documents, event registrations, gated content and support requests in one secure dashboard.
Available · Commerce
Customer Portal
Customer 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.
Commerce
Available
Payments
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 · Commerce
Payments
Payments 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.
Commerce
Available
Shopify 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 · Commerce
Shopify Commerce
Shopify Commerce adds site-scoped Shopify Admin API OAuth, catalog sync, and customer cache foundations for Capell.
Engagement & CRM
Early suite, expanding
7
Engagement & CRM
Available
Comments
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 · Engagement & CRM
Comments
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.
Engagement & CRM
Available
Contacts
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 · Engagement & CRM
Contacts
Contacts 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.
Engagement & CRM
Available
Events
Publish recurring events with venues, capacity-managed RSVPs, subscribable iCal feeds, and Google-ready Event schema — all inside your Capell admin.
Available · Engagement & CRM
Events
Events 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.
Engagement & CRM
Available
Form Builder
Build site-scoped forms in Capell and capture spam-filtered, encrypted submissions into a per-site triage inbox with one-click email replies.
Available · Engagement & CRM
Form Builder
Build site-scoped forms in Capell and capture spam-filtered, encrypted submissions into a per-site triage inbox with one-click email replies.
Engagement & CRM
Available
Knowledge Base
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 · Engagement & CRM
Knowledge Base
Knowledge 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.
Engagement & CRM
Available
Live Chat
AI first website chat for Capell with message-first capture, details-first enquiries, after-hours replies, human handoff, and Contacts CRM sync.
Available · Engagement & CRM
Live Chat
Live 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.
Engagement & CRM
Available
Notes
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 · Engagement & CRM
Notes
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.
Foundation
28
Foundation
Available
Address
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 · Foundation
Address
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.
Foundation
Available
Audio Playlist Widget
Accessible native audio playlists with transcripts and chapters.
Available · Foundation
Audio Playlist Widget
Up to 20 uploaded tracks with native controls, artwork, transcripts, and chapters.
Foundation
Available
Before and After Widget
Compare two local images with an accessible native slider.
Available · Foundation
Before and After Widget
Keyboard and touch friendly image comparison with a native range control and side-by-side fallback.
Foundation
Available
Block Library
Reusable foundation content blocks with typed definitions, screenshots, and Filament Builder blocks for Capell packages.
Available · Foundation
Block Library
Block Library provides reusable content blocks, typed definitions, screenshots, and Filament Builder blocks for Capell content packages.
Foundation
Available
Capell Admin
Filament admin shell, dashboards, resources, settings UI, users, page editing, media UI, and recovery surfaces.
Available · Foundation
Capell Admin
Admin provides the Filament panel, resources, dashboards, settings UI, users, page editing, media UI, and recovery shell.
Foundation
Available
Capell Installer
Browser installer guide and installer cleanup flow for new Capell applications.
Available · Foundation
Capell Installer
Installer provides the browser installer guide and installer cleanup flow.
Foundation
Available
Capell Marketplace
Extension browsing, acquisition, licence checks, update plumbing, and install authorisation records.
Available · Foundation
Capell Marketplace
Marketplace provides extension browsing, acquisition, and install authorisation records.
Foundation
Available
Content Reveal Widget
Reveal registered widgets through secure, accessible lazy interactions.
Available · Foundation
Content Reveal Widget
Teaser cards reveal registered widget snapshots through accessible overlays, inline regions, or replacement regions.
Foundation
Available
Content Sections
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 · Foundation
Content Sections
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.
Foundation
Available
Countdown Widget
Accessible timezone-safe countdowns with durable absolute-time fallbacks.
Available · Foundation
Countdown Widget
IANA timezone countdowns with normalized UTC targets, an absolute time fallback, and low-frequency announcements.
Foundation
Available
Data Chart Widget
Server-rendered charts with patterns, labels, and accessible tables.
Available · Foundation
Data Chart Widget
Validated bar, line, and donut charts rendered as server-side SVG with an accessible HTML table.
Foundation
Available
Demo Kit
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 · Foundation
Demo Kit
Deterministic demo-data orchestration for Capell — seeds users, sites, languages, pages, media and a Foundation showcase homepage, and dispatches per-package demo commands.
Foundation
Available
Filament Peek
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 · Foundation
Filament Peek
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.
Foundation
Available
Frontend Authoring
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 · Foundation
Frontend Authoring
In-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.
Foundation
Available
HTML Cache
Serve Capell pages as static HTML for sub-millisecond responses — with automatic, dependency-aware invalidation that keeps cached pages fresh and never leaks gated or authoring content to anonymous visitors.
Available · Foundation
HTML Cache
Full-page static HTML cache for Capell with dependency-indexed invalidation, scheduled stale-regeneration, and public-output safety guarantees.
Foundation
Available
Hero
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 · Foundation
Hero
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.
Foundation
Available
Hotspots Widget
Place accessible details and secure lazy targets over a local image.
Available · Foundation
Hotspots Widget
Up to 30 ordered accessible image hotspots with numeric placement and optional secure lazy targets.
Foundation
Available
Live Poll Widget
Transactional live polls with privacy-safe one-vote browser identity.
Available · Foundation
Live Poll Widget
Locale-specific single-choice polls with stable options, transactional vote counters, privacy-safe voter identity, and aggregate caching.
Foundation
Available
Location Map Widget
Privacy-gated OpenStreetMap locations with useful no-JavaScript links.
Available · Foundation
Location Map Widget
Validated latitude and longitude markers with ordinary links and explicit-activation OpenStreetMap embeds.
Foundation
Available
Media Library
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 · Foundation
Media Library
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.
Foundation
Available
Navigation
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 · Foundation
Navigation
Site- and language-scoped navigation menus for Capell: visual menu builder, page & link items, nested dropdowns, active-state rendering, publish scheduling, and multi-site replication.
Foundation
Available
Record Switcher
Jump between editable Capell records directly from the page heading with fast suggestions and Tab-to-accept keyboard flow.
Available · Foundation
Record Switcher
Fast Filament edit-page record switching for Capell admins, with searchable suggestions, sibling and same-site prioritization, recent-record ordering, and keyboard selection.
Foundation
Available
Slideshow Widget
Accessible, responsive image slides with privacy-safe local media.
Available · Foundation
Slideshow Widget
Accessible responsive image slides with local media, captions, calls to action, and motion controls.
Foundation
Available
Structured Content Library
A typed content library for testimonials, case studies, team members, FAQs, services and more — reusable, theme-safe records your themes render anywhere.
Available · Foundation
Structured Content Library
Structured Content Library stores portable reusable records for case studies, testimonials, team members, services, FAQs, resources, partners, locations, and logos.
Foundation
Available
Tags
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 · Foundation
Tags
Shared 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.
Foundation
Available
Welcome Tour
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 · Foundation
Welcome Tour
Configurable Filament onboarding tours and per-user welcome flow for the Capell admin panel.
Foundation
Available
Widget Showcase
Install the ten free Foundation widget extensions together. This dependency bundle has no page or widget of its own.
Available · Foundation
Widget Showcase
A dependency bundle that installs all ten Capell Foundation widget extensions together; it adds no runtime surface itself.
Foundation
Available
YouTube Widget
Privacy-gated YouTube video with a local poster and no pre-activation tracking.
Available · Foundation
YouTube Widget
Local-poster YouTube embeds that contact youtube-nocookie.com only after explicit activation.
Marketing & Growth
Early suite, expanding
7
Marketing & Growth
Available
Campaign Studio
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 · Marketing & Growth
Campaign Studio
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.
Marketing & Growth
Available
Email Studio
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 · Marketing & Growth
Email Studio
Email 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.
Marketing & Growth
Available
Experiments
Run statistically gated server-side A/B tests on Capell pages or campaigns — audience targeting, weighted allocation, and goal-tracked winner reports.
Available · Marketing & Growth
Experiments
Run 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.
Marketing & Growth
Available
GA4 Reports
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 · Marketing & Growth
GA4 Reports
GA4 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.
Marketing & Growth
Available
Insights
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 · Marketing & Growth
Insights
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.
Marketing & Growth
Available
Newsletter
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 · Marketing & Growth
Newsletter
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.
Marketing & Growth
Available
Social Feeds
Place cached RSS-compatible social feeds in Capell pages with a provider registry and clean public rendering.
Available · Marketing & Growth
Social Feeds
Premium social feed widgets for Capell with cached public rendering, provider extensibility, and configurable list, slideshow, carousel, and paginated layouts.
Operations
Early suite, expanding
5
Operations
Available
Deployments
Connect a Git repository once, then install or update Capell extensions from admin workflows that publish composer.json changes as reviewed pull requests.
Available · Operations
Deployments
Deployments 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.
Operations
Available
Diagnostics
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 · Operations
Diagnostics
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.
Operations
Available
Exception Reports
Email and optional webhook alerting for unhandled Capell exceptions, with request, route, user, and stack-trace context sanitized for safe operator triage.
Available · Operations
Exception Reports
Exception 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.
Operations
Available
Migration Assistant
Safely move pages and media into Capell — preview every change, validate before you write, and keep a rollback report for every import.
Available · Operations
Migration Assistant
Migration 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.
Operations
Available
WordPress Importer
Preview WordPress WXR posts and pages in Capell with durable metadata ready for Migration Assistant mapping.
Available · Operations
WordPress Importer
Preview WordPress WXR posts and pages in Capell Migration Assistant with permalink, taxonomy, author, media-reference, Gutenberg, and shortcode metadata preserved.
Publishing
6
Publishing
Available
API
Versioned public JSON endpoints for published Capell pages and layout graphs, with sanitized output for headless consumers.
Available · Publishing
API
Versioned public JSON endpoints for published Capell pages and Layout Builder graphs, with sanitized output for headless consumers.
Publishing
Available
Blog
Publish articles, archives, tag pages, and related-article widgets with multilingual, multi-site output and optional growth bridges.
Available · Publishing
Blog
Blog adds premium article publishing, archive pages, tag pages, article widgets, optional discovery and analytics bridges, and frontend Livewire page components to Capell.
Publishing
Available
Blog discussion workflow
Pair editorial publishing with moderated discussion when a site needs both capabilities.
Available · Publishing
Blog discussion workflow
This bridge is shown only when both the Blog and Comments packages are selected in the ownership filter.
Publishing
Available
Dashboard Reports
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 · Publishing
Dashboard Reports
Dashboard 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.
Publishing
Available
Document Lifecycle
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 · Publishing
Document Lifecycle
Document 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.
Publishing
Available
Translation Manager
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 · Publishing
Translation Manager
Translation 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
4
Search & SEO
Available
SEO Suite
Ship search-ready pages by default: live SEO scoring, schema.org structured data, broken-link and redirect management, Google Search Console insights, and first-class AI-discovery output (`llms.txt`, page Markdown, AI-crawler controls) — all inside the Capell page editor.
Available · Search & SEO
SEO Suite
Ship search-ready pages by default: live SEO scoring, schema.org structured data, broken-link and redirect management, Google Search Console insights, and first-class AI-discovery output (`llms.txt`, page Markdown, AI-crawler controls) — all inside the Capell page editor.
Search & SEO
Available
Search
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 · Search & SEO
Search
Search 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.
Search & SEO
Available
Site Discovery
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 · Search & SEO
Site Discovery
Make every published Capell page discoverable with automatic XML sitemaps, an HTML sitemap, and the canonical public-URL registry that powers the Search & SEO bundle.
Search & SEO
Available
URL Manager
Stop losing traffic to broken links — manage redirects, auto-preserve moved page URLs, and turn repeated 404s into recovered SEO.
Available · Search & SEO
URL Manager
URL 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
Early suite, expanding
4
Security & Compliance
Available
Access Gate
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 · Security & Compliance
Access Gate
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.
Security & Compliance
Available
Login Audit
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 · Security & Compliance
Login Audit
Login 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.
Security & Compliance
Available
Password Policy
Enforce admin password expiry, forced resets, reuse history, and breach (HIBP) checks across your Capell panels — configured from one settings screen, no code.
Available · Security & Compliance
Password Policy
Enforce admin password expiry, forced resets, reuse history, and breach (HIBP) checks across your Capell panels — configured from one settings screen, no code.
Security & Compliance
Available
Privacy Center
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 · Security & Compliance
Privacy Center
Privacy 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
22
Themes
Available
Business
Conversion-first theme for plumbers, electricians, and local-service trades.
Available · Themes
Business
Business is a conversion-led theme for quote-driven trades and local-service businesses: state-driven emergency-availability urgency, before/after evidence, and a clear path to a quote.
Themes
Available
Foundation Theme
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 · Themes
Foundation Theme
Capell'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.
Themes
Available
Knowledge Base
Search-first documentation with a real doc tree, API reference, changelog, and feedback paths.
Available · Themes
Knowledge Base
A search-first documentation theme with structured navigation, API references, changelogs, and reader feedback paths.
Themes
Available
Theme Agency
Awarded portfolios and design-education picks with a best-seat-in-the-house presentation.
Available · Themes
Theme Agency
Awarded portfolios and design-education picks with a best-seat-in-the-house presentation. Includes the playful curated "Hand Picked" preset for lighter, taste-led indexes.
Themes
Available
Theme Awards
Numeric scores, segmented judging, winner-of-the-day, public votes — an awards scoreboard with the tension left in.
Available · Themes
Theme Awards
Numeric scores, segmented judging, winner-of-the-day, public votes — an awards scoreboard with the tension left in. May the best entry win.
Themes
Available
Theme Blog
Print-voice serif typography, generous measure, nothing shouting — for essayists and journals where the words are the design.
Available · Themes
Theme Blog
Print-voice serif typography, generous measure, nothing shouting. For essayists and journals where the words are the design.
Themes
Available
Theme Brutalist
Monospace type, stark links, visible focus rings, deliberately unpolished.
Available · Themes
Theme Brutalist
Monospace type, stark links, visible focus rings, deliberately unpolished. A zine-grade archive for culture that lives outside the mainstream and distrusts gloss.
Themes
Available
Theme Catalogue
A reference library you can actually navigate: multi-taxonomy filters, dense grids, and thousands of entries kept findable at catalogue scale.
Available · Themes
Theme Catalogue
A reference library you can actually navigate: multi-taxonomy filters, dense grids, thousands of entries kept findable. Inspiration at catalogue scale.
Themes
Available
Theme Curated
A calm daily feed of screenshots and finds: hairline borders, tiny labels, loose masonry, zero noise.
Available · Themes
Theme Curated
A calm daily feed of screenshots and finds: hairline borders, tiny labels, loose masonry, zero noise. Curation that respects the reader's morning.
Themes
Available
Theme Directory
A who's-who of designers and developers: browsable portfolio listings plus career resources.
Available · Themes
Theme Directory
A who's-who of designers and developers: browsable portfolio listings plus career resources. The roster people check before they hire.
Themes
Available
Theme Editorial
A serious newsroom front page: top stories, live briefs, opinion, and deep archives at broadsheet density.
Available · Themes
Theme Editorial
A serious newsroom front page: top stories, live briefs, opinion, and deep archives at broadsheet density. For publishers who measure the day in column inches.
Themes
Available
Theme Events
Poster-bold surfaces for conferences and live events, with countdown FOMO and multi-colour ticket tiers.
Available · Themes
Theme Events
Poster-bold surfaces for conferences and live events: agenda grids, speaker walls, ticket tiers, countdown FOMO, sponsor walls, and past-editions archives. Renders through the shared layout-builder container pipeline.
Themes
Available
Theme Liquid Glass
A free glass interface theme for modern Capell sites with translucent panels, sharp content rhythm, and three token-driven presets.
Available · Themes
Theme Liquid Glass
Theme Liquid Glass gives Capell sites a free modern glass interface with translucent panels, crisp typography, and warm accent actions. Three presets cover bright product launches, editorial glass pages, and darker graphite surfaces while staying fully driven by Theme Studio tokens. It renders through the shared layout-builder container pipeline, keeps public output cache-safe and editor-free, and adds a polished alternative to the Foundation and Corporate free lanes.
Themes
Available
Theme Magazine
Dispatches, city guides, columnists, and radio rows for magazines with passports.
Available · Themes
Theme Magazine
Dispatches, city guides, columnists, and radio rows for magazines with passports. Global affairs and culture with audio built in.
Themes
Available
Theme Minimalist
An understated inspiration gallery with light grey pages, modest type, and honest image grids — web design worth a long, quiet look.
Available · Themes
Theme Minimalist
An understated inspiration gallery — light grey pages, modest type, honest image grids. Web design worth a long, quiet look.
Themes
Available
Theme Onepage
A friendly Capell theme for one-page website galleries, landing page showcases, template directories, startup inspiration sites, and practical marketing resources.
Available · Themes
Theme Onepage
Everything in one continuous take — showcase grid, story, CTA on a single confident page — for galleries and templates that don't need a second click.
Themes
Available
Theme Photography
A premium Capell theme for design and architecture magazines — photography-led features on a gallery-white page, with a warm illustrated preset for creative-culture voices.
Available · Themes
Theme Photography
Photography puts photography-led features on a gallery-white page — editor picks, trend lists, and product credits. Two presets: cool photographic gloss, or the warm illustrated "Warm Ink" voice.
Themes
Available
Theme Platform
Near-black surfaces, refined borders, and product-UI shells for SaaS that works after dark.
Available · Themes
Theme Platform
Near-black surfaces, refined borders, and product-UI shells for SaaS that works after dark. Roadmaps, changelogs, and security evidence — all glowing quietly. Renders through the shared layout-builder container pipeline.
Themes
Available
Theme Portfolio
Put the work centre-stage: rich case studies with credits, process notes, media stacks, and a hire-me CTA.
Available · Themes
Theme Portfolio
Put the work centre-stage: rich case studies with credits, process notes, media stacks, and a hire-me CTA. Built for studios and creators who win clients by showing, not telling.
Themes
Available
Theme SaaS
A showcase gallery for landing pages and templates — rounded screenshot cards, votes, prices, and pro upsells on warm near-white.
Available · Themes
Theme SaaS
A showcase gallery for landing pages and templates — rounded screenshot cards, votes, prices, and pro upsells on warm near-white. Where SaaS goes window-shopping.
Themes
Available
Theme Showreel
A digital-awards archive with motion previews, jury scores, and sharp media frames on muted grey.
Available · Themes
Theme Showreel
A digital-awards archive with motion previews, jury scores, and sharp media frames on muted grey. Every winner, every credit, every frame accounted for.
Themes
Available
Theme Submissions
An award-show directory with an experimental streak — submission galleries, bold type, rules made to bend. For creative industries that hate looking corporate.
Available · Themes
Theme Submissions
An award-show directory with an experimental streak — submission galleries, bold type, rules made to bend. For creative industries that hate looking corporate.
Verticals
1
Verticals
Available
Equestrian Clinics
Tour days, riders, horses, waivers, payments, facilities, credits, waitlists, and coach-ready operations for equestrian businesses inside Capell.
Available · Verticals
Equestrian Clinics
Equestrian Clinics turns Capell into a full equestrian operations platform for travelling coaches, riding schools, clinics, venues, riders, horses, waivers, payments, credits, resources, and mobile day-of delivery.
Roadmap
1
Operations
Pipeline
Site monitoring
Track site health and operational checks as this package moves from pipeline to release.
Pipeline · Operations
Site monitoring
This is roadmap work, shown separately so future operational capability is not presented as available today.
No features match the selected filters.
Loading footer
Navigation
Capell
Find the right path
Start with the site problem, the role making the decision, or the evidence you need.