---
title: "Hostinger"
description: "Deploy your Nuxt Application to Hostinger Node.js Hosting."
canonical_url: https://nuxt.com/deploy/hostinger
last_updated: 2026-04-15
---

# Hostinger

> Deploy your Nuxt Application to Hostinger Node.js Hosting.

## Deploy using Git

1. Push your code to a GitHub repository.
2. Log in to [hPanel](https://hpanel.hostinger.com), go to **Websites** and click **Add Website**.
3. Select **Node.js Apps**, then choose **Import Git Repository**.
4. Authorize Hostinger to access your GitHub account and select your repository.
5. Hostinger will automatically detect your Nuxt app and suggest build settings.
6. Click **Deploy** — your application will be built and go live automatically.

After deployment, every push to your repository will trigger a new build and redeploy your application automatically.

## Deploy by uploading files

1. Compress your project files into a `.zip` archive.
2. In hPanel, go to **Websites → Add Website → Node.js Apps**, then select **Upload your website files**.
3. Upload the `.zip` file and confirm the build settings.
4. Click **Deploy**.

Learn more about [Node.js deployments](https://www.hostinger.com/support/how-to-deploy-a-nodejs-website-in-hostinger/) on Hostinger.
