A Tailwind project that actually aligns to your design system
Whether you're vibe-coding, prototyping, building production apps or setting up design systems - this cookiecutter creates true alignment between your Figma designs and codebase without comprimise for development or design standard.
- Designers & Product People Create prototypes that actually look like your designs
- Development Teams Expedite the set up to align to your design system -> build faster
- Design and Frontend Ops - Single source of truth, automated consistency across design and code
- Get the Figma Community File - 📁 Download Figma Community File
- Customise Your Tokens - Modify colors and fonts in Figma
- Sync to Code - Export your tokens and run the sync scripts to generate Tailwind variables and classes
git clone https://github.com/alfrankl1/figma-tailwind-cookiecutter.git
cd figma-tailwind-cookiecutter
npm install- 🎨 True Figma-Code Alignment - Design tokens sync automatically
- 🌗 Smart Themes - Light/dark modes with semantic variables
- ⚡ Tailwind 4.1 - Latest version with CSS variables
- 🧩 shadcn Foundation - Pre-built components, design-aligned
- 🎯 MCP-Ready - Optimized for AI vibe-coding workflows
- 📐 Pixel-Perfect Typography - Font styles match Figma exactly
/* Instead of hard-coded */
bg-blue-500
/* Use semantic tokens */
bg-brand text-brand-secondary border-brand-tertiary.font-button /* Matches Figma button styles */
.font-title /* Matches Figma headings */
.font-body-large /* Matches Figma body text */- Next.js 15.3.5 + TypeScript
- Tailwind CSS 4.1 with native CSS variables
- shadcn/ui components (customised)
- Phosphor Icons (Figma-aligned)
Help build the ultimate Figma-code bridge:
- Add component integrations
- Improve sync scripts
- Share your setups
MIT License
