ShipKit — Your Automated Dev Team
-
+
-
+
@@ -275,11 +275,11 @@
-
-Auto-detects your stack
-
-
Your entire dev team in one CLI command
-
CI/CD, health monitoring, security scanning, and AI agent config — all set up by detecting your project. Works with any stack, any language, any directory.
+
+ Auto-detect & generate
+
+
Your Automated Dev Team
+
One command sets up CI/CD, monitoring, security, and AI agent config. Only generates what your project actually needs. Zero dependencies.
$npx shipkit-pipe
@@ -292,46 +292,46 @@
Your entire dev team in one CLI command
-
No config files needed. Works in any directory.
+
Generates CI for GitHub Actions, GitLab CI, and Bitbucket Pipelines
# generated AGENTS.md## Stack
-Next.js 15 · Supabase · Gemini API
-## Conventions
-App Router · Server Components
-## Commands
-npm run dev · npm test · npm run build
+Framework — {{STACK_FRONTEND}}
+Deploy — {{DEPLOY_PLATFORM}}
+Node — {{NODE_VERSION}}
+## Rules
+1. Read LAST_SESSION.md at start
+2. Update LAST_SESSION.md at end
+3. Never commit secrets
@@ -430,29 +436,29 @@
See it in action
How it works
-
Zero to deployed in 4 steps
-
No signup forms. No config wizards. Just run the command and watch it work.
+
Zero config in 4 steps
+
It reads your project, detects your stack, and generates only what's missing. That's it.
1
-
Run one command
-
npx shipkit-pipe in your project directory. That's it.
+
npx shipkit-pipe
+
Run it in your project directory. No install, no signup, no config files needed upfront.
2
-
Auto-detection
-
ShipKit analyzes your project structure, dependencies, and config files to identify your stack.
+
Reads your project
+
Scans package.json, lock files, git remote, and npm registry to detect your stack, CI platform, and available scripts.
3
-
Config generation
-
CI/CD workflows, monitoring, security scanning, and AI agent docs are generated for your exact stack.
+
Generates only what's missing
+
CI workflows, health checks, Dependabot, security scanning, AGENTS.md, LAST_SESSION.md — but only if they don't exist.
4
-
Ship faster
-
Everything is in place — push code, get feedback, deploy with confidence. Your dev team in a CLI.
+
Ship with confidence
+
Push code. CI runs automatically. Health monitoring starts. Your AI agent knows your project. Everything in place.
@@ -462,18 +468,18 @@
Ship faster
Detection
-
Detects your stack automatically
-
Reads package.json, Cargo.toml, go.mod, and more. No manual configuration needed.
+
Detects your setup automatically
+
Reads your package files, git remote, and scripts — then generates CI that matches exactly what you have.
-
Stack
CI/CD
Lint
Test
Docker
Deploy
+
CI Platform
Package Manager
Has Lint
Has Tests
Has Build
Deploy URL
-
TypeScript / React
✓
✓
✓
✓
auto
-
Python / Django
✓
✓
✓
✓
auto
-
Go
✓
✓
✓
✓
auto
-
Rust
✓
✓
✓
✓
auto
-
Node.js
✓
✓
✓
—
auto
+
GitHub Actions
npm
✓
✓
✓
auto
+
GitHub Actions
pnpm
✓
✓
—
auto
+
GitHub Actions
yarn
—
✓
✓
—
+
GitLab CI
npm
✓
✓
✓
auto
+
Bitbucket
npm
—
—
✓
—
@@ -522,7 +528,7 @@
Frequently asked questions
-
ShipKit supports Node.js, TypeScript, React, Next.js, Python, Django, Go, Rust, and more. If your stack isn't listed, you can extend detection via a simple plugin API.
+
Any Node.js >=18 project works. ShipKit auto-detects your CI platform (GitHub Actions, GitLab CI, Bitbucket), package manager (npm, pnpm, yarn, bun), and available scripts — no stack configuration needed.
@@ -542,7 +548,7 @@
Ship faster with confidence
Copy command & start
-
npx shipkit-pipe • No signup • Works offline
+
npx shipkit-pipe • Zero dependencies • Works offline