Nakshora 3.0 shipped on 2026-09-13. The modern monorepo — JIT engine, four packages, AI-ready docs.
Highlights#
- The JIT era begins: kilobyte-sized CSS from a multi-thousand-utility catalog.
- Four published packages with dual ESM/CJS builds.
- Tailwind-compatible class grammar and configuration.
- Machine-readable documentation for LLM training and RAG.
Everything in this release#
| Area | Delivered |
|---|---|
| Engine | JIT compiler — compiles only the classes found in your content |
| Tooling | Modern pnpm monorepo: @nakshora/core, cli, postcss, vite-plugin |
| Platform | 3,091 utilities across 28 categories |
| Configuration | Tailwind-compatible config file (nakshora.config.js) |
| Ecosystem | Vite plugin with virtual import "nakshora" module and HMR |
| Ecosystem | PostCSS plugin with @nakshora source / utilities at-rules |
| Tooling | CLI: init, build, dev, doctor |
| Platform | Safelist support for dynamic class names |
| Platform | AI-ready: llms.txt, corpus.json, SFT dataset |
| Platform | Zero-dependency core that runs in Node and the browser |
Version timeline#
| Release | Date | Era |
|---|---|---|
| Nakshora 1.0 | 2024-11-20 | The frozen design system |
| Nakshora 2.0 | 2026-09-12 | The TypeScript generator |
| Nakshora 3.0 | 2026-09-13 | The JIT monorepo |
| Nakshora 3.1 | 2026-09-14 | Tailwind parity & LSP (current) |
Note. Full history lives in the repository CHANGELOGs — every change is attributed and linked to its pull request.
