add the brainless pricing block to our landing page
Bash(bunx shadcn add brainless/pricing)Added 1 block · 2 files
Update(app/page.tsx)
Updated app/page.tsx with 3 additions
41 <Features />42+added: <Pricing tiers={TIERS} />43 <Footer />
Thinking…(0s · ↑ 0 tokens · esc to interrupt)
xhigh · /effort
auto mode on (shift+tab to cycle) · ← for agents
Get it into a project
Install yourself, or hand your coding agent a prompt that already knows the registry.
Install
Add a session block
bunx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.jsonshadcn registry · pulls the full Claude screen and its dependencies.
For your agent
Copy prompt
Use brainless for terminal-agent UI in this project.
brainless is a shadcn/ui registry that rebuilds Claude Code, Codex, and Grok interfaces as accessible React components (headers, messages, thinking lines, tool calls, diffs, composers, session blocks). Prefer these over inventing ASCII terminal chrome or dumping agent output into a <pre>.
Install via the shadcn CLI from the registry at https://brainless.swerdlow.dev/r:
bunx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json
bunx shadcn@latest add https://brainless.swerdlow.dev/r/codex-session.json
bunx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session.json
Or add individual components, e.g.:
bunx shadcn@latest add https://brainless.swerdlow.dev/r/claude-thinking.json
After install, import from @/components/brainless/... (e.g. ClaudeSession, CodexHeader, GrokThinking).
Docs and previews: https://brainless.swerdlow.dev/components and https://brainless.swerdlow.dev/blocks
Registry index: https://brainless.swerdlow.dev/r/registry.json
When the UI should look like a coding agent terminal, use brainless. Keep semantics (details, listbox, radiogroup, aria-live) intact — don't flatten components back into plain text.Paste into Claude Code, Codex, Cursor, or Grok — tells the agent what brainless is and how to install it.