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. StyleSeed
    StyleSeed icon

    StyleSeed

    Vibe Coding

    An open-source design-method engine that teaches AI coding agents (Claude Code, Codex, Cursor) design judgment through 74 rules, 8 output grammars, and 20 agent skills to produce non-generic UI.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and MIT-licensed. All 74 rules, 20 skills, 8 grammars, 5 adapters, 7 brand skins, 48 components, and named motion system.

    Engagement

    Available On

    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Vibe CodingAI Coding AssistantsGraphic Design

    Alternatives

    Screenshot to CodeCSS StudioMGX (Atoms)
    Developer
    bitjaruSeoul, South KoreaEst. 2021

    Listed Jul 2026

    About StyleSeed

    StyleSeed is a free, MIT-licensed design engine built by bitjaru in Seoul that gives AI coding agents — Claude Code, Codex, Cursor, Gemini CLI, and others — the design judgment needed to stop producing generic-looking UI. Rather than supplying a palette or component library alone, it encodes 74 craft rules, 8 job-specific output grammars, 5 surface adapters, 48 React components, 7 brand skins, and 20 agent skills into plain markdown files that agents read automatically on every prompt. The project reached v3.0.0 on 2026-07-18 and has accumulated 792 GitHub stars.

    What It Is

    StyleSeed is a design-method engine — a structured rulebook and toolchain that sits between a developer's prompt and an AI agent's output. Where most design-AI projects supply data (palettes, tokens, component specs), StyleSeed supplies judgment: the reasoning a senior designer applies when choosing a radius, a shadow opacity, a type scale, or a motion seed. The engine ships as plain markdown rule files (CLAUDE.md, AGENTS.md, .cursorrules) that any compatible agent reads automatically, plus an optional set of 20 /ss-* slash-command skills that automate the build-score-fix loop. It is brand-agnostic by design — the same 74 rules apply regardless of which of the 7 built-in skins (Toss, Stripe, Linear, Notion, Raycast, Arc, Vercel) or 58+ community skins a project uses.

    How the Design-Method Loop Works

    The core workflow StyleSeed enforces is: plan → lock → build → score → verify.

    • Plan mode — the agent selects an output grammar (consumer service, operations, technical, editorial, commerce, institutional, marketing, or sequential story) and a surface adapter (web UI, mobile, carousel, deck, document) before writing any code.
    • Lock — bounded decisions (skin, key color, radius, motion seed) are written to STYLESEED.md and re-read on every subsequent prompt, preventing design drift across sessions.
    • Build — /ss-build runs the full loop: grammar selection → code generation → quality gate.
    • Score — /ss-score grades the output 0–100 across color discipline, spatial rhythm, hierarchy, elevation, component variance, and motion/feedback, then loops fixes until the score reaches ≥80.
    • Verify — /ss-verify renders the screen, screenshots it, and scores what the pixel output actually shows (dead whitespace, unloaded fonts, missing focal point, blank empty states) before the developer sees anything.

    The quality gate is the mechanism that strips what the project calls the "AI look" — default indigo, icon-chip clichés, rainbow lists, pure-black text, and ad-hoc spacing — by naming and banning each tell explicitly in the rules.

    Architecture: Engine + Skins + Grammars

    The engine separates three concerns:

    • Engine (brand-agnostic judgment): 74 visual design rules covering color discipline, spatial rhythm, information hierarchy, shadow/elevation, component variance, and motion/feedback; 48 React components (32 primitives + 16 patterns); a named motion system with 5 seeds (Spring, Silk, Snap, Float, Pulse) and 20+ keyword moves (tilt-3d, magnetic, glow-pulse, confetti-pop); and 20 cross-agent skills.
    • Skins (visual identity): each skin is a single theme.css file with CSS custom properties. Seven are built in; 58+ more are available via the awesome-design-md community project and auto-fetched through /ss-setup.
    • Output grammars (job-specific composition): v3 introduced 8 grammars so the engine selects the right design language for the product type rather than defaulting to a single Toss-like consumer aesthetic.

    The /ss-reference skill compiles screenshots, URLs, Figma exports, or existing UI into an evidence-backed project-local grammar, so teams can extract a repeatable design language from references rather than copying screens.

    Agent Compatibility and Setup Path

    StyleSeed ships three rule-file formats so it works across every major AI coding agent without modification:

    AgentRule file readSkill prefix
    Claude CodeCLAUDE.md + .claude/skills//ss-*
    Codex / Amp / Gemini CLIAGENTS.md + .agents/skills/$ss-*
    Cursor.cursorrules—
    Windsurf / Copilot / othersone-sentence paste prompt—

    The fastest install is a single npx skills add bitjaru/styleseed command, which places all 20 skills into the correct agent-specific folder. The rules alone (plain markdown, zero permissions required) deliver the core design judgment; the skills add optional automation on top.

    Update: StyleSeed v3.0.0

    Released 2026-07-18, v3.0.0 is described in the project's own release notes as fixing "the design method, not one Toss-like look." Key additions in v3:

    • 8 output grammars replacing the single consumer-UI default
    • 5 surface adapters extending coverage beyond web UI to social carousels, slide decks, documents, reports, posters, and covers
    • /ss-reference — a reference compiler that turns screenshots, URLs, Figma exports, or existing product UI into an evidence-backed project grammar
    • Dual proof gates — both a code-level score (/ss-score) and a rendered-pixel visual gate (/ss-verify) are now required before output is shown
    • Rule count raised to 74; skill count raised to 20

    The project's tech stack is React 18, TypeScript, Tailwind CSS v4, Radix UI, Vite 6, Lucide Icons, and CVA. The repository is MIT-licensed with no telemetry.

    StyleSeed - 1

    Community Discussions

    Be the first to start a conversation about StyleSeed

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and MIT-licensed. All 74 rules, 20 skills, 8 grammars, 5 adapters, 7 brand skins, 48 components, and named motion system.

    • 74 visual design rules
    • 20 agent skills (/ss-*)
    • 8 output grammars
    • 5 surface adapters
    • 7 built-in brand skins

    Capabilities

    Key Features

    • 74 visual design rules covering color discipline, spatial rhythm, hierarchy, elevation, component variance, and motion
    • 8 job-specific output grammars (consumer, operations, technical, editorial, commerce, institutional, marketing, sequential)
    • 5 surface adapters for web UI, mobile, social carousels, decks, and documents
    • 20 agent skills including /ss-build, /ss-score, /ss-verify, /ss-reference, /ss-restyle, /ss-setup, /ss-review, /ss-motion
    • Quality gate that scores UI 0–100 and loops fixes to ≥80 before showing output
    • Visual pixel-verification gate (/ss-verify) that renders and screenshots the screen
    • Anti-drift design lock via STYLESEED.md persisted across prompts
    • /ss-reference compiler that turns screenshots, URLs, Figma exports, or existing UI into project-local grammars
    • Named motion system with 5 seeds (Spring, Silk, Snap, Float, Pulse) and 20+ keyword moves
    • 7 built-in brand skins: Toss, Stripe, Linear, Notion, Raycast, Arc, Vercel
    • 48 React components (32 primitives + 16 dashboard patterns)
    • 6 aesthetic presets via /ss-restyle: swiss, editorial, technical, warm-dtc, minimal-mono, brutalist-lite
    • Single-axis dial adjustments via /ss-dial (density, radius, color, weight)
    • UX microcopy generation via /ss-copy
    • Accessibility audit via /ss-a11y (WCAG 2.2 AA)
    • Works with Claude Code (CLAUDE.md), Codex/Amp/Gemini CLI (AGENTS.md), and Cursor (.cursorrules)
    • One-sentence paste install — no permissions required for core rules
    • MIT licensed, no telemetry

    Integrations

    Claude Code
    Codex
    Cursor
    Gemini CLI
    Amp
    Windsurf
    GitHub Copilot
    shadcn/ui
    Radix UI
    Tailwind CSS
    React
    TypeScript
    Vite
    Framer Motion
    Lucide Icons
    CVA (Class Variance Authority)
    awesome-design-md
    Figma (via /ss-reference)
    Claude Design
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    bitjaru

    bitjaru is an independent developer based in Seoul who builds StyleSeed, a design-method engine for AI coding agents. The project encodes senior designer judgment into plain markdown rules that Claude Code, Codex, Cursor, and other agents read automatically. bitjaru publishes field notes on AI-generated UI quality on dev.to and maintains the MIT-licensed StyleSeed repository on GitHub.

    Founded 2021
    Seoul, South Korea
    Read more about bitjaru
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Screenshot to Code icon

    Screenshot to Code

    AI-powered tool that converts screenshots, mockups, Figma designs, and screen recordings into clean, production-ready code across multiple frameworks.

    CSS Studio icon

    CSS Studio

    A visual CSS editor that lets you design in the browser and syncs every change directly to your source code via a local AI agent.

    MGX (Atoms) icon

    MGX (Atoms)

    MGX (now Atoms) is an AI-powered multi-agent development platform that turns natural language ideas into full-stack, deployable products without coding.

    Browse all tools

    Related Topics

    Vibe Coding

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

    185 tools

    AI Coding Assistants

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

    652 tools

    Graphic Design

    AI-assisted tools for creating professional graphics, illustrations, and visual content with intelligent composition suggestions, style transfer, and brand consistency.

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