Projects
Organizing work into projects
Projects are the top-level organizing unit in PCR.dev. Each project corresponds to a codebase on your machine.
Creating a project
- –Via CLI (recommended):
pcr initregisters the project locally and syncs it to the dashboard - –Via dashboard: "+ New Project" on the Projects page creates one manually
Project fields
| Field | Description |
|---|---|
| Name | Human-readable name, defaults to the directory name |
| Slug | URL-safe identifier computed from the directory path |
| Repo URL | Optional GitHub / GitLab URL, auto-detected from git remote |
| Default branch | The primary branch (default main) |
| Team | Optional team association |
Project detail view
- –Browse all captured sessions, grouped by
session_id - –Filter by source (Cursor, Claude Code, VS Code), model, and branch
- –See member avatars and team association
- –Watch new prompts arrive in real time