What problem does it solve? Deploying AI agent SaaS applications to production involves complex decisions about infrastructure, scaling, environment management, and CI/CD automation. This Skill provides concrete deployment patterns and configurations so you can ship production systems without designing everything from scratch. ## Core Features & Use Cases - VM + Docker Deployment: Step-by-step VM provisioning, Docker Compose production configurations, Nginx reverse proxy setup, and SSL certificate installation. - Scaling Strategies: Horizontal scaling with load balancers, Docker Swarm orchestration, and Kubernetes deployments with Horizontal Pod Autoscalers. - CI/CD & Environment Management: GitHub Actions pipelines for Vercel and Docker, multi-environment variable strategies, and secrets management. - Use Case: You have a Next.js frontend and Python backend for an AI agent platform. Use this Skill to provision an AWS EC2 instance, containerize both services, configure Nginx with SSL, and set up a GitHub Actions pipeline that builds and pushes Docker images on every merge to main. ## Quick Start Ask the AI to generate a production Docker Compose configuration and Nginx reverse proxy setup for deploying your AI agent SaaS on a VM.