An admin template, built by people who were tired of building admin templates from scratch.
Nuxora is not a startup with a mission to change the world. It is a Nuxt 3 admin template — the screens, tables, forms, and charts that sit behind almost every internal tool and SaaS dashboard, packaged so you do not have to build them again.
It started the way most internal tools do: the third time we rebuilt the same login flow, data table with export, and settings page for a different client, we decided to build it once, properly, and reuse it. Semantic design tokens instead of hardcoded hex codes. Strict TypeScript instead of `any` sprinkled wherever the deadline was close. Mock data behind composables instead of API calls wired straight into components, so swapping in your own backend does not mean rewriting the page.
That is the whole story. No manifesto, no "disrupting" anything — just a kit we wanted to exist and now maintain properly, because we still use it ourselves.
Started as an internal admin kit
2024Built to stop rebuilding the same login screen and data table for every project.
Semantic tokens replace hardcoded colours
2025Every hex code in the codebase was traced back to a `--primary`/`--surface`/`--fg` token.
Six colour skins, light and dark
2025Blue, violet, emerald, rose, amber, slate — each one a swap of the same token set.
Strict TypeScript pass across the whole kit
2026`noUncheckedIndexedAccess` on, `any` banned, every component prop typed end to end.
Packaged for release
Today59 components, 73 pages, and this landing page — the one you are reading right now.
Colour lives in one place. Change a token, not a hundred class names scattered across pages.
Strict TypeScript throughout means the editor tells you what a prop expects — you never have to open the source to find out.
Every illustration in this kit is CSS, tokens, and icons. Nothing to license, nothing to swap out on day one.
Consistent patterns beat clever ones. The tenth page you build with this kit should feel exactly like the first.
A few of the people behind the kit — same demo team you will see in Users.
Noah Bennett
Admin · Engineering
Sophia Chen
Manager · Design
Emma Rodriguez
Manager · Marketing
Isabella Novak
Manager · Support