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 init registers the project locally and syncs it to the dashboard
  • Via dashboard: "+ New Project" on the Projects page creates one manually

Project fields

FieldDescription
NameHuman-readable name, defaults to the directory name
SlugURL-safe identifier computed from the directory path
Repo URLOptional GitHub / GitLab URL, auto-detected from git remote
Default branchThe primary branch (default main)
TeamOptional 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