New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@profullstack/sh1pt

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@profullstack/sh1pt

One codebase → every store, registry, CDN, and channel. Build. Promote. Scale. Iterate.

Source
npmnpm
Version
0.3.3
Version published
Maintainers
2
Created
Source

@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

npm license github

Install

curl -fsSL https://sh1pt.com/install.sh | sh

Or pick your own runtime:

pnpm add     -g @profullstack/sh1pt      # or
bun  install -g @profullstack/sh1pt      # or
npm  install -g @profullstack/sh1pt      # or
deno install -g -A -f -n sh1pt npm:@profullstack/sh1pt

Runs on Node 22+, Bun 1.1+, Deno 2.0+.

Four verbs

sh1pt build          # compile artifacts for every target you configured
sh1pt promote        # publish (ship), run ads, print swag, pitch investors
sh1pt scale          # provision cloud infra, DNS round-robin, rollouts, cost ceilings
sh1pt iterate        # observe metrics → agent proposes diffs → ship → measure, on loop

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            # set up the Discord bot adapter
sh1pt social x setup                # X (Twitter) organic posting
sh1pt webhooks slack setup          # Slack incoming webhook
sh1pt cloud runpod setup            # RunPod GPU instances
sh1pt payments stripe setup         # Stripe checkout
sh1pt targets pkg-npm setup         # npm publish target
sh1pt vcs github setup              # GitHub releases / PRs
# … and ~170 more across 17 categories …

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             # prompts: node / bun / python / rust
sh1pt ship init                    # scaffolds sh1pt.config.ts
# declare targets in sh1pt.config.ts …
sh1pt build --cloud                # remote build runners + persisted logs
sh1pt promote ship --cloud --channel beta
sh1pt run logs <run-id> -f         # follow the cloud run

License

MIT

Keywords

cli

FAQs

Package last updated on 06 Sep 2026

Related posts