vibedesign.systems
7 systems · 112 components · Free & open

Design systems
for AI agents

Each system ships with llms.txt, design tokens, and a shadcn registry. Your AI agent reads the docs, runs one command, and your app has a complete design system.

$ npx shadcn@latest add
  https://vibedesign.systems/api/registry/clarity/button

✓ Added clarity-button.tsx
✓ Installed class-variance-authority

How it works

Three steps from zero to a fully themed app. Works with Claude Code, Cursor, or any AI coding agent.

1

Agent reads llms.txt

Point your AI agent to /systems/clarity/llms.txt. It gets design tokens, component list, and install commands in plain text.

2

One-command install

The agent runs npx shadcn@latest add with our registry URL. Components drop into your project with all dependencies.

3

Build with real design

Every component uses production-quality tokens — colors in oklch, proper typography scales, consistent spacing. No more random Tailwind.

Built for the AI-first era

Traditional component libraries are designed for humans browsing docs. Our systems are designed for AI agents that read structured text and execute CLI commands.

  • llms.txt — structured docs that any LLM can parse
  • shadcn registry — one URL, one CLI command, component installed
  • Design tokens — oklch colors, type scales, spacing systems
  • Production quality — derived from Stripe, Linear, Supabase, and more
llms.txt
# Clarity Design System

> Clean SaaS design system
> inspired by Stripe.

## Design Tokens
- --primary: oklch(0.55 0.17 250)
- --radius: 0.375rem

## Components
### button
Install: npx shadcn@latest add
  .../api/registry/clarity/button

### card
Install: npx shadcn@latest add
  .../api/registry/clarity/card

Start building with real design

Stop shipping apps with random Tailwind colors. Pick a design system, point your agent at it, and build something beautiful.

vibedesign.systems — Agent-Friendly Design Systems