What This Skill Does
Deploy applications to Vercel with preview and production URLs. No authentication required — returns a preview URL and a claimable deployment link.
When to Use It
- Deploying a web app or site to Vercel
- Creating preview deployments for review
- Pushing to production
- Getting a shareable deployment URL
Workflow
# Preview deploy (default)
vercel
# Production deploy
vercel --prod
Key Features
- Zero-config deployment for most frameworks
- Automatic preview URLs for every push
- Claimable deployments (no auth needed to deploy)
- Framework auto-detection (Next.js, React, Vue, etc.)