Skip to main content
Capell home
My account

Manage cookie preferences

Choose which optional cookies Capell may use.

Essential
Always on

Required for Capell to work — login, security, page rendering.

Analytics

Anonymous usage telemetry to improve editor performance.

Marketing

Personalization for the Capell marketing site.

Cookie policy

Can we edit this page ourselves?

The usual answers are painful: bolt on a page builder, wire a separate headless CMS, or build another custom admin screen. Capell adds a fourth path: keep the Laravel templates, define the content structure, and give publishing work a Filament editing surface with rules.

Owners get fewer developer tickets for small edits, editors get safer publishing tools, agencies get a clearer handoff, and developers keep control of the public output.

templates in your Laravel app Filament editing surface Structured page data

Your Laravel site has crossed the line from static pages to content that changes often. Making one page editable is easy. Keeping the whole structure maintainable is the harder part.

Capell helps by giving repeated content a shared shape. Editors can change copy, media, and composed sections without asking developers to rebuild every page by hand, while developers keep the templates, routes, accessibility, and performance in code.

Before you make everything editable

  • Decide which pages should share a page type.
  • Keep one-off pages deliberate, not accidental.
  • Give editors widgets you approve instead of a blank design canvas.
  • Plan URLs, redirects, metadata, and search from the start.

If the site will keep changing, structure is not overhead. It is what keeps editing from becoming a maintenance problem.

Video overview

Watch the editable-pages path

Teams usually hear the same request from marketing or clients: can we edit this page ourselves? The useful answer starts by deciding which pages should share structure.

Before the rebuild

The old options make the site harder to own

surface page records
route https://capell.app/platform/delivery/frontend-ownership
state structured

Drop in a page builder

Fast at first, then every important page starts hiding design decisions in an editing tool the codebase cannot review properly.

Compare ownership
surface page records
route https://capell.app/resources/comparisons/headless
state structured

Wire up a headless CMS

The content model may improve, but preview, routing, rendering, caching, auth, and deployment now span two products.

Compare headless
surface cms surface
route https://capell.app/resources/comparisons/custom-filament
state structured

Build another custom admin

It works for one page type, then publishing, URLs, media, revisions, SEO, and reusable sections become another internal CMS.

Compare Filament
Common worries

What changes when pages become editable?

Does someone need to know Laravel to update content?

No. Developers define the page structure, fields, layouts, and public rendering. The day-to-day editing happens in Filament screens built around those approved structures.

Can publishing work break the site?

Rules reduce the risk: editors work with defined widgets, page types, previews, validation, and publishing flows instead of arbitrary template changes.

What happens to existing pages?

Pages can move gradually. Keep custom routes where they still make sense, then bring repeated content into Capell page records when the structure is ready.

Does the frontend have to change?

No. Blade, Livewire, Inertia, Vue.js, cached HTML, or a custom stack can keep rendering the public output from data Capell prepares.

Next step

Your site stays your site. It just gains an editor.

Start with the editing surface, then go deeper into the ownership model when you need the full decision path. Agencies handing over client sites should also compare the repeatable delivery path.

Editable page boundary Templates stay in code. Content moves into structured CMS records.

Loading footer