SiteGround Adds a Free Website Builder
Service Updates
•
SiteGround Adds a Free Website Builder
1 min read •Iskra Rasheva
As of January 2025, SiteGround has introduced the SiteGround Website Builder—our new, in-house website creation tool. Included for free with all hosting plans, it offers an intuitive drag-and-drop interface, professional templates, built-in SEO features, and AI-powered content generation.
As many of you know, we work with various CMS’s – WordPress, Joomla, Magento being some of the top favorites of our customers. No matter how straightforward we think these CMS’s are though, many customers have difficulties working with them. This is why we spent some time looking for the easiest website builder that we could integrate into our platform and offer to our customers as a solution to their hassles. We are happy to say that we found it in Weebly – a powerful yet simple drag & drop website building tool.
Drag & Drop Builder
The easy drag & drop builder allows you to create a professional website with no technical skills required. Content elements (like text, photos, maps, and videos) are added to your website by simply dragging and dropping them into place.
Responsive Themes
You can choose from a wide variety of mobile-ready themes to kick-start your website. From ultra-modern, to bold and classic, the themes fit various design preferences while being automatically mobile-optimized for any screen size from desktops to phones and tablets.
Complete eCommerce Solution
Want to start an online store? You can use the complete eCommerce solution to provide a smooth online shopping experience. There are sophisticated storefront themes, payment options and more.
How to get started?
The free sitebuilder is available to all our customers. Login to your account and enable it from your User Area > My Accounts > Sitebuilder tab for any of your domains.
In addition to the free version, we are also offering Weebly’s upgrade plans (Starter, Pro and Business).
So get started and build your website in minutes!
Thanks!
Please check your email to confirm your subscription.


Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}
blog_subscribing_started = true;
blog_subscription_hide_errors(form);
grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});
});
})
function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘