What problem does it solve? Deploying applications to bare-metal or VPS servers involves error-prone manual configuration of process managers, reverse proxies, firewalls, and logging, where a single mistake can cause downtime or security breaches. ## Core Features & Use Cases - Systemd Service Architecture: Create hardened service units with dedicated users, auto-restart policies, and security directives instead of fragile pm2 or screen sessions. - Nginx Reverse Proxy Setup: Configure SSL termination, security headers, gzip compression, and WebSocket support in front of Node, Python, or Ruby applications. - Server Hardening & Log Rotation: Apply SSH key-only authentication, UFW firewall rules, Fail2Ban brute-force protection, and logrotate policies to prevent disk-full outages. - Use Case: You just provisioned a fresh VPS for a Node.js API. Use this Skill to generate the systemd unit file, Nginx site config with Let's Encrypt SSL, UFW rules, and logrotate policy in one guided workflow. ## Quick Start Ask the AI to set up a production deployment for your Node.js app on a fresh Ubuntu VPS with Nginx, SSL, and a systemd service.