What problem does it solve? Deploying and operating applications on Hostinger requires choosing between shared and VPS tiers, configuring Git/SFTP/PM2 deployment, provisioning MySQL/MariaDB databases, and managing SSL, DNS, and email through hPanel — all while respecting the tight connection and process caps of budget hosting plans. ## Core Features & Use Cases - Tier selection and deployment: Choose shared hosting for PHP/static sites or VPS for Node daemons, then deploy via Git or SFTP with PM2 process supervision and restart-on-boot. - Database, SSL, and DNS provisioning: Create least-privilege MySQL/MariaDB users in hPanel, force HTTPS with auto-renewing certificates, and manage DNS zone records with propagation-aware cutovers. - Use Case: Deploy a Node application with MySQL to a Hostinger VPS — the skill routes to the deployment playbook, sets up PM2 with a startup hook, configures a pooled least-privilege database user, automates certificate renewal, and plans the DNS cutover. ## Quick Start Deploy my Node app to a Hostinger VPS with PM2, a MySQL database, HTTPS, and a DNS cutover plan.