Skip to main content
All CollectionsHostinger Horizons
Hostinger Horizons: How to export code
Hostinger Horizons: How to export code

Learn how to export your web application code, access its backend and make manual changes

Updated over a week ago

Users now can export their project code inside Horizons - this means that you are able to access backend and be able to manually make changes inside your projects 🚀

You are able to export your web application project by following the steps below:

Once you exports Horizons project, there is no way to import it back to Horizons and continue with prompting.

Basically, the result exports the code base, which can be edited and hosted it in any place that supports static file hosting, essentially, HTML/JS/CSS hosting.

Note: the exported content is actually node.js/React project (not HTML/JS/CSS files needed for web app hosting). To convert project to something that can be hosted, you need to run command line tools.

Once you have exported your project, it will be downloaded in a .ZIP file format. If you want to use it inside Hostinger, the best recommendation here would be to go to the Websites tab, click on "Add Website", select "Empty Website", as below:


Then, you can proceed with customizing it the way you want 🚀

You can also request Horizons to generate a code for you to add your webapp to another website, for example, by asking to generate it via <head> and <body> codes.

Currently, you are unable to import your custom codes from 3rd party platforms like GitHub.

Did this answer your question?