One-command deployment assistant. Generate Dockerfiles, docker-compose configs, Nginx configs, CI/CD pipelines, Vercel/Netlify configs, Kubernetes manifests,...
From local to production — deployment configs generated in seconds.
bash scripts/deploy.sh <command> <project_type> [options]
Where project_type is one of: node, python, go, java, static
docker <type> — Multi-stage Dockerfile with security best practicescompose <type> — docker-compose.yml with common middlewarenginx <type> — Nginx config (reverse proxy / SPA / static site)ssl <domain> — SSL/Let's Encrypt certificate configci <platform> — CI/CD pipeline (github / gitlab / jenkins)vercel <type> — vercel.json configurationnetlify <type> — netlify.toml configurationk8s <type> — Kubernetes Deployment + Service + Ingress YAMLSide project → Vercel / Netlify (zero config)
Small team → Docker Compose + Nginx
Production → K8s + CI/CD + SSL
ZIP package — ready to use