create-asynx-next-app
v0.1.8
Published
Create Next.js apps using Asynx Devs templates
Readme
⚡ Create scalable Next.js apps using opinionated App Router templates — by Asynx Devs Pvt Ltd
Why create-asynx-next-app?
create-next-app gives you a starting point.
create-asynx-next-app gives you a direction.
This CLI scaffolds real-world Next.js architectures — from starter MVPs to SaaS-grade applications — without locking you into any framework or vendor.
Quick Start
npx create-asynx-next-app my-app
cd my-app
pnpm devor using pnpm
pnpm create asynx-next-app my-appTemplate Selection
During setup, you will be prompted to choose a template:
- Starter — landing pages, MVPs, small tools
- Standard — dashboards, content platforms, startups
- SaaS — scalable, domain-driven architecture for real products
Templates differ only in structure — you own all the code.
No Vendor Lock-in
This tool is used only at project creation time.
- No Asynx packages are required at runtime
- No hidden dependencies
- You can delete this CLI after scaffolding
Your project is a standard Next.js app.
Who is this for?
- Founders building MVPs
- Startups building dashboards or SaaS apps
- Developers who want structure without overengineering
- Teams tired of rebuilding the same Next.js setup
Support & Feedback
If you find issues or have ideas:
- Reach out via https://asynx.in/contact
- 🐙 GitHub: https://github.com/Asynx-Pvt-Ltd/create-asynx-next-app
- Improvements, suggestions, and feedback are welcome
