Vibe Coding
Tailwind Visualizer
Paste your tailwind.config.js — instantly see your colour swatches, spacing scale, fonts, and border radius.
About the Tailwind Config Visualizer
When building a project with Tailwind CSS, your config file defines your design system — but it's hard to reason about colours, spacing scales, and typography just by reading JavaScript values. This tool turns your config into a visual style guide instantly.
What gets visualised
- Colours — rendered as swatches with labels
- Spacing — shown as proportional bars with rem values
- Font families — listed with their fallback stacks
- Font sizes — rendered at their actual size
- Border radius — shown as shaped boxes
Frequently Asked Questions
What does this parse?
Colors (hex/rgb/hsl), spacing, font families, font sizes, and border radius from your theme.extend or theme block.
Does it support nested palettes?
Yes — nested objects like primary: { 500: "#..." } expand into individual swatches labelled primary-500 etc.
Is my config sent to a server?
No. All parsing runs in your browser. Your config never leaves your device.
Vibe Coding tools