logo logo

G2S Website Builder

Microsoft Azure Hosted Websites

G2S Website Builder

DOWNLOAD NOW
azure-logo-600

Host Websites For Pennies

Thanks to Microsoft Azure and the G2S Website Builder.

The G2S Website Builder uses Microsoft Azure to host websites This means your site will be hosted on lightning fast servers with world-class security and cost you next to nothing to host.

g2s-website-builder-code-editor

Code Editor & Preview 😎

What good is a website builder without a code editor. The G2S Website Builder lets you edit your HTML, CSS and JavaScript code all on one screen, at the same time as seeing the output result in the preview window. Simply drag the code editor up from the bottom of the screen.

Automatic WebP Images

WebP, the Superior Image Format by Google

The G2S Website Builder automatically converts your images to WebP format, you don't need to do anything.

WebP is a new image format developed by Google, WebP provides superior compression for images on the web. Using WebP, you can create smaller, richer images that make your websites load much faster.

Read more on WebP


Write your image code like this

								
<img src="imgs/cat.png" alt="auto" webp="true">
								
    

G2S automatically converts it to this

								
<picture>
	<source type="image/webp" srcset="imgs/cat.webp">
	<img src="imgs/cat.png" alt="cat">
</picture>