A flexible Next.js boilerplate creator with optional React Query, Apollo, Zustand, and AI integration.
Install the package globally using npm:
npm install -g create-nextjs-flex
To create a new project, run:
create-nextjs-flex <project-name> [options]
-
-y, --yes
: Skip prompts and use default options -
-v, --version
: Output the current version
Create a basic Next.js project:
create-nextjs-flex my-app
- Next.js 13+ with App Router
- TypeScript
- Tailwind CSS
- ESLint
- Optional integrations:
- React Query
- Apollo Client
- Zustand
- AI services (OpenAI, Claude, or Vercel AI)
- Flexible service architecture (functional or class-based)
The generated project will have the following structure:
my-project/
├── src/
│ ├── app/
│ ├── components/
│ ├── lib/
│ ├── services/
│ └── utils/
├── public/
├── .gitignore
├── next.config.js
├── package.json
├── README.md
├── tailwind.config.js
└── tsconfig.json
Additional files and directories will be created based on the options you choose.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.