Remix Antd Admin is a full-stack management system for both front-end and back-end. Built on Remix and Antd/TailwindCSS, as well as Prisma, it includes an RBAC (Role-Based Access Control) permission management system and integrates the remix-i18n solution.
- fastapi-antd-admin FastAPI Version(WIP)
version | address |
---|---|
fullstack | remix-antd-admin |
frond end | remix-antd-admin(fe branch) |
electron | remix-antd-admin-electron |
version | visit |
---|---|
fullstack | remix-antd-admin |
front end | remix-antd-admin(Vercel) |
docs | remix-antd-admin-docs |
block | content | description |
---|---|---|
manager | admin | remix server and admin manager |
user | client | public |
server | Express.js(remix server) | server and database |
React |
React |
Zod |
Prisma |
Remix |
Vite |
Vitest |
Antd |
ProComponent |
---|---|---|---|---|---|---|---|---|
18.x+ | 4.x+ | 8.x+ | 5.x+ | 2.x+ | 5.x+ | 1.x+ | 5.9.x | 2.6.x |
TailwindcCSS |
RemixDevTool |
Echart |
React i18n |
Cypress |
PostgreSQL |
---|---|---|---|---|---|
3.3.x+ | 4.0.x+ | 5.0+ | 13.2.x+ | 13.7.x+ | 16.x+ |
- Admin:Login / Logout
- RBAC Permission Authentication
- global features
- Full-stack integration, unified development for management, front-end, and back-end
- Remix I18n Internationalization
- CSS hybrid solution, supporting various options like TailWindCSS
- DOME:Editor
- Rich Text Editor
- Markdown Editor
- JSON Editor
- DEMO:Excel
- Export Excel
- Upload Excel
- Fallback Page
- $
- ... and so on
.
├── ./app
├── ./build.sh
├── ./CHANGELOG.md
├── ./cypress
├── ./cypress.config.ts
├── ./depoly
├── ./Dockerfile
├── ./env.d.ts
├── ./LICENSE
├── ./package.json
├── ./pnpm-lock.yaml
├── ./postcss.config.mjs
├── ./prisma
├── ./public
├── ./README.md
├── ./reset.sh
├── ./start.sh
├── ./tailwind.config.ts
├── ./tsconfig.json
├── ./vercel.json
├── ./vite.config.ts
└── ./vite-env.d.ts
git clone https://github.com/yyong008/remix-antd-admin.git
git clone https://gitee.com/yyong008/remix-antd-admin.git
cd remix-antd-admin
pnpm run dev # open port in your browser
Modern browsers last 2 version
Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
last 2 versions | last 2 versions | last 2 versions | last 2 versions |
Node.js |
pnpm |
Prisma |
Remix |
---|---|---|---|
18.x+ | 8.x+ | 5.x+ | 2.x+ |
If my project helps you, buy me a cup of coffee 💌buy-me-a-coffee💌
Copyright (c) 2023-present Yong-