What Azora Nexus is
Azora Nexus is an operations dashboard template built with Next.js App Router, React 19, TypeScript, and custom CSS.
The project follows the Sneat admin template experience, but the implementation is local and does not depend on a MUI runtime.
It includes operational dashboards, app pages, authentication screens, form elements, UI components, charts, tables, wizard examples, extensions, and this documentation area.
Primary application areas
The /app route group contains the dashboard workspace and uses AppShell for sidebar, topbar, search, settings, notifications, and customizer controls.
The /auth route group contains standalone authentication pages that intentionally do not use the dashboard shell.
The /pages/misc route group contains standalone utility pages such as coming soon, maintenance, not found, and not authorized.
Production goal
The application should remain visually consistent across light mode, dark mode, custom primary colors, desktop layouts, and mobile layouts.
Every new page should pass type checking, production build, route smoke testing, and dark theme review before deployment.
- Keep navigation data in lib/navigation.ts.
- Keep page catalogs in lib/*-catalog.ts.
- Use PageHeader and existing surface classes for consistent dashboard pages.
- Run npm run check before restarting production.