Loading...
Loading...
Deploy applications to Vercel with automatic framework detection
npx skill4agent add wojons/skills vercel-deploy# Deploy current directory to Vercel
agent: Deploy this application to Vercel
# Deploy with specific settings
agent: Deploy to Vercel with production environment variables
# Check deployment configuration
agent: Check if this project is ready for Vercel deployment## Vercel Deployment
**Project Detected:** Next.js 14 (App Router)
**Framework:** @vercel/nextjs
**Deployment Configuration:**
- Build Command: npm run build
- Output Directory: .next
- Node Version: 18.x
**Deployment Commands:**
```bash
# Install Vercel CLI
npm i -g vercel
# Deploy
vercel --prod
## Notes
- Requires Vercel CLI or GitHub integration
- Supports automatic framework detection for 40+ frameworks
- Handles both static sites and server-side applications
- Provides claimable deployments for ownership transfer