# 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: `skill-tools/deploy-vercel-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add skill-tools/deploy-vercel-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/skill-tools/deploy-vercel-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: skill-tools (https://skillmd.com/u/skill-tools)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/skill-tools/deploy-vercel-2

---


# 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

```bash
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`

