#6 · Primary category: Admin Systems & Rapid Development Platforms

antd-admin

admin antd dashboard mock react

AI-friendly enterprise front-end best practices

Project last updated:07/27/26

GitHub Stars

9.8K

Forks

2.5K

Contributors

66

License

MIT

Why we included this project

Most teams that build internal dashboards end up rewiring the same pieces over and over: login, menus, tables with filters that need to survive a page refresh. This project turns that repetitive work into a one-time scaffold. `init-antd-admin` generates a complete React 19 + Ant Design 6 front end from one of two templates (plain English, or English plus Chinese through Lingui), so router, data fetching, and state management come connected rather than hand-wired. The included patterns are the ones admin apps actually need: JWT login with refresh tokens, backend-driven menus with permission guards, table state kept in sync with the URL for pagination, sorting, and search, and dark mode theming. Because development is mock-first, you can build against local fixtures before any backend exists, and the typed CRUD boundaries plus Playwright coverage leave you a reasonable baseline to grow.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category