Terminal Demos
These demos are rendered from version-controlled VHS tapes, so every GIF maps to a reproducible command flow.
Scaffold a Next.js app (golden path)
Section titled “Scaffold a Next.js app (golden path)”Command flow: tinkerise web next next-golden --ts --tailwind --eslint --no-install
Outcome: a production-ready Next.js baseline with TypeScript, Tailwind, and ESLint selected in one run.

Add quality tooling
Section titled “Add quality tooling”Command flow: tinkerise add editorconfig
Outcome: a targeted post-scaffold enhancement that drops in shared editor defaults quickly.

Discover available web scaffolders
Section titled “Discover available web scaffolders”Command flow: tinkerise list then tinkerise list web
Outcome: fast catalog discovery before scaffolding so framework selection is deliberate.

Run doctor and recover from a failed check
Section titled “Run doctor and recover from a failed check”Command flow: tinkerise doctor with a controlled issue/re-check sequence.
Outcome: clear reliability signal that checks can fail with actionable guidance, then pass after recovery.
