We've just released v0.2.0 of create-next-mui, making it even faster to scaffold a Next.js + MUI projects.
The biggest addition in this release is plugin support.
You can now install supported integrations into your project with a single command.
π Get Started
Create a new project:
npx create-next-mui my-app
Add plugins anytime:
npx create-next-mui add zustand
npx create-next-mui add react-query
β¨ What's New
π Plugin Support
Add Zustand to your project:
npx create-next-mui add zustand
Or install React Query ( TanStack Query ):
npx create-next-mui add react-query
No manual setup. The CLI adds the required files and configuration for you.
β‘ Faster Project Creation
You can now skip prompts using default flags:
npx create-next-mui my-app --yes
π¦ Other Improvements
- Added project name as a CLI argument.
- New templates for Zustand and React Query.
- Improved documentation.
- Initial plugin architecture for future extensions.
Source:
thatonevikash
/
create-next-mui
π The fastest way to start with Nextjs + MUI
create-next-mui
The fastest way to scaffold Next.js + Material UI applications
Skip repetitive setup and start building with a production-ready foundation in seconds.
β¨ Why create-next-mui?
Starting every new Next.js + Material UI project often means repeating the same setup:
- Install Material UI
- Configure Theme Provider
- Set up Emotion
- Configure ESLint
- Organize folders
- Install common libraries
create-next-mui automates all of that.
Generate a clean, scalable, production-ready project so you can focus on building your applicationβnot configuring it.
π Features
- β‘ Next.js App Router
- π¨ Material UI v9
- π¦ TypeScript & JavaScript templates
- π§Ή ESLint Flat Config
- π Scalable project structure
- π§© Plugin system
- π Zero global installation
- π Production-ready setup
β‘ Quick Start
Create a new project.
npx create-next-mui my-app
or
npm init next-mui
Then start developing.
cd my-app
npm install
npm run dev
π― Interactive Setup
Run the CLI without a project name.
npx create-next-mui
The CLI will guideβ¦
Built with π by thatonevikash


Top comments (2)
β‘Website: create-next-mui.vercel.app/
Some comments may only be visible to logged-in visitors. Sign in to view all comments.