Skip to content

P92Z/codedash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeDash

Browser dashboard for Claude Code & Codex sessions. View, search, resume, and manage all your AI coding sessions.

Russian / Русский | Chinese / 中文

0403.mp4

npm Node License

Quick Start

npx codedash-app run

Opens 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 statistics

Features

Sessions

  • 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 cd into 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

How It Works

Reads session data from ~/.claude/ and ~/.codex/. Zero dependencies. Everything runs on localhost.

Requirements

  • Node.js >= 16
  • Claude Code or Codex CLI
  • macOS / Linux / Windows

License

MIT

About

Termius-style browser dashboard for Claude Code & Codex sessions. View, search, resume, tag, and manage all your AI coding sessions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.2%
  • CSS 24.4%
  • HTML 4.4%