Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A free, open-source admin dashboard template built with Next.js, React, TypeScript, and the Semi Design UI library.

Free open-source Tailwind CSS and Next.js admin dashboard template with 8+ pages, dark mode, RTL, and authentication screens.
Resemi Admin is a free and open-source React admin dashboard template that combines Next.js, TypeScript, and the Semi Design UI library to provide a starting point for building middle and back-end interfaces.
Resemi Admin is an open-source middle and back-end admin template built with Next.js 12, React 18, and TypeScript. It gives developers a pre-structured Next.js project that includes a UI library (Semi Design), state management (Recoil), and utility-first styling (WindiCSS), so the output is a ready-to-run dashboard foundation. The project is hosted on GitHub, distributed under the MIT license, and maintained by the resemi organization.
The template follows the standard Next.js project workflow. After cloning the repo, you install packages with pnpm, launch the development server with pnpm dev, and produce a production bundle with pnpm build. It also offers a Gitpod integration, letting you open the project online without a local setup.
Resemi Admin is free and open-source. The project is distributed under the MIT license, so no license fee is required for personal or commercial use.
Yes, Resemi Admin is a free and open-source project released under the MIT license. You can use, modify, and distribute it for personal or commercial purposes without paying a license fee.
Resemi Admin uses Next.js 12, React 18, TypeScript, Recoil for state management, WindiCSS for utility-first styling, and the Semi Design UI library. It recommends pnpm as the package manager for installation and builds.
Clone the repository with git clone, install dependencies with pnpm install, then run pnpm dev to launch the development server. A production build can be generated with pnpm build, and Gitpod can be used for an online development environment.
