Blocks
Whole screens, assembled from the components. One install drops in the entire composition.
A complete Claude Code turn
A complete Claude Code screen: header, a full turn (plan, tool calls, diff, approval, working line) and the input composer.
Claude Session
claude-session
- Read the settings page (completed)
- Add the dark-mode toggle (in progress)
- Run the test suite (pending)
Read(app/settings/page.tsx)Read 48 lines
11 export function Settings() {12-removed: return <Panel>{sections}</Panel>12+added: return (13+added: <Panel header={<ThemeToggle />}>14+added: {sections}15 </Panel>
Bash(bun test)12 passed, 0 failed in 1.4s(ctrl+o to expand)
Read https://brainless.swerdlow.dev/llms/claude-session.txt and add the brainless “Claude Session” component (claude-session) to this project.
A complete Codex CLI turn
A complete Codex CLI screen: header, a full turn (messages, exec lines, working) and the › composer.
Codex Session
codex-session
Read app/settings/page.tsx
Edited app/settings/page.tsx(+12 −1)
Edited components/theme-toggle.tsx(+48 −0)
Ran bun test→ passed▸
bun test v1.2.21 ✓ settings > renders the theme toggle ✓ theme > persists across reloads 12 pass 0 fail
Read https://brainless.swerdlow.dev/llms/codex-session.txt and add the brainless “Codex Session” component (codex-session) to this project.
A complete Grok CLI turn
A complete Grok CLI screen: status bar, header, and a full turn (events, thought, tools, write, approval, turn end) with the rounded composer.
Grok Session
grok-session
Turn completed in 12.4s.
Read https://brainless.swerdlow.dev/llms/grok-session.txt and add the brainless “Grok Session” component (grok-session) to this project.
Grok mid-turn — thinking, write, working footer
A mid-turn Grok CLI screen: status bar, streaming thought, tool card, write preview, and the working footer with ⇣tokens / [stop].
Grok Session Active
grok-session-active
- global/settings:pre_tool_use[0].hooks[0] (11ms)
Read https://brainless.swerdlow.dev/llms/grok-session-active.txt and add the brainless “Grok Session Active” component (grok-session-active) to this project.
Interactive sign-up — typed lines, thinking, real composer
An interactive sign-up flow — Pied Piper header, typed assistant lines, thinking between turns, and the Claude composer for name + intent.
Pied Piper Onboarding
pied-piper-onboarding
- Collect a name (in progress)
- Learn what they're looking for (pending)
- Create the account (pending)
Read https://brainless.swerdlow.dev/llms/pied-piper-onboarding.txt and add the brainless “Pied Piper Onboarding” component (pied-piper-onboarding) to this project.