Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Install a Lovable.dev content on an Infomaniak web hosting

Update 06/30/2026

This guide explains how to publish an application created with Lovable, using a Node.js site on Infomaniak.

 

Prerequisites

  • A Lovable project on a paid Lovable plan, synchronized with a GitHub repository.
  • A Node.js site.
  • A domain name or subdomain intended for the application.

 

1. Synchronize the Lovable project with GitHub

To do this:

  1. Open the project in Lovable.
  2. Open the project settings.
  3. Go to the Git > GitHub section:
  4. Connect the project to a GitHub account.
  5. Wait for the GitHub repository to be created and the synchronization to complete.

 

2. Download the ZIP archive from GitHub

To do this:

  1. Open the GitHub repository associated with the Lovable project.
  2. In GitHub, click on Code.
  3. Click on Download ZIP:
  4. Keep the downloaded ZIP archive.

 

3. Create the Node.js site on Infomaniak

To do this:

  1. Go to the relevant Web Hosting in the Infomaniak Manager.
  2. Click on the button to add a site.
  3. Select a project with advanced technologies.
  4. Choose Node.js.
  5. Associate the domain name or subdomain intended for the application.
  6. Select the custom method:
  7. Choose import via ZIP archive.
  8. Import the ZIP archive downloaded from GitHub:

Then, enter the following values:

  • Build command:

    npm install && npm run build
  • Run command:

    npm start

Save the configuration.

Your site is published.


Has this FAQ been helpful?