create-nextjs-standard-app
v1.3.4
Published
Starter project generator for Octavia Next.js standard apps
Maintainers
Readme
create nextjs standard app ⚡️
A minimal CLI to generate a fully configured Next.js + Tailwind + i18n starter project, optimized for scalable appointment systems (health, legal, consulting, etc.).
🚀 Usage
Create a new project with one command:
npx create-nextjs-standard-app my-projectIt will:
- Copy the starter template into
my-project/ - Install all dependencies
- You can run it instantly with:
cd my-project
npm run dev📦 What’s included?
- ✅ Next.js App Router (with
/app) - ✅ Tailwind CSS ready to go
- ✅ RTL & Persian (
fa) setup by default - ✅ Theme toggle (dark/light)
- ✅ Locales & i18n structure
- ✅ Server-first design (no
use clientby default)
✨ Perfect for
- Booking/Appointment platforms
- B2B dashboards
- Medical, Legal, or Clinic platforms
- Multilingual (RTL & LTR)
🧪 Tech Stack
- Next.js
- Tailwind CSS
- TypeScript
- [App Router + SSR + Edge-ready]
🛠 Author
Made with ❤️ by @yaghoubi-mohammad
