vercel-deploy
Installation
SKILL.md
Vercel Deployment
Goal
Deploy web frontends, dashboards, serverless API endpoints, and webhook receivers to Vercel. Free tier is generous. Best for the "web face" of your automations.
When to Use
- React/Next.js frontends and dashboards
- Serverless API endpoints (webhook receivers, form handlers)
- The "client-facing layer" — what users see and interact with
- Static sites, landing pages, documentation
When NOT to Use
- Always-on bots (use Koyeb)
- Scheduled tasks (use GitHub Actions)
- Heavy AI/GPU workloads (use Modal)
- Long-running processes >60 seconds