Boilerplate

Next.js + Ant Design starter

A production-minded boilerplate with Next.js App Router, React, TypeScript, Tailwind CSS, and Ant Design 6.1.0 wired for SSR styles.
Get startedRepository
Theme
light
Next.js logo
Ant Design 6.1.0
Health check

Stack

Exact versions from `package.json`.
Next.js
v16.0.10
React
v^19.2.3
TypeScript
v^5
Ant Design
v^6.1.0
Tailwind CSS
v^4
Note: with Next.js App Router, avoid AntD sub-components via dot notation (e.g. `<Select.Option />`). Import from paths as described in the Ant Design guide.

Capabilities

What you get out of the box.
SSR-ready UI (no flicker)
Ant Design is integrated with Next.js App Router via @ant-design/nextjs-registry for first-screen styles.
Type-safe by default
Strict TypeScript setup for safer refactors and better DX.
Production UI components
Ant Design gives you a large set of accessible, polished components.
Fast iteration
Next.js dev server + React 19 for a modern, speedy workflow.
Security hygiene
Simple audit workflow (`npm audit`) and pinned framework versions.

Mini demo

A quick interactive section proving AntD components are working.
Inputs + alerts
Progress
Setup
Build pipeline
90%
Shipping readiness
80%

Quickstart

The usual workflow when cloning this boilerplate.
1) Install
npm install
2) Develop
npm run dev
3) Ship
npm run buildnpm run start