Build & Host Your Business Website for Free!

Faceless Men

Senior Member
Joined
Nov 18, 2016
Messages
1,041
Reaction score
996
Today, I will show you how you can build & host your business website for free.

Requirements: Webflow knowledge or HTML/CSS knowledge

1. Go to webflow.com/templates and select any template you like (Doesn't matter if it's paid if you have HTML/CSS knowledge)

2. If you want to build website using webflow, you will need to select free template. Then build your site in webflow.

3. You will get yoursite.webflow.io website.

4. After that, go to the website and copy source code to index.html file

5. Then, download .CSS file to /css/style.css (webflow.css), /js/jquery.js & /js/script.js (webflow.js)

6. Replace default links in index.html and other pages with your local links

Eg. Replace https//assets.webflow.xx/css/webflow.css with /css/style.css

7. Upload your site folder to cloudflare pages & add a domain to your site

I host 2 business sites using this method for 2 years now. They work exceptionally well and load fast because they are hosted on CDN
 
Here's a tutorial I found -

Webflow to HTML/CSS

Cloudflare Pages
 
Here's a tutorial I found -

Webflow to HTML/CSS

Cloudflare Pages
Cloudflare and github pages are good as well. Both are very fast and free for static html hosting. It is good enough for small business usage.
 
Today, I will show you how you can build & host your business website for free.

Requirements: Webflow knowledge or HTML/CSS knowledge

1. Go to webflow.com/templates and select any template you like (Doesn't matter if it's paid if you have HTML/CSS knowledge)

2. If you want to build website using webflow, you will need to select free template. Then build your site in webflow.

3. You will get yoursite.webflow.io website.

4. After that, go to the website and copy source code to index.html file

5. Then, download .CSS file to /css/style.css (webflow.css), /js/jquery.js & /js/script.js (webflow.js)

6. Replace default links in index.html and other pages with your local links

Eg. Replace https//assets.webflow.xx/css/webflow.css with /css/style.css

7. Upload your site folder to cloudflare pages & add a domain to your site

I host 2 business sites using this method for 2 years now. They work exceptionally well and load fast because they are hosted on CDN
so in this method, I only need to buy a domain and hosting is free?
 
Back
Top