Export your website for FREE with Webflow

In this article I will tell you how to export code from Webflow on a free plan. Below is a screenshot of my account, as you can see the plan is 0 $ / mo

Webflow Pricing

Webflow Pricing

The first thing we do is publish our website.

Step 1

Step 1

Download and upload the program visual studio code.

Step 2

Step 2

Open the site in the browser, right-click and select view page code.

Step 3

Step 3

Select all the code (Ctrl+A) and copy.

Step 4

Step 4

Step 5 (1)

Step 5 (1)

Find the link to the style (Ctrl + F), type “.CSS” in the search (1), copy and paste into the browser (2), now select everything (Ctrl + A) and copy the styles (3).

Step 13 (1)

Step 6 (1)

We return to the program, create a file styles.css (1), insert the code. in the file index.html instead of the link to the style we write the path to the style file “./styles.css”. (2)

Step 7 (1)

Step 7 (1)

Step 7 (2)

Step 7 (2)

Now we find the link to JavaScript (Ctrl + F), type “.js” in the search, copy it (1) and paste it into the browser (2). Copy the script (3), create a new file script.js (4) and paste the copied code into it (5). In the index.html file, instead of the link to javascript, write the path to the script file (6).

Step 8 (1)

Step 8 (1)

Step 8 (2)

Step 8 (2)

Step 8 (3)

Step 8 (3)

Step 8 (4)

Step 8 (4)

Step 8 (5)

Step 8 (5)

Step 8 (6)

Step 8 (6)

We open the extensions, find and install Live Server (1), right-click inside the html code and select “Open with Live Server” (2), and now we see that the exported site opens (3).

Step 10 (1)

Step 10 (1)

Step 10 (2)

Step 10 (2)

Step 10 (3)

Step 10 (3)

Step 11 (1)

Step 11 (1)

Step 11 (2)

Step 11 (2)

Step 11 (3)

Step 11 (3)

Just like with the first page, we change the links to the style and script.

Step 12

Step 12

Step 12

Step 12

In the index.html file we find the contact path link (1) and add .html at the end (2), now our link is correct.

Step 13 (1)

Step 13 (1)

Step 13 (2)

Step 13 (2)

We open the exported site and see that everything works, now archive this folder and upload it to your hosting, unpack it on the hosting, that's all your site is on the Internet.

Pages and links are working

Pages and links are working


If you succeeded, put likes, and if you also liked it, then subscribe to my TG channel: typedigital.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *