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
- Which Hostinger account / Node.js hosting plan to use (call the MCP
list_hosting_planstool if ambiguous). - The target domain or subdomain.
- Framework / preset — SvelteKit, Hono, Remix, Fastify, Astro, Next.js, or "generic Node".
- Node.js version (default to the LTS supported by the chosen plan).
- Entry point / start command (
npm start,node server.js, etc.). - Required environment variables (read from a
.envfile if present, but never commit it). - Source: local directory, Git repository, or zip bundle.