Dashboard & Insights

Last updated: 2026-09-02


Overview

The Dashboard is a full analytics panel that summarizes activity across all your projects in one view. It answers “where does my time actually go?” — three columns of cards covering activity, focus, tech stack, frameworks, scripts, todos, sleeping projects, editors, and things needing attention.

  • Free: the dashboard gives you the 3-column overview.
  • Pro: unlocks drill-down details, 90-day heatmap, trends, focus board, work-hours heatmap, and AI agent share.

What You See

Column Card What it shows
Left Activity Commits + app events as bar charts (last 7 days)
Focus (Pro) Hot / Warming / Idle / Sleeping — where your energy goes
Tech Stack Horizontal bar chart by language
Needs Attention Projects with open todos or dormant-warnings
Middle Recent Projects Sorted by most recently active
Frameworks Horizontal bar chart by framework
Frequent Scripts Your most-used scripts with usage counts
Right Todo Overview Done vs pending counts, progress bar, top projects
Sleeping Projects Projects inactive 30+ days
Editors Editor usage frequency + share (Pro adds AI-agent share)

Pro Drill-Down Details

Clicking the arrow on any card opens a dedicated detail page:

  • Activity — 90-day commit heatmap, 30-day trend, work-hours heatmap
  • Focus — Hot / Warming / Idle / Sleeping breakdown
  • Editors — AI share, by project, × framework
  • Todo — completion trend, top projects, “zombies”
  • Tech Stack / Frameworks — grouped by language / framework
  • Sleeping — lifecycle, by duration
  • Needs Attention — today’s summary + focus queue

In the free version the cards still render, but the detail arrow is hidden. Dashboard is a Pro feature for detail analysis.


Under the Hood

  • Aggregation runs on background threads via DashboardViewModel.refresh(manager:todoStore:).
  • Data comes from local scans (.git/logs/HEAD commits, project activity, todo store) — never from the network.
  • Views: Views/DashboardView.swift + Views/DashboardDetail/.

See Pro Pricing for what Pro unlocks.