From 547bb56bf4c4b11ed8ab1c640baa67d426305019 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 25 May 2026 10:35:01 +0530 Subject: [PATCH] fix: match landing page text to actual CLI output and templates --- docs/index.html | 160 ++++++++++++++++++++++++------------------------ 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/docs/index.html b/docs/index.html index de4bd2e..7e90ad1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,9 +4,9 @@ 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
-CI/CD Status -● Active +CI/CD +● Generated
-
0
-
pipelines ready to run
+
ci.yml
+
Only steps you have (lint/test/build)
Health -● 99.9% +● Generated
-
0
-
uptime last 30 days
+
health.yml
+
Pings your site every 6 hours
-Security -● Secure +Agent +● Generated
-
0
-
vulnerabilities found
+
AGENTS.md
+
AI knows your project
-Detected config +Detected ● auto
-
"name": "shipkit" -"stack": "node" -"framework": "nextjs" -"ci": true -"monitoring": true -"security": true
+
Project: shipkit-pipe +Platform: github (sagar-grv/shipkit) +PM: npm +Node: 18 +Scripts: test +Deploy: None detected
@@ -342,39 +342,39 @@

Your entire dev team
in one CLI command Features -

Everything you need to ship faster

-

One command provisions your entire infrastructure — CI/CD, monitoring, security, and agent config. Works with any stack.

+

What ShipKit does

+

Reads your project, detects your stack, and generates only what's missing. Zero dependencies. Works offline.

🔍
-

Auto Stack Detection

-

Reads your project structure, package files, and dependencies to identify your exact stack. Zero configuration needed.

+

Auto-detect & generate

+

Reads your project files — package.json, lock files, git remote — and identifies your exact stack. Zero config needed.

-

Instant CI/CD

-

Generates optimized GitHub Actions workflows from your stack. Lint, type-check, test, build, and deploy — automatically.

+

Smart CI/CD

+

Generates CI that ONLY includes steps you have (lint/test/build). Supports GitHub Actions, GitLab CI, and Bitbucket Pipelines.

📊
-

Health Monitoring

-

Configures uptime checks, error tracking, performance budgets, and alerts. Know before your users do.

+

Health monitoring

+

Pings your site every 6 hours. Auto-creates a GitHub Issue if your site goes down, and closes it when it recovers.

-
🛡️
-

Security Scanning

-

Enables dependency auditing, secret detection, SAST, and container scanning. Catch vulnerabilities in CI, not production.

+
🤖
+

AI agent config

+

Creates AGENTS.md so your AI agent knows your project — stack, rules, CI/CD, and session continuity instructions.

-
🤖
-

AI Agent Config

-

Generates AGENTS.md tailored to your project. AI assistants understand your stack, structure, and conventions instantly.

+
🛡️
+

Security + deps

+

Adds Dependabot for weekly updates, CodeQL security scanning, and npm audit. Catches vulnerabilities in CI.

-
📦
-

Dependency Management

-

Auto-configures Dependabot for npm, pip, cargo, go modules, and more. Weekly updates with auto-merge for patches.

+
🎯
+

Zero dependencies

+

One Node.js script. No npm packages to install. Runs offline. Just npx shipkit-pipe and done.

@@ -385,7 +385,7 @@

Dependency Management

Demo

See it in action

-

Run a single command and watch ShipKit analyze your project, generate configurations, and set up your entire pipeline.

+

Run a single command. ShipKit reads your project, detects your stack, and generates everything you need — in seconds.

@@ -401,25 +401,31 @@

See it in action

-# generated .github/workflows/ci.yml +# Generated by ShipKit name: CI -on: [push, pull_request] +on: + pull_request: + branches: [main] + push: + branches: [main] jobs: - build: + ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - run: npm ci - run: npm test
# 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.

- + - - - - - + + + + +
StackCI/CDLintTestDockerDeploy
CI PlatformPackage ManagerHas LintHas TestsHas BuildDeploy URL
TypeScript / Reactauto
Python / Djangoauto
Goauto
Rustauto
Node.jsauto
GitHub Actionsnpmauto
GitHub Actionspnpmauto
GitHub Actionsyarn
GitLab CInpmauto
Bitbucketnpm
@@ -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