Quickstart
Get up and running with Watchdawg in under 5 minutes
Prerequisites
- Node.js v18 or later
- Claude Code installed and working
- A Watchdawg account
Setup
Create an account
Sign up at app.watchdawg.dev and proceed with the steps in the app to create your organization and first project.
Install the CLI
npm install -g @watchdawg/cliLog in
watchdawg loginThis opens your browser for authentication. Once you confirm, the CLI stores your credentials locally.
Set up your project
Navigate to your project directory and run:
watchdawg setupThe CLI walks you through a few prompts:
- Project selection — pick an existing project or create a new one
- Prompt logging — choose whether to include prompt content in telemetry (opt-in)
- Settings scope — where to register hooks:
- Local — this machine only (
.claude/settings.local.json) - Project — shared with your team via version control (
.claude/settings.json) - Global — all projects on this machine (
~/.claude/settings.json)
- Local — this machine only (
Use Claude Code
Start a Claude Code session as usual. Telemetry is collected automatically in the background. Sessions appear in your dashboard within seconds.
You may need to restart Claude Code after setup for the hooks to take effect.