import Image from "next/image"; import { EmailReveal } from "./email-reveal"; import { NewsletterForm } from "./newsletter-form"; import { SubscribeModal } from "./subscribe-modal"; import { TerminalCascade } from "./terminal-cascade"; import { SearchIcon, GithubIcon, TerminalIcon, FolderIcon, NetworkIcon, GamepadIcon, BlocksIcon, LinkedinIcon, SpaceInvadersIcon, EyeIcon, BellIcon, TrendingUpIcon, ThunderIcon, } from "raster-react"; function PixelDivider() { return (
{desc}
CLAUDE CODE COMMAND CENTER
Manage all your Claude Code sessions from one terminal. An embedded PTY grid with tabbed workspaces, pane controls, real-time status tracking, and full keyboard-driven workflow.
{/* Install command */}
$ bun install -g cladm
_
requires{" "} bun {" "} >= 1.3 + macOS
Every Claude Code session runs in an embedded terminal pane — no separate windows. See all your projects at once, switch focus with a click, and never lose track of what Claude is doing.
Each pane runs a real pseudo-terminal via forkpty(). Full I/O, ANSI colors, resize — no tmux needed.
Group sessions into tabs. Inline pane names with status icons show what's running at a glance.
Traffic-light buttons on every pane: close, expand, minimize, plus a folder-open button. Fully mouse-driven.
It starts with a smart project picker. cladm reads{" "}
~/.claude/history.jsonl to discover every project
you've used with Claude Code — git branch, sync status, dirty state, session history, stack detection — all loaded in parallel.
Select what you need, hit Enter, and the grid workspace takes over.
Sorted by recent Claude usage. Git metadata, session count, and stack tags at a glance.
Browse branches, past sessions with conversation previews. Resume any session directly.
Status visible in both picker rows and grid pane headers. Sound + dock bounce on idle transitions.
Press
Try with mock data:{" "}
cladm --demo