create-next-mui v0.2.0 is here 🚀 — Now with Plugin Support!
We've just released v0.2.0 of create-next-mui, making it even faster to scaffold a Next.js + MUI project. The biggest addition in this release is plugin support. You can now install supported integrations into your project with a single command. Add Zustand to your project: npx create-next-mui add zustand Or install React Query: npx create-next-mui add react-query No manual setup. The CLI adds the required files and configuration for you. You can now skip prompts using default flags: npx create-