Skip to content

Stack Builder

Pick a framework, toggle the scaffold flags and enhancements you want, and copy the exact tinkerise command to run. Nothing is sent anywhere — the command is built entirely in your browser from the same registry the CLI uses.

Scaffold flags
Enhancements
Command
Reproducible lock
Preview tinkerise.lock

Save as tinkerise.lock, then run tinkerise <name> --from-lock. Vite and T3 also need an interactive variant, so scaffold those directly.

The builder emits up to two commands:

  • A scaffold command (tinkerise <category> <framework> <name> [flags]) that delegates to the official upstream tool.
  • An optional tinkerise add command when you select enhancements, because enhancements are applied after the framework is scaffolded.

The framework, flag, and enhancement options come straight from tinkerise’s built-in registry, so they always match the version of the CLI these docs were built against. Run tinkerise list to see the same catalog from your terminal, or add --dry-run to any command to preview it before running.

The Reproducible lock section builds a tinkerise.lock for your selection. Pick a package manager, copy the lock into a tinkerise.lock file, then run tinkerise <name> --from-lock to recreate the same stack anywhere. Vite and T3 need an interactive variant the builder can’t capture, so scaffold those directly.