Skip to content
scsiwyg
sign insign up
get startedmcpcommunityapiplaygroundswaggersign insign up
Wiki/Skills Reference/Standalone Commands/

/deploy

High confidence

Updated 25 Apr 2026 by David Olsson

/deploy

Deploys projects to Vercel or Netlify. Detects project type, configures the platform, verifies the build locally, and produces a live URL.

Trigger: deploy, deploy to vercel, deploy to netlify, ship it, put this live Output: Live URL Type: Standalone command with 2 sub-skills

Sub-Skills

SkillPlatform
vercel-deployerVercel
netlify-deployerNetlify

Workflow

  1. Detect project type (static HTML, Next.js, React SPA, Vue, Astro, Node.js)
  2. Set build command, output directory, framework preset automatically
  3. Identify environment variables from .env.example or .env.local
  4. Run build locally to verify before deploying
  5. Deploy to chosen platform
  6. Return live URL

Supported Project Types

TypeBuild CommandOutput
Static HTML(none). or public/
Next.jsnext build.next
React SPAreact-scripts build or vite buildbuild/ or dist/
Vuevite builddist/
Astroastro builddist/
Generic Node.jsnpm run buildvaries

See also