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

Content models for real sites

Most sites are built from a small number of repeating shapes: articles, landing pages, documentation, and product or service pages. Capell models each as a page type so the tenth article or landing page reuses a known structure instead of becoming another one-off build.

Reusable page types Shared layouts No one-off rebuilds

Good content modelling is what separates a site that ages well from one that needs a rebuild. The trick is to notice that most pages are variations on a few shapes, then model those shapes once.

Capell uses page types for exactly this. Articles, landing pages, documentation, and product or service pages each become a reusable type with shared fields and layout.

Why this matters

  • The tenth article reuses the first article's structure.
  • A redesign improves every page of a type at once.
  • A new field is added to the type, not to each page.
  • Developers keep the model in code where it can be reviewed.

Start from these examples, adapt them to your content, and the site will keep its shape as it grows.

Questions

Modelling questions?

Do I define content types in code or the admin?
Developers define page types and fields in the Laravel codebase, then editors create and manage records for those types in the admin.
Can one page mix several content shapes?
Yes. A page composes widgets you approve, so a landing page can combine editorial, media, and call-to-action blocks within its type.
What happens when I need a new field later?
Add it to the page type and it applies to every record of that type, so adding structure does not force a rebuild.
How does this hold up over years?
Reusable models are the durability story. The year-five page covers why shared structure keeps a site maintainable.
Next step

Model content once, reuse it for years.

If your site is built from repeating shapes, the platform overview and developer path show how Capell page types keep those shapes reusable as the site grows.

Reusable models Define a shape once, then improve every page of that type together.

Loading footer