NetrunHome

Front-end and static sites

How to put a static site (HTML, CSS, JS) online

· 3 min read

To put even a simple site of a few files online, you usually have to buy hosting, figure out FTP, connect a domain and set up HTTPS. For a portfolio or a one-page business card that is far too much hassle.

In Netrun you just upload the folder with your site, and we serve it over a link with a secure connection. Here is how to do it.

  1. Gather your site files#

    Put all the files in one folder: name the main page index.html, and keep the styles, scripts and images next to it. Check that the site opens on your computer by double-clicking index.html.

  2. Upload the site to Netrun#

    Pack the folder into a ZIP archive or connect a GitHub repository. Netrun recognizes that this is a static site, so there is nothing to build or configure.

  3. Get the link#

    After the upload Netrun gives you a public address with HTTPS. The site opens right away for everyone you share the link with.

  4. Update whenever you need to#

    Changed some text or images? Upload the new version and the site updates at the same address.

For a portfolio, a business card or a landing page the Free plan is enough. Sites built with a website builder or an AI tool are deployed the same way. Try Netrun.

Get your own project online

Upload your code, answer a couple of questions and get a working link. There is a free plan

Try Netrun
All blog articles