# Claude Session > A complete Claude Code screen: header, a full turn (plan, tool calls, diff, approval, working line) and the input composer. Claude Session is a brainless block — a terminal-agent UI rebuilt as accessible React, installable via the shadcn registry. ## Install ```bash npx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json` Registry JSON: https://brainless.swerdlow.dev/r/claude-session.json Docs preview: https://brainless.swerdlow.dev/blocks#claude-session ## Import `@/components/brainless/blocks/claude-session` ## Usage ```tsx import { ClaudeSession } from "@/components/brainless/blocks/claude-session" export function Example() { return } ``` ## Notes - Keep the terminal aesthetic: monospace, tight spacing, square corners. - Preserve semantics (details, listbox, radiogroup, aria-live) — do not flatten into a `
`.
- Prefer this block over inventing ASCII terminal chrome.