Loading repository data…
Loading repository data…
Marve10s / repository
Scaffold production-ready full-stack apps in TypeScript, Rust, Python, Go, and Java with a visual builder and CLI. Choose your frontend, backend, database, auth, AI, payments, and DevOps integrations, all wired together.
Scaffold production-ready fullstack apps in seconds. Browse 450+ tools across seven ecosystems — the CLI wires everything together.
Most scaffolding tools lock you into one framework and one opinion. Better Fullstack doesn't.
Configure your stack visually — pick every option from a UI, preview your choices, and get a ready-to-run command.
npm create better-fullstack@latest
bun create better-fullstack@latest
pnpm create better-fullstack@latest
npx create-better-fullstack@latest
yarn create better-fullstack@latest
--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, react-native, rust, python, go, java, or elixir mode
--part <binding> # Add a multi-ecosystem stack part, e.g. frontend:typescript:next
--version-channel # Dependency channel: stable, latest, beta
--no-git # Skip git initialization
--no-install # Skip dependency installation
--verify # Run generated project checks without starting dev servers
--verbose # Show detailed output
Install the Claude Code plugin bundle:
claude plugin marketplace add Marve10s/Better-Fullstack
claude plugin install better-fullstack@better-fullstack
.agents/plugins/marketplace.jsonnpx -y create-better-fullstack@latest mcpAsk any agent to build your stack — the skill runs the scaffold workflow, and the MCP exposes bfs_* tools (check compatibility, plan, create) to any client.
See the Contributing Guide. Open an issue before starting work on new features.
git clone https://github.com/Marve10s/Better-Fullstack.git && cd Better-Fullstack
bun install
bun dev:cli # CLI development
bun dev:web # Website development
Got questions or feedback? Open a GitHub issue or reach out on socials.
If Better Fullstack saves you time, consider supporting:
MIT. Better Fullstack is now maintained as a standalone project, with original inspiration from create-better-t-stack by Aman Varshney.