Project Hub
Project Hub is the per-project working surface in web/hub.html.
It helps a user answer: what happened, what was promised, what is due, who owns it, and what documents or sources support the answer.
Content Areas
- Project status and metadata.
- Decisions.
- Promises.
- Tasks.
- External contacts and people.
- Documents panel.
- Source/provenance links where available.
Data Source
Hub reads /api/spine. The returned payload is already scoped server-side in Supabase mode.
Relationship To Fathom
When fathom-sync or fathom-webhook ingests a meeting, it writes:
- Full transcript text to
sources.body. - Fathom metadata to
sources.metadata. - Extracted decisions to
decisions. - Extracted promises to
promises. - Extracted tasks to
tasks. - Pending Asana task proposals to
approvals.
Hub surfaces the project-level results; Approvals is where proposed actions are reviewed.