GridWork HQ
Dashboard

Dashboard

Navigate and use the GridWork HQ dashboard modules.

Dashboard

The GridWork HQ dashboard is a Next.js application with 9 main pages, each handling a different aspect of agency operations. All pages are accessible from the sidebar navigation.

Modules

ModulePathPurpose
Mission Control/Home page with metric cards, activity feed, and quick actions
Client Tracker/clientsNotion-backed client and lead management
Pipeline Kanban/pipelinesVisual job board for pipeline runs
Finance Panel/financeRevenue tracking, invoices, and financial metrics
Knowledge Vault/knowledgeBrowse and search your knowledge base
Ops Monitor/systemPipeline server health, integrations, and system metrics
Cron Dashboard/cronView and manage scheduled automation jobs
AI ChatFloating buttonClaude-powered chat on every page

Common Patterns

Every dashboard page follows these patterns:

  • Loading states — skeleton loaders instead of blank screens
  • Error states — inline error messages with retry buttons
  • Empty states — helpful guidance when no data exists yet
  • Authentication — all API routes check the session and return 401 if unauthenticated
  • Progressive disclosure — features show "Not configured" when their integration is missing, rather than crashing

On this page