Files
blackroad-os-docs/docs/web/overview.md
2025-11-19 13:38:39 -06:00

457 B

id, title, sidebar_position
id title sidebar_position
overview Web UI Overview 1

The Web UI delivers customer-facing experiences and leans on the core backend for data and auth. It is optimized for CDN delivery through Cloudflare.

Composition

  • Framework: Next.js (App Router) with shared design system
  • Data: GraphQL/REST calls to core backend
  • Auth: JWT/cookie sessions issued by core

TODO: Link to the design system tokens and component library once published.