Skip to main content
Scaffold a new Solana Mobile project. Run it without arguments for interactive prompts, or pass a project name and template to skip them:
After scaffolding, the CLI initializes git, installs dependencies, and runs the template’s init script. Skip any of these with the --skip-* flags below.

Templates

List the available templates and their descriptions:
Pick one with --template:
Options declared by the selected template are passed through as boolean long flags, e.g. create my-app --minimal --reset-project.

Options

Last modified on September 1, 2026