Shipshit.dev scaffolder

v0

A single command for a Bun/Turbo product repo with selected app surfaces, repo skills, agent handoff, dependency install, and optional GitHub setup.

npx @shipshitdev/v0
5 app surfaces
2 agent runners
1 repo command

What it writes

A product repo, not a blank template.

Bun/Turbo workspace

Root scripts, workspaces, TypeScript strict mode, package slots, and app scripts for the surfaces you choose.

App surfaces

Next.js web and app shells, Vite React desktop, mobile, and extension surfaces, each wired to the same route choices.

Agent context

Selected `.agents/skills`, generated memory folders, and relative Claude/Codex symlinks that stay inside the repo.

GitHub setup

Optional `gh` repo creation, initial commit, remote push, and a scope issue captured through quiet `.v0` logs.

Run modes

Interactive by default. Scriptable when needed.

Interactive npx @shipshitdev/v0
Named repo npx @shipshitdev/v0 my-product
GitHub flow npx @shipshitdev/v0 my-product --github --github-issue
Smoke test npx @shipshitdev/v0 /tmp/v0-smoke --yes --skip-agent --no-install --no-start