Infrastructure Templates
6 templates — all MIT licensed and production-validated.
Showing 6 templates
Docker Next.js Standalone
Multi-stage Docker build for Next.js with standalone output. Minimal production image under 200MB.
Kubernetes Next.js Deployment
Production Kubernetes Deployment + Service + HPA for Next.js. Includes resource limits, health checks, and rolling update strategy.
GitHub Actions Next.js CI
Complete CI pipeline for Next.js: typecheck, lint, test, and build with caching. Runs on PRs and main branch pushes.
GitHub Actions npm Publish
Automated npm package publishing with Changesets. Handles versioning, changelogs, and GitHub releases on merge to main.
Docker Compose Dev Stack
Local development stack with Next.js app, PostgreSQL, Redis, and pgAdmin. Hot reload enabled with volume mounts.
Kubernetes Ingress with TLS
Kubernetes Ingress with cert-manager for automatic TLS certificate provisioning via Let's Encrypt. Includes NGINX ingress class.