Deploy Vercel

Deploy web applications to Vercel. Use when the user wants to deploy, publish, or ship a Next.js or React app to Vercel hosting.

skill-tools 3ff8847 724 B Updated

File contents

Deploy to Vercel

Deploy your web application to Vercel with zero configuration.

Prerequisites

  • Vercel CLI installed (npm i -g vercel)
  • Authenticated with vercel login

Steps

  1. Run vercel in the project root
  2. Follow the prompts to link your project
  3. Verify deployment at the provided URL

Example

vercel --prod

Error Handling

  • Authentication failed: Run vercel login again
  • Build failed: Check the build logs with vercel logs
  • Domain issues: Verify DNS settings with vercel domains ls

skill-tools/skill-tools/tree/main/packages/skill-tools/test/fixtures/good-skill commit 3ff884740c

Frequently asked questions

npx skillmds@latest add skill-tools/deploy-vercel-2