/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./pages/**/*.{js,ts,jsx,tsx,mdx}',
'./components/**/*.{js,ts,jsx,tsx,mdx}',
'./app/**/*.{js,ts,jsx,tsx,mdx}',
],
theme: {
extend: {
colors: {
primary: '#0F172A',
secondary: '#475569',
accent: '#0EA5E9',
background: '#F8FAFC',
foreground: '#0F172A',
muted: '#EEF2F6',
border: '#DDE7F0',
destructive: '#EF4444',
},
borderRadius: {
sm: '0.375rem',
md: '0.75rem',
lg: '1rem',
full: '9999px',
},
fontFamily: {
sans: ['Inter', 'system-ui', 'sans-serif'],
mono: ['JetBrains Mono', 'monospace'],
},
fontSize: {
xs: '0.75rem',
sm: '0.875rem',
base: '1rem',
lg: '1.125rem',
xl: '1.25rem',
'2xl': '1.5rem',
},
lineHeight: {
tight: '1.2',
normal: '1.5',
relaxed: '1.7',
},
fontWeight: {
regular: 400,
medium: 500,
semibold: 600,
bold: 700,
},
spacing: {
xs: '0.25rem',
sm: '0.5rem',
md: '1rem',
lg: '1.5rem',
xl: '2rem',
},
boxShadow: {
sm: '0 1px 2px rgba(15,23,42,0.06)',
md: '0 8px 20px rgba(15,23,42,0.10)',
lg: '0 18px 48px rgba(15,23,42,0.14)',
},
},
},
plugins: [],
}From an idea to a production-ready Tailwind design system in just a few steps.
Start with a design intention. Pick a curated style built as a complete system, not just a visual demo. Each style defines colors, typography, spacing, and component behavior with consistency in mind.
Minimal • Dark • Corporate • PlayfulSee how the style behaves on real UI components. Buttons, inputs, cards, badges and more — all rendered with the actual design tokens. Compare styles instantly and make confident decisions before exporting anything.
No mockups. Real UI.Generate a production-ready Tailwind configuration with design tokens, scales, and defaults already set. Plug it into your project or sync it locally with the CLI — no guesswork, no manual tweaking.
tailwind.config.js • Tokens • CLITailwippets focuses on what matters most: consistency, scalability, and developer experience.
Carefully crafted styles built as complete systems, not isolated UI kits or demos.
Preview how each style behaves on real UI components before committing to it.
Generate a clean, scalable Tailwind configuration you can drop directly into your project.
Each style follows strong design principles to reduce decisions and avoid inconsistency.
Compare and switch styles instantly without breaking your layout or components.
No design tools required. Everything is optimized for Tailwind, code, and real-world usage.