> For the complete documentation index, see [llms.txt](https://docs.hostinger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostinger.com/node.js.md).

# Node.js

- [Node.js Hosting Overview](https://docs.hostinger.com/node.js/overview.md): Overview of managed Node.js hosting on Hostinger: how deployments work, supported Node versions and frameworks, build sources, and entry file requirements.
- [Creating a Node.js App](https://docs.hostinger.com/node.js/creating-an-app.md): Step-by-step guide to deploying a Node.js app on Hostinger from a GitHub repository, uploaded archive, or code editor, with build settings and troubleshooting.
- [File Structure](https://docs.hostinger.com/node.js/file-structure.md): Node.js app file structure on Hostinger — the hbuilds directory, build versions, the current symlink, and file timestamps.
- [GitHub](https://docs.hostinger.com/node.js/github.md): Connect a GitHub repository to Hostinger for automatic Node.js deployments on every push, covering the build pipeline, connection status, and troubleshooting.
- [Build Settings](https://docs.hostinger.com/node.js/build-settings.md): Reference for every Node.js build configuration option on Hostinger, covering Node version, framework, build script, output directory, entry file, and limits.
- [Deployments](https://docs.hostinger.com/node.js/deployments.md): How Hostinger records every Node.js build under Deployments in hPanel: history, per-build logs, redeploys, failed-build AI analysis, and deployment settings.
- [Environment Variables](https://docs.hostinger.com/node.js/environment-variables.md): How to set environment variables for Node.js apps on Hostinger: adding and importing .env values in hPanel, validation rules, and applying changes via redeploy.
- [Runtime Logs](https://docs.hostinger.com/node.js/runtime-logs.md): Guide to Runtime Logs in hPanel, the live view of what your Node.js app on Hostinger prints to stdout and stderr, with filters, live mode, and export options.
- [Vulnerability Scanning](https://docs.hostinger.com/node.js/vulnerabilities.md): How Hostinger scans your Node.js app's npm dependencies for known vulnerabilities and fixes them via auto-generated GitHub pull requests or manual patching.
- [Supported Frameworks](https://docs.hostinger.com/node.js/overview-1.md): Overview of frontend, backend, and dual-mode Node.js frameworks supported on Hostinger, with links to per-framework build settings and app\_type values.
- [Angular](https://docs.hostinger.com/node.js/overview-1/angular.md): Deploy Angular apps on Hostinger Node.js hosting, covering static build settings, output directories, and Angular Universal SSR via the other app type.
- [Create React App](https://docs.hostinger.com/node.js/overview-1/create-react-app.md): Deploy Create React App projects as static sites on Hostinger, covering build settings, output directory, routing fallback, and REACT\_APP\_ env variables.
- [Gatsby](https://docs.hostinger.com/node.js/overview-1/gatsby.md): Deploy Gatsby static sites on Hostinger, including build script and public output directory settings, redeploys for CMS data, and GATSBY\_ env variables.
- [Parcel](https://docs.hostinger.com/node.js/overview-1/parcel.md): Deploy Parcel-bundled static sites on Hostinger, covering the source entry HTML, build script, dist output directory, and multi-page app configuration.
- [Preact](https://docs.hostinger.com/node.js/overview-1/preact.md): Deploy Preact apps as static Vite builds on Hostinger, using the vite application type, @preact/preset-vite setup, and hPanel settings for dist output.
- [React](https://docs.hostinger.com/node.js/overview-1/react.md): Deploy React apps as static Vite builds on Hostinger, with package.json scripts, hPanel build settings, and SSR alternatives like Next.js and Astro.
- [Svelte](https://docs.hostinger.com/node.js/overview-1/svelte.md): Deploy standalone Svelte apps as static Vite builds on Hostinger, with plugin setup, hPanel build settings, and SvelteKit pointers for SSR needs.
- [Vite](https://docs.hostinger.com/node.js/overview-1/vite.md): Deploy framework-agnostic Vite projects as static sites on Hostinger, covering hPanel build settings, the dist output directory, and SSR alternatives.
- [Vue.js](https://docs.hostinger.com/node.js/overview-1/vue.md): Deploy Vue.js apps as static Vite builds on Hostinger, with plugin setup, hPanel build settings, and Nuxt.js recommendations for SSR projects.
- [Astro](https://docs.hostinger.com/node.js/overview-1/astro.md): Deploy Astro sites on Hostinger in static or SSR mode, including Node adapter setup, hPanel build settings, and per-page hybrid rendering options.
- [Next.js](https://docs.hostinger.com/node.js/overview-1/next.md): Deploy Next.js on Hostinger in server mode, covering hPanel build settings, the standalone output Hostinger applies for you, next.config requirements, and ISR support.
- [Nitro](https://docs.hostinger.com/node.js/overview-1/nitro.md): Run standalone Nitro apps on Hostinger using the node-server preset, with hPanel build settings, .output entry file path, and static pre-rendering options.
- [Nuxt.js](https://docs.hostinger.com/node.js/overview-1/nuxt.md): Deploy Nuxt.js on Hostinger in static generation or SSR mode, with hPanel build settings, .output entry file, and hybrid rendering via routeRules.
- [React Router](https://docs.hostinger.com/node.js/overview-1/react-router.md): Deploy React Router framework mode apps on Hostinger in server mode with the Express adapter, covering server.js setup and hPanel build settings.
- [SvelteKit](https://docs.hostinger.com/node.js/overview-1/sveltekit.md): Deploy SvelteKit on Hostinger in static or server mode using adapter-static or adapter-node, with hPanel settings and per-route prerendering tips.
- [Express.js](https://docs.hostinger.com/node.js/overview-1/express.md): Run Express.js apps in server mode on Hostinger Node.js hosting, with package.json setup, hPanel settings for JavaScript and TypeScript, and PORT binding.
- [Fastify](https://docs.hostinger.com/node.js/overview-1/fastify.md): Run Fastify apps in server mode on Hostinger Node.js hosting, covering hPanel build settings, 0.0.0.0 host binding, PORT configuration, and logging tips.
- [Hono](https://docs.hostinger.com/node.js/overview-1/hono.md): Run Hono apps on Hostinger Node.js hosting using the @hono/node-server adapter, with package.json setup, hPanel build settings, and PORT configuration.
- [NestJS](https://docs.hostinger.com/node.js/overview-1/nest.md): Run NestJS apps in server mode on Hostinger Node.js hosting, with nest build script, dist output, main.ts PORT binding, and static file serving notes.
