create-mahdi-app
v1.0.4
Published
A CLI tool to create Next.js projects with Mahdi's preferred tech stack
Maintainers
Readme
create-mahdi-app 
A CLI tool to create Next.js projects with Mahdi's preferred tech stack.
About
This is a create app tool for creating Mahdi's flavor stack applications in both frontend and backend. I was tired of setting up my preferred tech stack again and again, so I gathered everything into a single CLI command. Now you can bootstrap your entire project with all the tools and configurations I use in just one line of code.
Requirements
Before using this CLI tool, make sure you have one of the following installed:
- Bun (recommended): Install from bun.sh
- Node.js: Version 18 or higher
Installation
For npm:
npx create-mahdi-appOr using Bun:
bunx create-mahdi-appThe CLI will guide you through the setup process with interactive prompts.
Templates
Currently available templates:
🎨 Frontend Template
Modern Next.js application with my preferred tech stack
| Technology | Purpose | | --------------------- | ------------------------------------------- | | Next.js 15 | Latest React features with App Router | | Material-UI (MUI) | Beautiful, accessible UI components | | TypeScript | Type safety and better developer experience | | Bun | Fast runtime and package manager | | Pre-configured | All necessary dependencies and setup |
✨ What you get:
- 🚀 Clean, production-ready foundation
- ⚡ Zero configuration required
- 🎯 Ready to start building immediately
- 🔧 All build systems and routing pre-configured
More templates coming soon (backend, monorepo, etc.).
