deploy-nodejs-app

Installation
SKILL.md

Deploy a Node.js app to Hostinger

When to use

  • User says "deploy this to Hostinger", "ship this Node app", or names a framework (SvelteKit, Hono, Remix, Fastify, Astro, Next.js).
  • User wants to redeploy a project that already lives on Hostinger Managed Node.js Hosting.

Inputs to gather first

  1. Which Hostinger account / Node.js hosting plan to use (call the MCP list_hosting_plans tool if ambiguous).
  2. The target domain or subdomain.
  3. Framework / preset — SvelteKit, Hono, Remix, Fastify, Astro, Next.js, or "generic Node".
  4. Node.js version (default to the LTS supported by the chosen plan).
  5. Entry point / start command (npm start, node server.js, etc.).
  6. Required environment variables (read from a .env file if present, but never commit it).
  7. Source: local directory, Git repository, or zip bundle.

Steps

Installs
1
First Seen
6 days ago
deploy-nodejs-app — hostinger/hostinger-cursor-plugin