All notes

OPEN-SOURCE

Jul 16, 2026

Brainless Brings Claude Code, Codex, and Grok Aesthetics to shadcn/ui

Brainless is a shadcn component library that ports the terminal-native visual style of Claude Code, OpenAI Codex, and Grok into standard React UI primitives.

Brainless ships shadcn-compatible components styled after the interfaces of Claude Code, OpenAI Codex, and Grok. The target audience is builders who want their own tools to carry the same dense, low-chrome aesthetic that AI-native CLIs and chat interfaces have normalized.

The library installs through the standard shadcn CLI, meaning components drop into existing projects without a separate design system dependency. Each component maps to a named theme — Claude Code, Codex, or Grok — so engineers can pick the visual register that fits their product without hand-rolling the CSS.

This matters because the aesthetic gap between internal tooling and polished AI products has historically forced a choice: ship something plain, or spend cycles on design. Brainless closes that gap for teams building LLM-powered dashboards, agent UIs, or developer tools where the interface itself signals credibility to a technical audience.

The shadcn model is worth noting here. Components are copied into the consuming project rather than imported from a package, which means full ownership and no upstream breakage risk. Brainless inherits that property, so adopting the library is a one-time copy operation, not an ongoing dependency to maintain.

For solo founders and small teams shipping AI tooling fast, the practical upside is avoiding the blank-canvas problem. Starting from a component set that already reads as AI-native reduces the design decisions needed before a first demo or public launch.

The project is available at brainless.swerdlow.dev. Source is open. Components cover the common UI surface area — inputs, cards, chat bubbles, code blocks — in each of the three visual themes.

The library is early-stage and the component set will grow. Given how quickly AI interface conventions are shifting, anchoring to recognizable references like Claude Code and Codex is a reasonable bet for staying legible to the audience most likely to use these tools.