Loading…
Loading…
Scaffold production-ready Next.js projects with your choice of UI library, state management, API layer, authentication, and forms — all from one interactive CLI.
Get your project scaffolded in under a minute.
npx nexstructJust npx nexstruct — no install needed.
$ Choose stack + component organizationPick UI library, state management, API, auth, forms, and how to organize your components — Feature Components (shared) or Co-located (page-specific).
cd my-app && npm run devYour project is ready at localhost:3000 with all components pre-configured.
# Run the CLI from anywhere (no install needed) npx nexstruct # Answer the prompts to select your stack # Then cd into your new project and start coding cd my-app ✔ Project scaffolded successfully!
A complete component ecosystem for every framework.
Mix and match UI libraries, state management, API layers, auth, forms, and component organization — all from one CLI prompt.
Choose between Feature Components (shared across pages) or Co-located Components (page-specific only) — both following the container pattern with thin page.tsx files.
Choose between shadcn/ui (Tailwind), Material UI, or Ant Design — each with 15+ custom field types.
TypeScript strict mode, ESLint, Next.js 15 App Router, container pattern with thin page.tsx, and fully typed components out of the box.
26+ field types with dual-mode: react-hook-form integration or standalone usage. Includes OTP, phone input, rich text, file uploads, and more.
Each template includes a complete component system tailored to the library.
Browse the component lab to see what each framework offers, or dive straight into the guides.
Nexstruct — Scaffolded with ❤️ for the developer community