Boilerplate

Next.js + Ant Design starter

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

Stack

Exact versions from `package.json`.
Next.js
v16.0.10
React
v^19.2.3
TypeScript
v^5
Ant Design
v5.29.2
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 v5 + React 19 patch is integrated with `next-themes` for flicker-free dark mode.
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