Nakshora 1.0 can be added to any project in under a minute. Pick the path that matches your stack below — every command is tested against this release.

index.html
html
<link rel="stylesheet"
  href="https://cdn.jsdelivr.net/gh/nakshora/nakshora@main/minified-version/v1.0.0.css" />

The v1 stylesheet is frozen: it will never change under you, which makes it safe for production sites that must not drift.

Self-hosting#

Download the file once and serve it yourself for full control and offline support:

bash
curl -O https://cdn.jsdelivr.net/gh/nakshora/nakshora@main/minified-version/v1.0.0.css
Note. v1 has no build step and no configuration file — the whole design system is baked in. That is the point of the 1.x line.