What problem does it solve? Deploying Next.js applications to Vercel involves many pitfalls: leaked secrets via NEXT_PUBLIC_ variables, edge runtime incompatibilities, cold start issues, caching confusion, and environment misconfiguration. This Skill provides expert patterns and sharp-edge warnings to deploy correctly the first time. ## Core Features & Use Cases - Environment Variable Management: Correctly separate public, private, and per-environment (development/preview/production) variables. - Runtime Selection Guidance: Choose between Edge and Node.js serverless runtimes based on API compatibility and cold-start requirements. - Troubleshooting Playbooks: Diagnose CORS errors, function timeouts, stale cached pages, oversized bundles, and missing runtime env vars. - Use Case: A team setting up preview deployments for pull requests uses this Skill to configure separate staging databases, protect preview URLs, and avoid corrupting production data. ## Quick Start Ask the AI to review your Next.js project configuration and guide you through deploying it to Vercel with proper environment variables and runtime settings.