# next-deployment > Prepare deployment targets for Next.js apps. - Author: Adam Winick - Repository: sinelanguage/cursor-config-nextjs - Version: 20260202191819 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sinelanguage/cursor-config-nextjs - Web: https://mule.run/skillshub/@@sinelanguage/cursor-config-nextjs~next-deployment:20260202191819 --- --- name: next-deployment description: Prepare deployment targets for Next.js apps. disable-model-invocation: true --- # Next.js Deployment Configure deployment for Vercel, Node, or container targets with explicit runtime settings. ## When to Use - Setting up deployment strategy - Aligning build outputs with infrastructure ## Inputs - Target environment (Vercel, Node, container, static export) - Runtime requirements (edge vs node) - Build output constraints ## Instructions 1. Confirm deployment target and runtime constraints. 2. Ensure `next.config.ts` aligns with target output. 3. Add environment variables via `.env.*` and platform secrets. 4. Verify `next build` output and start command. 5. Validate edge vs node support for all routes. ## Output - Deployment-ready configuration guidance.