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
Installs
1
GitHub Stars
1
First Seen
Sep 11, 2026
nextjs-deploy — teng-ai/claude-code-setup-guide