Docs / Getting Started
Getting Started
Add VeloraCSS to your project and start building with vel- utility classes — the framework that thinks in context.
Via GitHub (direct link)
Quickest way to start: link velora.min.css from the GitHub release. Drop this in your <head>:
Or download velora.css / velora.min.css from the dist/ folder on GitHub.
Build from source
Clone and build locally for full customization:
npm COMING SOON
npm packaging is on the roadmap. Once published:
Your first component
Once VeloraCSS is loaded, compose components using vel- utility classes:
Hello, VeloraCSS
Utility-first styling, ready out of the box.
The DNA Color System
VeloraCSS introduces Color Genetics — one hue number drives your entire color system via oklch(). Override the DNA hue and everything recolors automatically:
Design tokens
The full design system is exposed as --vel-* CSS custom properties. Override any token at :root to customize:
--vel-primary-500Brand violet#7c5cfc--vel-success-500Success emerald#0ecb81--vel-danger-500Danger rose#f0416c--vel-warning-500Warning amber#ff9d00--vel-space-41rem spacing1rem--vel-radius-lgLarge radius0.5remNext steps
Explore the full reference in the sidebar. Start with utilities, then dive into the components.
CDN
Use VeloraCSS without npm via jsDelivr. No build step required — drop the link tag in your <head> and start using vel- classes immediately.
Latest (auto-updates to newest 1.x):
Pinned to v1.0.0 (no surprise updates):
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/veloracss@1/dist/velora.min.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/veloracss@1.0.0/dist/velora.min.css">