---
name: skill-tools/deploy-vercel
source: https://app.decimal.ai/s/skill-tools-deploy-vercel@2/SKILL.md
source_sha256: 594946159346
---

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