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

  1. Target domain. Call hosting_listWebsitesV1 if it's ambiguous — filter with the domain parameter, or page through with page / per_page.
  2. Whether the project needs a build. A package.json with a build script means yes; a folder of finished HTML/CSS/JS means no.
  3. Project root, if it isn't the repo root (monorepos).
  4. 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.

Steps

Installs
6
GitHub Stars
2
First Seen
Jun 18, 2026
deploy-nodejs-app — hostinger/hostinger-cursor-plugin