create-ekko-next-fullstack
v0.1.0
Published
Interactive Next.js full-stack project initializer.
Maintainers
Readme
create-ekko-next-fullstack
Interactive CLI for creating modular full-stack Next.js apps with optional auth, database, payments, AI, i18n, and UI modules.
Usage
Create a new project with pnpm:
pnpm dlx create-ekko-next-fullstack my-appOr with npm:
npx create-ekko-next-fullstack my-appThen follow the interactive prompts to choose the modules you want.
What's Included
The generated app always includes:
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS 4
- ESLint
- pnpm
- App Router
src/~/*import alias
Optional modules are selected interactively:
- Better Auth
- Drizzle + PostgreSQL
- Stripe
- Vercel AI SDK
- Supabase helpers
- next-intl
- shadcn/ui foundation
- Landing page
- Demo chat: none, lightweight streaming, or persisted with Drizzle
Requirements
- Node.js 20 or later
- pnpm for generated projects
Development
pnpm install
pnpm test
pnpm build
pnpm dev my-appLicense
MIT
