English | 中文
Nexus-Starter is a modern admin template project built with Nexus-Kit and Vite.
- Frontend Framework: React19 + TypeScript
- Build Tool: Vite
- UI Component Library: Nexus-Kit (based on Radix-UI and TailwindCSS v4)
- State Management: Zustand
- Mock Data: tiny-lorem (a lightweight mock database friendly to Chinese)
- Routing: React Router(v7)
- Internationalization: react-i18next
- Form Handling: react-hook-form
- Charts: reaviz
- Code Quality: ESLint + Prettier + Husky
- Get the code
git clone https://github.com/CiroLee/nexus-starter.git- Install dependencies
pnpm install- Run the project
pnpm run dev- Build the project
pnpm run build



