Scaffold a SaaS dashboard skeleton without writing Tailwind by hand
When to use: You want a fast first version of a layout with consistent design tokens.
Prerequisites
- Server/skill installed and authenticated — See repo README
Flow
-
Pick blocksList FlyonUI dashboard blocks. I want a sidebar, top nav, stats cards row, and a data table.✓ Copied→ Names of matching blocks
-
ComposeCompose them into one HTML file. Use the slate theme.✓ Copied→ One file with the four blocks stitched together
Outcome: A reasonable v0 dashboard layout in seconds.
Pitfalls
- FlyonUI's class names track DaisyUI versions. If you mix with shadcn or vanilla Tailwind, components may visually clash. — FlyonUI's class names track DaisyUI versions. If you mix with shadcn or vanilla Tailwind, components may visually clash.