Template Docs

CareBridge Admin Portal ships as a backend-aware service dashboard starter.

Use this copy as the project-safe base for tenant-aware operations dashboards. The shell, auth flow, appearance controls, and starter routes are designed to stay aligned with the Dominus Portal and Guardian contract.

Backend contract
These assumptions are built into the template and should not be replaced with hardcoded frontend behavior.
Portal owns login, active tenant switching, JWT refresh, and navigation trees.
Guardian owns auth pages, roles, scopes, tenant associations, and navigation CRUD.
Starter routes are intentionally not hardcoded into fallback sidebar navigation.
New dashboard pages auto-register hidden and currently fail open on first hit until configured.
Manual setup path
Template starter pages are discoverable from the overview page, but backend navigation still needs explicit admin configuration.
1Visit each starter route once as an admin so the page exists in auth.pages.
2Open Auth > Pages and confirm scopes, tenant/category associations, and visibility.
3Open Auth > Navigation and add the starter routes under a Dashboard section manually.
4Keep Portal navigation as the source of truth once the template is wired to a project.
Client operations
Reusable list/detail scaffold for accounts, cases, members, or customers.

Searchable tables, status chips, and a detail panel give downstream projects a credible entity-management starting point.

Open route
Work queue
Prioritized queue scaffold for triage, tasks, reviews, and service requests.

Bulk actions, assignee visibility, due-date awareness, and mobile cards fit most operations teams immediately.

Open route
Automations
Jobs and pipelines starter for schedules, run history, and health states.

Lets projects layer in cron jobs, integrations, or orchestration views without first inventing a shell.

Open route
Reports and analytics
Reporting starter with comparison cards, charts, and export affordances.

Provides a solid analytics frame without pretending to know the final KPIs or data warehouse shape.

Open route
Included docs

Repo docs worth reading next

The in-app docs summarize the integration path. The markdown files in the repo still carry the full operational detail for the template and platform.