AI contract maker for consulting and freelance deals. Enter the client, contract type, value, brand details, and boilerplate once; Shipdeal turns that into a local draft workflow for review, PDF generation, and sending.
CLI via npm:
npx shipdeal new --client "Northstar Ventures" --type "AI automation retainer"
# Optional global install
npm install -g shipdeal
shipdeal new --client "Northstar Ventures"CLI via Homebrew:
brew tap shipshitdev/tap
brew install shipdealbun install
bun run dev:web
bun run dev:cliapps/
web/ Marketing site + local workspace routes
desktop/ Electron + Vite local contract studio
cli/ CLI package published as `shipdeal`
packages/
contracts/ Shared contract draft generator
product/ Shared contract workspace UI and sample databun run dev:web- starts the Next.js web surface at http://localhost:3000bun run dev:desktop- starts the Electron desktop appbun run dev:cli- watches and rebuilds the CLI packagebun run build- builds all packages/apps through Turbobun run typecheck- typechecks all packages/apps through Turbo
bun run deps:update.agents/skills- source of truth for selected dev workflow skills.agents/memory- source of truth for project memory.claude/skillsand.claude/memory- relative symlinks into.agents.codex/skillsand.codex/memory- relative symlinks into.agentsskills- selected repo workflow skills for PRDs, planning, execution, review, and verification
Shipdeal is for AI agency consulting contracts: client details in, reusable terms and boilerplate applied, branded contract draft out. The Electron desktop app can already generate, preview, copy, and save Markdown drafts. PDF generation and send-for-signature are the next product steps.