Skip to content

Architecture Guide

Kishor Jakkula edited this page May 31, 2026 · 1 revision

Architecture Guide

The repository architecture documentation is the source of truth for component design.

Recommended Reading

Key Architecture Principles

  • Treat portal as an access pattern, not a separate product.
  • Keep tenant isolation enforced in backend APIs and data access.
  • Use permission-gated frontend routes, but never rely only on UI hiding.
  • Keep product behavior extensible through product packs and tenant overrides.
  • Keep policy lifecycle changes auditable and deterministic.
  • Prefer managed services for production deployments.

Clone this wiki locally