The command
AcePilot's deploy pipeline auto-detects your platform from config files, chooses the optimal deploy strategy, and verifies everything after deployment.
Supported platforms
Vercel
Detected via vercel.json or .vercel/. Static sites use direct upload (zero build minutes).
GitHub Actions
Creates PR, lets CI handle preview. Polls for preview URL. Never bypasses CI.
Netlify
Detected via netlify.toml. Runs netlify deploy --prod after build.
Docker
Detected via Dockerfile. Builds image, pushes to registry.
GitHub Pages
Detected via gh-pages branch. Builds and pushes to pages.
FTP / File Manager
Detected via .htaccess or DEPLOY.md. Generates manual deploy instructions.
What AcePilot does
Detect platform
Scans for config files (vercel.json, netlify.toml, Dockerfile, .github/workflows/). No manual setup.
Build (if needed)
Runs your build command. Static sites skip this step entirely — zero build minutes wasted.
Deploy
Pushes to detected platform. GitHub Actions projects create a PR and let CI handle it.
Verify (7-point checklist)
Fetches live page (200?), checks assets load, no mixed content, critical paths work, mobile renders at 375px, zero JS console errors, forms submit.
The verification checklist
Deploy isn't done until all checks pass:
- HTTP 200 — live page returns success
- Assets load — images, CSS, JS all return 200
- No mixed content — HTTPS page doesn't load HTTP assets
- Critical paths — hero to CTA to pricing to checkout navigable
- Mobile viewport — renders at 375px without horizontal scroll
- Zero JS errors — no console errors on page load
- Forms submit — POST requests succeed
If any check fails, AcePilot fixes the issue and re-runs the checklist. Common catches: wrong image paths, CSS not deployed, hardcoded localhost URLs, missing build artifacts.
When to use this
- Ship a new project from zero to live URL in one session
- Deploy updates with confidence — automated verification catches what you miss
- Eliminate deployment checklists — AcePilot runs them for you
- Switch platforms without rewriting deploy scripts
$ cd acepilot && ./acepilot-14.0/install.sh
# In your project directory
$ claude
> /acepilot ship
Ship to production in one command
Free tier. No credit card. Install in 30 seconds.
Install AcePilot free