@profullstack/sh1pt
Build. Promote. Scale. Iterate…
One codebase → every store, registry, CDN, and channel. Ads on every network. Cloud infra on demand. AI agents tighten the loop. sh1pt is the single command between an idea and global distribution.
🌐 Homepage: https://sh1pt.com
📦 Source: https://github.com/profullstack/sh1pt

Install
curl -fsSL https://sh1pt.com/install.sh | sh
Or pick your own runtime:
pnpm add -g @profullstack/sh1pt
bun install -g @profullstack/sh1pt
npm install -g @profullstack/sh1pt
deno install -g -A -f -n sh1pt npm:@profullstack/sh1pt
Runs on Node 22+, Bun 1.1+, Deno 2.0+.
Four verbs
sh1pt build
sh1pt promote
sh1pt scale
sh1pt iterate
LogicSRC OpenSpec mode
sh1pt exposes LogicSRC standards workflows under a dedicated sub-command:
sh1pt logicsrc
sh1pt logicsrc plugins
sh1pt logicsrc --openspec agentswarm --yolo --repo profullstack/logicsrc
sh1pt logicsrc --openspec-only task validate ./task.yaml
sh1pt logicsrc --openspec-only agentswarm --yolo --repo profullstack/logicsrc
Use --openspec to enable OpenSpec.dev-compatible repo-local planning conventions where supported.
Use --openspec-only when a workflow must stay inside LogicSRC-published schemas, CLI/TUI conventions, SDK contracts, MCP resources/tools/prompts, PWA states, and curl-compatible API surfaces.
Filesystem-mirrored adapter commands
Every packages/<category>/<name>/ in the sh1pt monorepo is a CLI command:
sh1pt bots discord setup
sh1pt social x setup
sh1pt webhooks slack setup
sh1pt cloud runpod setup
sh1pt payments stripe setup
sh1pt targets pkg-npm setup
sh1pt vcs github setup
Every adapter's setup command:
- Tries the fastest auth path (webhook URL paste → API key paste → OAuth → manual instructions)
- Writes its config to
~/.config/sh1pt/config.json under adapters.<id>
- Falls back to printed instructions with vendor URLs if it can't automate a step
List everything in a category:
sh1pt social list
sh1pt bots list
sh1pt targets list
Minimum viable project
mkdir my-app && cd my-app
sh1pt config stack set
sh1pt ship init
sh1pt build --cloud
sh1pt promote ship --cloud --channel beta
sh1pt run logs <run-id> -f
Links
License
MIT