https://github.com/satnaing/shadcn-admin
Admin Dashboard UI built with Shadcn and Vite.
https://github.com/satnaing/shadcn-admin
admin-dashboard admin-panel dashboard shadcn-admin shadcn-ui
Last synced: 6 months ago
JSON representation
Admin Dashboard UI built with Shadcn and Vite.
- Host: GitHub
- URL: https://github.com/satnaing/shadcn-admin
- Owner: satnaing
- License: mit
- Created: 2024-01-26T02:46:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-09T09:45:53.000Z (6 months ago)
- Last Synced: 2025-05-12T03:19:10.108Z (6 months ago)
- Topics: admin-dashboard, admin-panel, dashboard, shadcn-admin, shadcn-ui
- Language: TypeScript
- Homepage: https://shadcn-admin.netlify.app/
- Size: 1.5 MB
- Stars: 7,670
- Watchers: 43
- Forks: 994
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-shadcn-ui - shadcn-admin - 轻量 Admin 模板,含侧边栏、表格、图表组件,基于 Vite 构建。 (五、项目模板与脚手架 / 2. Admin/仪表盘模板)
- awesome-shadcn-ui - shadcn-admin - Admin Dashboard UI built with shadcn/ui and Vite. (Libs and Components)
- awesome-ccamel - satnaing/shadcn-admin - Admin Dashboard UI built with Shadcn and Vite. (TypeScript)
- awesome-shadcn-ui - Link - 12-27 | (Libs and Components)
- StarryDivineSky - satnaing/shadcn-admin
- awesome-hacking-lists - satnaing/shadcn-admin - Admin Dashboard UI built with Shadcn and Vite. (TypeScript)
- awesome-shadcnui - Github - admin.netlify.app/) | ★8031 | (Design Systems & Kits)
README
# Shadcn Admin Dashboard
Admin Dashboard UI crafted with Shadcn and Vite. Built with responsiveness and accessibility in mind.

I've been creating dashboard UIs at work and for my personal projects. I always wanted to make a reusable collection of dashboard UI for future projects; and here it is now. While I've created a few custom components, some of the code is directly adapted from ShadcnUI examples.
> This is not a starter project (template) though. I'll probably make one in the future.
## Features
- Light/dark mode
- Responsive
- Accessible
- With built-in Sidebar component
- Global Search Command
- 10+ pages
- Extra custom components
## Tech Stack
**UI:** [ShadcnUI](https://ui.shadcn.com) (TailwindCSS + RadixUI)
**Build Tool:** [Vite](https://vitejs.dev/)
**Routing:** [TanStack Router](https://tanstack.com/router/latest)
**Type Checking:** [TypeScript](https://www.typescriptlang.org/)
**Linting/Formatting:** [Eslint](https://eslint.org/) & [Prettier](https://prettier.io/)
**Icons:** [Tabler Icons](https://tabler.io/icons)
## Run Locally
Clone the project
```bash
git clone https://github.com/satnaing/shadcn-admin.git
```
Go to the project directory
```bash
cd shadcn-admin
```
Install dependencies
```bash
pnpm install
```
Start the server
```bash
pnpm run dev
```
## Author
Crafted with 🤍 by [@satnaing](https://github.com/satnaing)
## License
Licensed under the [MIT License](https://choosealicense.com/licenses/mit/)