I built a CLI that scaffolds a full Next.js 16 SaaS in one command (Supabase, Stripe, next-intl)
Hey everyone,
I kept redoing the same setup (auth, payments, i18n) every time I started a new project, so I bundled it into a single CLI. I’d love some real-world feedback from the React community on the architecture and Developer Experience.
What it does: You run npx @/x-legacy/create-saas-app, pick your options, and you get a production-ready Next.js 16 app with deploy configs. No wiring, no copy-paste.
The Stack & Technical Details:
- Framework: Next.js 16 (App Router)
- Auth & Database: Supabase (Postgres + 14 OAuth providers)
- Payments: Stripe (subscriptions, usage-based)
- ORM: Drizzle
- Localization:
next-intl(21 locales + RTL support) - State/Roles: Built-in teams & roles (owner, admin, member, viewer, billing)
Why I’m posting: It’s completely free to use — sign up on the website and I’ll give you access.
I’m looking for honest feedback from other React devs. Did it save you time? Was the folder structure or Next.js implementation confusing? Would you use it for a real project? Happy to go deeper on the stack or the CLI logic in the comments if anyone’s curious.
Sign up here and I’ll give you access:https://x-legacy.space
Thanks in advance if you give it a spin!
[link] [comments]