// the find
d3george/slash-admin
A Modern React Admin Template. It is based on React 19, Vite and TypeScript. It's fast !
Slash Admin is a React 19 admin dashboard starter template built on Vite, TypeScript, shadcn/ui, and Zustand. It targets developers who need a full-featured admin shell — auth, RBAC, multi-tab layout, i18n, charts — without building it from scratch. It is a fork-and-own template, not an installable library.
React 19 + Vite is a genuinely modern baseline, not the stale CRA or webpack setups most admin templates still ship. MSW + Faker.js mocking is the right call — you can develop the entire frontend without a backend contract locked in. The multi-tab browser-style navigation is a real differentiator; most admin templates skip this and it is the feature enterprise users always ask for. Biome replaces ESLint + Prettier in one faster binary, which is a good call for a template repo where tooling churn is otherwise constant.
The project mixes three styling systems — Tailwind, styled-components, and shadcn/ui — in the same codebase. That works until you need to debug a layout bug at 11pm and can't tell which layer is winning. There is no test directory visible anywhere; a template with zero tests teaches the people cloning it that tests are optional. Being a fork-and-own template means every upstream bug fix is a manual merge conflict — there is no upgrade path once you start customizing. The primary market is clearly Chinese (WeChat QR for sponsorship, zh-CN README, issues are mixed language), so community support in English is thinner than the star count implies.