The COFFEE-ENTERPRISE tree is a bounded lab: real HTML apps, JSON registries, and iframe embedding — small enough to read in an afternoon, rich enough to show how “enterprise UX” is assembled.
ENTERPRISE-DASH.html loads enterprise-apps.json for the three main tiles (CRM, ECP, ERP) and enterprise-panel.json for sidebar shortcuts (e.g. Workspace, KAIRO). Serve the TEST folder over HTTP so fetch works.
APPS/COFFEE-CRM/TEST/CRM1-CORE.html (+ leads, graphs, CSV variants in the same folder).APPS/COFFEE-ERP/TEST/ERP1-CORE.html and QC-focused screens.COFFEE-ECP/TEST/ECP1-CORE.html (P2P / collaboration lane).COFFEE-WORKSPACE and KAIRO-AI for extended demos.Many descriptions mention Coffee Storage — the same IndexedDB-flavored persistence pattern used elsewhere in Coffee; enterprise surfaces here are aligned with local / client-side storage stories unless you wire your own backend.