For the complete documentation index, see llms.txt. This page is also available as Markdown.

Supported Frameworks

Overview of frontend, backend, and dual-mode Node.js frameworks supported on Hostinger, with links to per-framework build settings and app_type values.

Your Node.js app must be built with one of the frameworks below. Pick the page for your framework to see app_type, build settings, and mode-specific configuration.

Hostinger auto-detects most frameworks from package.json — whether you import a GitHub repository or upload an archive. You can override the choice in hPanel or via the API.

Frontend (static / client-rendered)

Builds to a directory of files; Hostinger serves them directly — no running server process.

Backend (server-rendered)

Keeps a long-lived Node.js process alive to handle requests — SSR, APIs, full-stack.

Dual-mode (static or server)

Support both, depending on your project configuration:

Not on the list?

Pick Other (other) as the application type. You provide the build script, output directory, and entry file — Hostinger runs them without framework-specific defaults.


Last updated: August 17, 2026

Last updated

Was this helpful?