Nakshora is two things at once: a design vocabulary — thousands of small, single-purpose CSS classes like p-4, md:grid-cols-2, hover:bg-blue-600 — and a compiler that scans your markup and emits exactly the CSS those classes need.
The shape of it#
- Utilities — 11,417 in the current engine, across 35 categories, verified byte-identical to Tailwind 3.4 grammar.
- Variants — 155 prefixes (hover, dark, group-*, max-*, @container…) that stack without limit.
- Themes & palettes — 22 color families × 11 shades, spacing scale, radii, shadows, fonts.
- Tooling — CLI (
init/build/dev/doctor/migrate/lsp), PostCSS and Vite plugins, language server. - Zero runtime — the output is pure CSS; your JavaScript budget is untouched.
Why it exists#
Because the author believes world-class tooling should be bottlenecked by mindset, never by metal — see why a CSS framework and what the name means.
Where to go next#
New to the methodology? The introduction. Already fluent? The utilities reference. Curious about the human behind it? The author.
