AI Design System Copilot
Connect your brand color scheme directly to Bolt.new, v0.dev, or Cursor. Generate fully complete Tailwind configurations, comprehensive Shadcn HSL stylesheets, and custom instructions for AI builders to prevent gray slop.
Color Palette Inputs
Integration Guide & FAQ
🤖 How does the AI Design System Copilot help me?
Most AI coding models (like Claude, Cursor, Bolt, and v0) have no inherent visual taste and default to generic charcoal grey backgrounds and blue buttons (known as "gray slop"). This tool acts as an translator, allowing you to feed your brand colors directly into AIs with fully optimized light and dark mode configurations.
⚡ How do I use the generated Tailwind or CSS output?
Depending on your stack:
- v0.dev / Shadcn UI: Go to the Theme Code Blocks tab, select v0.dev, copy the CSS block, and paste it into your
app/globals.cssstylesheet. - Claude Artifacts: Select the AI Prompt Instructions tab, copy the Claude template, and paste it into your conversation to feed Claude the layout colors.
- Cursor: Paste the generated instructions into your project's
.cursorrulesfile to enforce your branding guidelines globally.
👁️ What is the "Normalize Text Color" logic?
Sometimes, design systems generate palettes where the fourth slot (text color) is too bright or matches the background luminance, resulting in invisible or eye-straining typography. Clicking Normalize Text calculates your background's relative luminance and automatically resets the text to a WCAG-compliant off-black (on light canvasses) or off-white (on dark canvasses) to guarantee readability.
🌌 What are "Brand-Tinted Midnight" dark themes?
Rather than using plain charcoal gray for dark mode, premium layouts tint their dark background canvas using a low-saturation, low-lightness version of the primary brand color (e.g. 5% saturation). This creates a custom-molded, highly cohesive feel that reflects your brand even in dark mode.