deployment

Installation
SKILL.md

Deployment Skill

Overview

Deploy Next.js applications to various platforms with optimal configurations.

Capabilities

  • Vercel: Zero-config deployment
  • Docker: Containerized deployment
  • Self-Hosting: Node.js server
  • Static Export: Static site generation
  • Edge Runtime: Edge function deployment

Examples

# Dockerfile for Next.js
FROM node:18-alpine AS builder
Related skills
Installs
5
GitHub Stars
2
First Seen
Jan 26, 2026