Skip to content

Terminal Demos

These demos are rendered from version-controlled VHS tapes, so every GIF maps to a reproducible command flow.

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.

Terminal demo showing tinkerise scaffolding a Next.js app with TypeScript, Tailwind, and ESLint in one command flow

Command flow: tinkerise add editorconfig

Outcome: a targeted post-scaffold enhancement that drops in shared editor defaults quickly.

Terminal demo showing tinkerise adding editorconfig enhancement and confirming the created .editorconfig file

Command flow: tinkerise list then tinkerise list web

Outcome: fast catalog discovery before scaffolding so framework selection is deliberate.

Terminal demo showing tinkerise list output and focused web scaffolder discovery with Next.js, Vite, Astro, T3, Remix, TanStack Start, and Turborepo

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.

Terminal demo showing tinkerise doctor report a Python version issue, suggest a fix, and pass on rerun