T3
Quick start
Section titled “Quick start”tinkerise web t3 my-t3-app --tailwind --no-installtinkerise web t3 my-t3-app --no-gitWhen to use
Section titled “When to use”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
Prerequisites
Section titled “Prerequisites”- Node.js
>=18.17.0 npxavailable in your Node install
Unified flags
Section titled “Unified flags”| tinkerise flag | Native create-t3-app flag | Notes |
|---|---|---|
--typescript | (none) | T3 is TypeScript-first by default |
--tailwind | --tailwind | Enables Tailwind in scaffold setup |
--eslint | (none) | T3 includes ESLint behavior by default |
--no-git | --noGit | CamelCase native flag |
--no-install | --noInstall | CamelCase native flag |
Framework-specific behavior
Section titled “Framework-specific behavior”- 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:
tinkerise web t3 my-t3-app -- --noAppRouterGenerated output
Section titled “Generated output”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
Related enhancements
Section titled “Related enhancements”Command reference
Section titled “Command reference”See full CLI flags: /reference/commands/