Skip to content

Collab Aura

Collab Aura is the opinionated master frontend used in the current Collab.codes reference example.

It is designed for operational business applications, not for simple static marketing pages.

What Aura provides

Aura provides frontend structure for:

  • SPA/PWA-ready applications;
  • route-level loading;
  • Lit 3 web components;
  • page organization;
  • Page Genome;
  • reusable component contracts;
  • BFF communication.

When to use

Use Aura when building application-like experiences such as internal platforms, ERPs, CRMs, dashboards, catalog operations, support tools, and transactional workflows.

Customization

Aura is an opinionated default, not a hard lock.

Projects should be able to use a different master frontend when the customer or product context requires it.

Related concepts

  • Runtime;
  • BFF;
  • Page Genome;
  • Molecules Lit 3;
  • SPA/PWA.