Frontend architecture
apps/web is a React 19 SPA built by Vite and hosted on Cloudflare Pages. Pages compose domain screens from apps/web/src/components; reusable UI primitives live in packages/ui. API access must carry authenticated session and active company context where operational scope requires it.
Offline inspection storage is browser-local and syncs through explicit API workflows. Browser clocks do not define civil-day business truth.