EveryDev.ai
Subscribe
Home
Tools

3,215+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. brainless
    brainless icon

    brainless

    AI Development Libraries
    Featured

    A shadcn/ui registry of accessible React components that recreate the terminal UIs of Claude Code, OpenAI Codex, and Grok for use in docs, demos, and product UI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. Use, modify, and distribute freely.

    Engagement

    Available On

    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Development LibrariesAI Coding AssistantsVibe Coding

    Alternatives

    ThreadplaneAI ElementsKodit
    Developer
    Ben SwerdlowSan Francisco, CAEst. 2020

    Listed Jul 2026

    About brainless

    brainless is an open-source shadcn/ui component registry built by Ben Swerdlow that recreates the terminal interfaces of Claude Code, OpenAI Codex, and Grok as accessible React components. It is licensed under MIT and hosted on GitHub, making it free to use, modify, and distribute.

    What It Is

    brainless lets developers drop pixel-faithful coding-agent terminal UIs into their own docs, demos, marketing pages, and product interfaces — without relying on screenshots or iframes. Components are built for fidelity against real terminal captures (ANSI/HTML/text frames from actual CLI sessions) and shipped as copy-pasteable shadcn registry items. The project covers three agent families — Claude, Codex, and Grok — each with a matching set of sub-components.

    Component Coverage

    The registry is organized by agent family and block type:

    • Claude: header, message, thinking, tool call, diff, permission, prompt, slash menu, todo list
    • Codex: header, message, working, exec, diff, permissions, prompt, slash menu
    • Grok: status, header, message, thinking, thought, tool, write, turn end, prompt, slash menu, and more
    • Blocks: claude-session, codex-session, grok-session, grok-session-active — full assembled session views

    How Installation Works

    brainless integrates with the standard shadcn CLI. The recommended path registers a namespace once in components.json, then individual components or full session blocks can be added with a single command. Three install paths are supported:

    • Namespace: register @brainless pointing to the registry URL, then bunx shadcn@latest add @brainless/claude-session
    • URL: bunx shadcn@latest add https://brainless.swerdlow.dev/r/claude-session.json
    • GitHub shorthand: bunx shadcn@latest add theswerd/brainless/claude-session

    After install, components are imported from @/components/brainless/... (e.g., ClaudeSession, CodexHeader, GrokThinking).

    Capture Harness and Fidelity Approach

    Fidelity starts from real terminal output. The repo includes a capture harness under tools/capture/ that drives agents inside tmux, dumps frames as ANSI, HTML, and plain text, and stores them in references/captures/ for side-by-side review during component development. This approach means the components reflect actual CLI behavior rather than approximations.

    Repo Architecture

    The repository is structured as a monorepo combining the component registry and a Next.js documentation site:

    • registry/brainless/ — TypeScript source components (claude / codex / grok / blocks / ui)
    • public/r/ — built registry JSON consumed by shadcn add
    • references/captures/ — ANSI/HTML/text frames from real CLI sessions
    • tools/capture/ — tmux capture harness
    • app/ — Next.js docs site with component previews and block catalog

    Current Status

    The project was created in July 2026 and has accumulated 132 stars and 5 forks on GitHub as of mid-July 2026. It is actively maintained with zero open issues. The homepage includes a prompt that can be sent directly to Claude Code or Codex to bootstrap usage in a project, and the site provides live previews at /components and /blocks.

    brainless - 1

    Community Discussions

    Be the first to start a conversation about brainless

    Share your experience with brainless, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. Use, modify, and distribute freely.

    • All Claude, Codex, and Grok UI components
    • Full session block components
    • shadcn/ui registry integration
    • MIT License
    • Source code access on GitHub

    Capabilities

    Key Features

    • Claude Code terminal UI components
    • OpenAI Codex terminal UI components
    • Grok terminal UI components
    • Full session block components
    • shadcn/ui registry integration
    • Namespace-based install via shadcn CLI
    • URL and GitHub shorthand install paths
    • Accessible React components with ARIA semantics
    • Real terminal capture harness for fidelity
    • Copy-pasteable registry items
    • Next.js documentation site with live previews
    • MIT licensed and open source

    Integrations

    shadcn/ui
    Claude Code
    OpenAI Codex
    Grok
    Next.js
    React
    TypeScript
    Bun
    tmux
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate brainless and help others make informed decisions.

    Developer

    Ben Swerdlow

    Ben Swerdlow builds open-source developer tooling, including brainless — a shadcn/ui registry that recreates coding-agent terminal UIs as accessible React components. He is affiliated with freestyle.sh and shares work publicly on GitHub as @theswerd and on X as @benswerd.

    Founded 2020
    San Francisco, CA
    1 employees
    Read more about Ben Swerdlow
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    Threadplane icon

    Threadplane

    MIT-licensed Angular framework for building production-ready agentic apps with durable threads, interrupts, subagents, planning, memory, and generative UI.

    AI Elements icon

    AI Elements

    A component library and custom registry built on shadcn/ui to help you build AI-native applications faster.

    Kodit icon

    Kodit

    AI-powered code generation and editing tool that helps developers write, refactor, and understand code faster.

    Browse all tools

    Related Topics

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    258 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    652 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    185 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions