Docs / CLI

Open documentation actions

CLI Reference

Commands for creating projects, updating generated apps, opening resources, and running AI-agent workflows.

Better Fullstack has a small command surface. Most users only need create, add, and history; AI-agent workflows use mcp.

Commands

CommandPurpose
createScaffold a new project from a stack configuration. This is the default command.
addAdd supported addons or deployment settings to an existing Better Fullstack project.
historyShow, export, or clear local scaffold history and reproducible commands.
mcpStart the Better Fullstack MCP server over stdio for AI coding agents.

Utility Commands

CommandPurpose
docsOpen the public Better Fullstack documentation site in your browser.
builderOpen the interactive Stack Builder.
sponsorsShow Better Fullstack sponsors.

Run utility commands

Open docs:

npx -y create-better-fullstack@latest docs

Open the builder:

npx -y create-better-fullstack@latest builder

Show sponsors:

npx -y create-better-fullstack@latest sponsors

Maintainer Commands

update-deps is for maintainers checking and updating dependency versions. It is intentionally omitted from normal user workflows.

Next