Skip to main content
The Dashboard is the first thing you see when you open your Claude Scope workspace. It gives you a snapshot of all your recording activity and provides shortcuts to the most common actions — starting a new recording, browsing your sessions, or adjusting settings.

Stats cards

Four cards at the top of the Dashboard summarize your workspace at a glance.
CardWhat it shows
Total SessionsThe total number of sessions ever created in your workspace, regardless of status.
CompletedSessions that have finished processing and have a ready-to-use prompt.
Avg ProcessingThe mean time (in seconds) Claude Scope took to process a session across your workspace.
Total DurationThe combined recording length of all your sessions.
Stats are fetched once when the Dashboard loads. Refresh the page to see updated counts if a session is currently being processed.

Quick action cards

Below the stats, three cards let you jump to common tasks without navigating the sidebar.

Record

Opens the new recording flow. Use this to start capturing a browser tab immediately.

Sessions

Takes you to the full sessions list where you can search, filter, and open any past recording.

Settings

Opens workspace settings where you can configure your default agent target, API key, and output options.

Recent sessions list

Directly below the quick actions, the Dashboard shows your five most recent sessions. Each row displays:
  • Title — the name you gave the recording (or the auto-generated title)
  • Duration — how long the recording ran
  • Frame count — the number of extracted UI state frames
  • Timestamp — when the session was created
  • Status badge — the current processing state of the session
Click any row to open the session detail page for that recording.

Session statuses

Every session carries one of three statuses, shown as a badge on the row.
StatusMeaning
processingAnalysis is still running. The vision and Playwright lanes are working in the background.
completeProcessing finished and your prompt is ready to copy.
errorSomething went wrong during processing. See Troubleshooting for next steps.
The Dashboard does not poll for status changes automatically. If a session shows processing, refresh the page or open the session detail page — the detail view polls the /api/sessions/:id/status endpoint to reflect real-time progress.