nextjs-deploy
Installation
SKILL.md
Next.js Preview & Deploy
Overview
Safely preview changes and deploy Next.js applications to production.
Quick Commands
# Development preview (hot reload)
npm run dev
# Production build (catches errors)
npm run build
# Production preview (exactly what will deploy)
npm run build && npm run start