Skip to content

T3

Terminal window
tinkerise web t3 my-t3-app --tailwind --no-install
Terminal window
tinkerise web t3 my-t3-app --no-git

Use t3 when you want:

  • A TypeScript-first full-stack starter
  • Opinionated defaults for modern app tooling
  • A strong baseline for web products that move fast
  • Node.js >=18.17.0
  • npx available in your Node install
tinkerise flagNative create-t3-app flagNotes
--typescript(none)T3 is TypeScript-first by default
--tailwind--tailwindEnables Tailwind in scaffold setup
--eslint(none)T3 includes ESLint behavior by default
--no-git--noGitCamelCase native flag
--no-install--noInstallCamelCase native flag
  • tinkerise delegates to create-t3-app.
  • T3 uses camelCase native flags for no-git/no-install.
  • Pass-through args are enabled.

Native pass-through example:

Terminal window
tinkerise web t3 my-t3-app -- --noAppRouter

You get the official T3 scaffold output, including:

  • TypeScript-first app structure
  • T3 defaults for project tooling and scripts
  • Optional Tailwind setup when enabled with --tailwind

See full CLI flags: /reference/commands/