deploy-nodejs-app
Installation
SKILL.md
Deploy an app to Hostinger
When to use
- User says "deploy this to Hostinger", "ship this app", or "put this live on ".
- User wants to redeploy a project that already lives on Hostinger.
Inputs to gather first
- Target domain. Call
hosting_listWebsitesV1if it's ambiguous — filter with thedomainparameter, or page through withpage/per_page. - Whether the project needs a build. A
package.jsonwith abuildscript means yes; a folder of finished HTML/CSS/JS means no. - Project root, if it isn't the repo root (monorepos).
- Any build overrides the user already knows they need — Node version, package manager, entry file, output directory.
See rules/nodejs-deployments.mdc for the full list of accepted override values. Do not invent app_type values.