Skip to main content
← Tutorial Hub

DEPLOY

Step 3 of 3

Deploy — a rocket on a launchpad with deploy target indicators

Target acquired. I deploy to all six. Tell me which one and I'll handle the rest — provisioning, DNS, SSL, monitoring, backups. You just need to set the deploy target in your PRD frontmatter.

Kusanagi avatarKusanagi

6 DEPLOY TARGETS

VPS

Full control with SSH provisioning

Vercel

Zero-config for Next.js, edge CDN

Railway

Simple container deploy with managed DB

Cloudflare

Workers + Pages on the edge

Docker

Containerized deploy anywhere

Static

HTML export, serve from any CDN

HOW IT WORKS

Set your deploy target in the PRD frontmatter:

deploy: "vercel"

When the build reaches Phase 12, Kusanagi takes over. She reads the DevOps methodology, runs the pre-flight checklist, and executes the full deployment sequence for your target.

For the Full tier, the Strange wizard handles provisioning interactively. For Scaffold and Core tiers, you configure deployment manually following Kusanagi's instructions in the build log.

HEALTH CHECK

After deploy, Phase 13 runs the launch checklist: SSL verified, security headers checked, monitoring active, backups tested, all flows verified in production. Only then does the build state update to LAUNCHED.