Blocks

Clean, modern building blocks. Works with all Rizzo projects. Copy and paste into your apps. Open source. Free forever.

Browse blocks

Pre-built layouts and patterns using Rizzo components and design tokens. Use them as starting points for dashboards, docs sites, auth screens, and app shells.

Scaffold from CLI

When you create a new project or add to existing, choose a template: CSS only, Landing, Docs, Dashboard, or Full. CSS only = stylesheet + license, README, .gitignore (no web pages or components). Add is for existing projects: run in your project root, then select which components to add (or CSS only). Landing, Docs, and Dashboard give you the same full setup with a different starter layout and content — matching the blocks above. Full clones the entire docs site.

bash bash
npx rizzo-css init
# → Choose framework (Vanilla, Astro, Svelte, React, Vue)
# → Choose template: CSS only | Landing | Docs | Dashboard | Full