> ## Documentation Index
> Fetch the complete documentation index at: https://docs.partio.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Dashboard Overview

> The partio web dashboard for browsing checkpoints, sessions, and AI-authored code

# Dashboard Overview

The partio dashboard is a Next.js web app that gives you a visual interface for browsing everything partio captures — checkpoints, sessions, commits, pull requests, and code — across all your GitHub repositories.

<img src="https://mintcdn.com/partio/D7OhIgZe65AaoSxp/images/app/dashboard-overview.gif?s=e542520a05312ffc760d3aa74cc1d05a" alt="Dashboard overview showing stats, heatmap, and recent commits" width="1024" height="640" data-path="images/app/dashboard-overview.gif" />

## Accessing the Dashboard

The hosted dashboard is available at [app.partio.io](https://app.partio.io). Sign in with your GitHub account to get started. If you prefer to self-host, see the [Self-Hosting](/app/self-hosting) guide.

## Main Layout

The dashboard has three persistent elements:

* **Sidebar** (left) — Navigation links to Overview, Repositories, and Settings, plus your GitHub avatar and username at the bottom.
* **Topbar** (top) — Feedback link and sign-out button.
* **Content area** — The main content for the current page.

## Overview Page

The overview page (`/`) is your landing page after signing in. It shows:

### Stat Cards

Four key metrics across all your repositories with checkpoint data:

| Metric                | Description                                                                       |
| --------------------- | --------------------------------------------------------------------------------- |
| **Total Checkpoints** | Cumulative count across all active repos                                          |
| **This Week**         | Checkpoints created in the last 7 days, with a trend indicator vs. the prior week |
| **Avg AI Authorship** | Average percentage of code authored by AI agents across checkpoints               |
| **Active Streak**     | Consecutive days with at least one checkpoint                                     |

### Activity Heatmap

A calendar-style heatmap showing your checkpoint activity by day, similar to GitHub's contribution graph.

### Recent Commits

A table of the latest checkpoints across all repositories. Each row shows the repository name, branch, commit hash, agent name, authorship percentage, and relative timestamp. Click any row to jump to the checkpoint detail page.

## Navigation

Use the sidebar to move between sections:

* **Overview** — Stats, heatmap, and recent activity (this page)
* **Repositories** — Browse and search all your GitHub repos
* **Settings** — Customize your dashboard theme

Clicking on any repository name, commit, or checkpoint link takes you into the [Repository Detail](/app/repository-detail) view.
