vercel-deployment
Installation
SKILL.md
Vercel Deployment
This skill helps you deploy and configure Next.js applications on Vercel following best practices.
Quick Deploy Checklist
- Environment variables set in Vercel dashboard
- Build command configured (default:
next build) - Output directory correct (default:
.next) - Node.js version specified (20.x recommended)
- Database accessible from Vercel's network
- Secrets not committed to git