Browser dashboard for Claude Code & Codex sessions. View, search, resume, and manage all your AI coding sessions.
Russian / Русский | Chinese / 中文
0403.mp4
npx codedash-app runOpens http://localhost:3847 in your browser.
npx codedash-app run --port=4000 # custom port
npx codedash-app run --no-browser # don't auto-open
npx codedash-app list # list sessions in terminal
npx codedash-app stats # show statisticsSessions
- Grid and List view with project grouping
- Trigram fuzzy search across session content and projects
- Filter by tool (Claude/Codex), tags, date range
- Star/pin important sessions (always shown first)
- Tag sessions: bug, feature, research, infra, deploy, review
- Activity heatmap (GitHub-style)
- Cost estimation per session
Launch
- Resume sessions in iTerm2, Terminal.app, Warp, Kitty, Alacritty
- Auto
cdinto the correct project directory - Copy resume command to clipboard
- Terminal preference saved between sessions
Manage
- Delete sessions (file + history + env cleanup)
- Bulk select and delete
- Export conversations as Markdown
- Related git commits shown per session
- Auto-update notifications
Themes: Dark (default), Light, System
Keyboard Shortcuts: / search, j/k navigate, Enter open, x star, d delete, s select, g group, r refresh, Esc close
Reads session data from ~/.claude/ and ~/.codex/. Zero dependencies. Everything runs on localhost.
- Node.js >= 16
- Claude Code or Codex CLI
- macOS / Linux / Windows
MIT