Raycast extension for browsing and managing development projects with automatic framework detection.
Requires a running project-index API backend (see parent project-index/ directory).
- Flat project list grouped by folder with search
- Filter dropdowns: git status, framework, type, runner, deploy platform, recency, beads
- Framework detection (Node, Python, Go, Rust, etc.)
- Git status indicators
- Quick actions: open in IDE, terminal, Finder, or run dev commands
- CLAUDE.md / AGENTS.md management per project
- Beads integration: create and view tickets directly from project list
| Preference | Description |
|---|---|
| Project Index API | URL of the project-index API (default: http://localhost:47891) |
| Scan Directories | Comma-separated directories to scan |
cd project-scanner
bun install
npm run devMIT