What problem does it solve? Deploying Next.js applications to production involves many moving parts: environment variables, preview deployments per pull request, edge functions, custom domains, and performance monitoring. This Skill provides guidance for configuring and operating Vercel deployments correctly. ## Core Features & Use Cases - Production & Preview Deployments: Deploy Next.js apps with vercel --prod and set up automatic preview deployments per pull request. - Configuration Management: Handle environment variables per environment, redirects, rewrites, headers, custom domains, and SSL. - Performance & Edge: Use Vercel Edge Functions, incremental static regeneration, build caching, serverless function regions, and Vercel Analytics. - Use Case: A team working in a Turborepo monorepo needs each pull request to produce an isolated preview URL while production deploys run from the main branch with region-pinned serverless functions and Vercel Postgres storage. ## Quick Start Ask the assistant to deploy your Next.js application to Vercel production and configure preview deployments for every pull request.