create-better-fullstack
v1.7.0
Published
Scaffold production-ready fullstack apps in seconds. Pick your stack from 425 options — the CLI wires everything together.
Maintainers
Keywords
Readme
Better Fullstack
Scaffold production-ready fullstack apps in seconds. Pick your stack from 425 options — the CLI wires everything together.
Quick Start
# Using npm
npm create better-fullstack@latest
# Using npx
npx create-better-fullstack@latest
# Using pnpm
pnpm create better-fullstack@latest
# Using bun
bun create better-fullstack@latest
# Using yarn
yarn create better-fullstack@latestBun is required only when the generated project selects Bun as its runtime or package manager. Node.js with npm is enough for Node-based projects.
Web Builder
Configure your stack visually — pick every option from a UI, preview your choices, and get a ready-to-run command.
Features
- 425 options — frontend, backend, database, auth, payments, AI, DevOps, and more
- 5 ecosystems — TypeScript, Rust, Python, Go, Java
- Visual builder — configure your stack in the browser
- Wired for you — every picked integration is preconfigured and working out of the box
CLI Flags
--yes # Accept all defaults
--yolo # Scaffold a random stack — good for exploring
--template <name> # Use a preset (t3, mern, pern, uniwind)
--ecosystem <lang> # Start in typescript, rust, python, go, or java mode
--version-channel # Dependency channel: stable, latest, beta
--no-git # Skip git initialization
--no-install # Skip dependency installation
--package-manager # Package manager (bun, pnpm, npm, yarn)
--verbose # Show detailed output