About this project

Ant Design Pro is a React-based starter kit for building enterprise admin interfaces. The README describes it as an out-of-box UI solution for enterprise applications, distributed as a boilerplate rather than a library. Stack and design - Built on the Ant Design 6 specification, with React 19, Umi Max 4 and utoopack in the development toolchain. - Written in TypeScript. - Theming is customizable via Tailwind CSS v4 together with antd-style. - Responsive layout intended for variable screen sizes. - Internationalization (i18n) support is built in. - Biome is used for code checking. Included templates The project ships a broad set of page templates: Welcome; Dashboard (Analysis, Monitor, Workplace); Form (Basic, Step, Advanced); List (Search, Table, Basic, Card); Profile (Basic, Advanced); Result (Success, Fail); Exception (403, 404, 500); Account (Center, Settings); an AI Assistant page; and User pages (Login, Register, Register Result). Pages are assembled from block templates. Getting started Clone the repository, install dependencies with npm install, and run npm start to launch the development server with the full version. npm run build produces a production build. A mock development solution is included for working without a live backend. Simple version Because all blocks are included by default, the project offers npm run simple to strip extra page directories, mock files, routes and dependencies down to a minimal setup. The README warns this operation is irreversible and permanently deletes files. AI assistant and Claude Code skills The boilerplate includes an AI chatbot page powered by Ant Design X. It also ships two Claude Code skills in .claude/skills/: /pro-upgrade, which diffs the latest template and merges framework changes while preserving business code, and /antd, which queries antd component APIs, props, tokens and demos, lints for deprecated usage and assists with version migration via @ant-design/cli. Projects cloned from the repo already contain these skills; they can be refreshed with npx skills add ant-design/ant-design-pro. Testing and browser support Unit and end-to-end tests are part of the workflow. Supported browsers are modern ones: Edge, Firefox, Chrome and Safari, with the last two versions supported for the latter three. Project resources A live preview is available at preview.pro.ant.design, documentation in docs/cheatsheet.en-US.md, release notes on GitHub, and an FAQ section in the cheatsheet. The README notes v6 as the current major release and links to its changelog. Contributions are welcomed through issues and pull requests.