HeadlinesBriefing favicon HeadlinesBriefing.com

Claude Code UI: A Real-Time Dashboard for AI Sessions

DEV Community •
×

Kyle Mathews has released claude-code-ui, an open-source dashboard for monitoring Claude Code sessions. It provides a real-time view into what your AI agent is doing across multiple projects, tracking session status and approvals. The tool aims to solve the visibility problem when using Claude Code from terminals or IDEs.

Built with a daemon that watches local session logs, the UI uses TanStack DB and Durable Streams for reactive state management. It parses JSONL logs, uses XState for status detection, and can generate summaries via the Claude Sonnet API. A Kanban board organizes sessions by their workflow stage.

For developers, this addresses a growing need: as AI coding agents become more autonomous, teams need oversight. This dashboard offers a single pane for tracking PR and CI status linked to AI work. It represents the tooling emerging to manage AI-assisted development workflows at scale.