Deploy your AI Agent in 1-Click – Managed Hermes Agent Hosting starts from $9.99

Get Started Now

Open Source Website Builders: 7 Best Picks for 2026

Choosing an open source website builders is harder than it should be, because the category contains three very different kinds of software wearing the same label.

Some are libraries you embed in your own product. Some are complete applications with a login screen. Some are desktop programs that spit out a folder of HTML. Comparing them on features alone produces nonsense.

Open Source Website Builders

So this guide sorts them by what they actually are first, then ranks seven options on licence, hosting model, and output. All verified in September 2026.

If you already know you want a self-hosted visual CMS, our Instatic explainer covers the newest entrant in depth.

Quick Summary: Best Open Source Website Builders by Goal

If you want to…Use thisLicenceEffort
A complete visual CMS you host yourselfInstaticMITAn evening
The largest ecosystem on earthWordPressGPLAn evening
A ready-made visual builder with a GUISilexAGPL-3.0An evening
A framework to build your own editorGrapesJSBSD-3-ClauseA project
A modern Webflow-style visual canvasWebstudioOpen sourceAn evening
Bootstrap output with an optional CMSVvvebJs and VvvebAGPL-3.0An evening
No server at all, static outputPubliiOpen sourceAn hour

Best all-round self hosted website builder: Instatic, because the visual canvas, content model, and publisher are one application rather than a stack you assemble.

Best for ecosystem depth: WordPress, which still runs 41.90 percent of all websites as of May 2026 and has a plugin for everything.

Best for developers building a product: GrapesJS, which is a framework for building page builders rather than a builder itself.

The 3 Kinds of Open Source Website Builders

Sort every open source website builder by category first. It eliminates most of the shortlist immediately.

CategoryWhat it isYou getSuits
Complete applicationsA CMS with a login and a visual editorA running website you administerMost people building a site
Editor frameworksA JavaScript libraryA foundation for your own builderDevelopers shipping a product
Desktop generatorsA local programA folder of static files you uploadSolo site owners avoiding servers

The mistake people make is comparing a framework against an application and concluding the framework is missing features. It is not missing them; it was never trying to have them.

Rule of thumb: if you want to log in and edit a page, you want a complete application. If you want to give your customers a page editor inside your own SaaS, you want a framework.

How We Ranked Each Open Source Website Builder

Each open source website builder was scored on five criteria, weighted toward what you feel three months in.

  1. Is it a finished tool or a foundation? The single most useful distinction in this category.
  2. What licence? MIT and BSD are permissive; AGPL has obligations if you offer it as a service.
  3. What does it publish? Static files, dynamic pages, or something you host elsewhere.
  4. How much do you have to run? A container and a volume, or a full LAMP stack.
  5. How mature is it? Ecosystem size, release history, and whether it is past 1.0.

Everything below was verified in September 2026. Licences and project scope change, so check before you commit a project.

Master Comparison Table

RankToolTypeLicenceOutputSelf-host
🥇 1InstaticComplete visual CMSMITStatic HTML baked to disk✅ Yes
🥈 2WordPressComplete CMSGPLDynamic, cached✅ Yes
🥉 3SilexComplete visual builderAGPL-3.0Static HTML✅ Yes
4WebstudioVisual builderOpen sourcePublished sites✅ Yes
5GrapesJSEditor frameworkBSD-3-ClauseHTML, CSS, JS✅ Yes
6VvvebJs / VvvebLibrary plus CMSAGPL-3.0Bootstrap HTML and CSS✅ Yes
7PubliiDesktop generatorOpen sourceStatic files you upload✅ Local

The 7 Best Open Source Website Builders

🥇 1. Instatic, Best Complete Self Hosted Visual CMS

Instatic puts the canvas editor, content database, and static publisher in one server process, which is unusual in this category. Most tools do one of those three well and leave you to assemble the rest.

It is MIT licensed with roughly 8,400 stars on its GitHub repository, runs on the Bun runtime with TypeScript throughout, and stores content in SQLite by default or Postgres if you prefer.

Key features

  • Visual canvas with breakpoint frames, so each viewport is edited explicitly rather than previewed
  • A built-in design token system covering colour scales, type systems, and spacing
  • Reusable components with typed parameters, which fail loudly rather than rendering nonsense
  • A universal content model for pages, posts, and custom collections, edited in spreadsheet-style grids
  • Role-based access control from 38 capabilities, with TOTP two-factor auth and an append-only audit log
  • Sandboxed plugins running in per-plugin QuickJS-WASM with no filesystem or network access unless granted

Published pages are baked to disk as semantic HTML with compact CSS and no framework runtime, which is genuinely rare for a drag-and-drop tool.

Best for: Freelancers and studios who want visual editing and a content model on infrastructure they own.

Worth knowing: It is pre-1.0, so treat it as beta and pick projects where a rollback is survivable.

🥈 2. WordPress, Best Ecosystem by a Wide Margin

WordPress is not a visual builder on its own, and with a builder plugin it becomes the most capable option here by a distance.

W3Techs data reported by Search Engine Journal put it at 41.90 percent of all websites as of May 2026, down from 43.20 percent in December 2025. That decline is a real trend and it still leaves WordPress running more than four sites in ten.

What you get is unmatched: tens of thousands of plugins and themes, developers in every city, twenty years of documentation, and mature answers for ecommerce, memberships, and multilingual publishing.

What you take on is assembly. A design-led WordPress site typically needs a builder, a caching plugin, a forms plugin, and a security plugin from four vendors, each with its own update cadence. Our Instatic vs WordPress comparison goes through that trade in detail.

Best for: Anything needing the ecosystem, especially ecommerce or a handover to a non-technical owner.

🥉 3. Silex, Best Ready-Made Visual Builder

Silex is a complete, ready-to-use visual website builder with a full graphical interface, aimed at designers and content creators rather than developers.

It is AGPL-3.0 licensed, self-hostable, and outputs static HTML ready for deployment. That combination makes it a genuinely straightforward choice if you want to design pages and ship files without running a CMS.

The AGPL licence is worth understanding before you build a business on it, since offering modified software as a network service carries source-sharing obligations that MIT does not.

Best for: Marketing teams and design agencies producing multiple static pages.

4. Webstudio, Best Modern Webflow-Style Canvas

Webstudio is an open source visual builder positioned directly as a Webflow alternative, with a modern canvas and a component-driven approach.

It is the closest thing in this list to Webflow’s editing experience, and it has attracted a real community of designers moving away from subscription tooling.

If the Webflow editing model specifically is what you are trying to replace, put Webstudio and Instatic side by side and build the same page in each. Our Instatic vs Webflow comparison covers what that model actually involves.

Best for: Designers who want Webflow-style editing without a per-site subscription.

5. GrapesJS, Best Framework for Building Your Own

GrapesJS is a framework for building page builders, not a page builder you install and use.

It is BSD-3-Clause licensed, which is about as permissive as it gets, and it generates HTML, CSS, and JavaScript with pluggable storage so you decide where content lives.

If you are shipping a SaaS product that needs a drag-and-drop editor inside it, this is the foundation most teams reach for. If you want to build your own website this evening, it is the wrong tool and no amount of features will change that.

Best for: Developers embedding an editor in their own product.

6. VvvebJs and Vvveb, Best Bootstrap-Native Option

VvvebJs works as a drag-and-drop library and integrates with the Vvveb CMS for full website management, giving you a choice between a component and a complete system.

It is AGPL-3.0 licensed, outputs Bootstrap-compatible HTML and CSS, and supports an optional PHP and MySQL backend through the CMS integration.

The Bootstrap alignment is the deciding factor. If your team already builds on Bootstrap, this slots in naturally. If you do not use Bootstrap, the output conventions will feel imposed.

Best for: Teams already standardized on Bootstrap who want a turnkey builder.

7. Publii, Best No-Server Option

Publii takes a different shape entirely: a desktop application that builds a static site locally, which you then upload to any host.

There is no server application to secure, no database to back up, and no login page for anyone to attack. The whole attack surface of a CMS simply does not exist.

The trade is that editing happens on one machine unless you sync files yourself, which rules out collaborative teams but suits a solo owner perfectly.

Best for: Individuals who want a static site and no server administration at all.

What Self-Hosting an Open Source Website Builder Costs

Every open source website builder here is free. The infrastructure is not, and the shape of the bill differs by category.

Cost lineComplete app (Instatic, WordPress, Silex)Desktop generator (Publii)
Server$6 to $85 a month$0, plus static hosting
DatabaseIncluded or separateNone
TLS certificateFree via Let’s EncryptHandled by your static host
BackupsDatabase plus uploadsYour local files
Your time1 to 3 hours a monthNear zero

A complete application needs a real server rather than shared hosting, since it runs a persistent process and needs writable storage. This comparison of shared, VPS, and cloud hosting covers the distinction, and the managed versus self-managed question covers who does the work.

5 Mistakes When Choosing an Open Source Website Builders

Mistake 1: Comparing a framework to an application. GrapesJS is not missing a login screen; it was never meant to have one. Sort by category before you compare features.

Mistake 2: Ignoring the licence. AGPL carries obligations if you offer modified software as a network service. MIT and BSD do not. This matters if you are building a product rather than a website.

Mistake 3: Picking on the editor alone. The editor is what you use for a week. The content model, backup story, and update path are what you live with for years.

Mistake 4: Forgetting the output. Static HTML and dynamically rendered pages have very different hosting, caching, and security profiles. Decide which you want before shortlisting.

Mistake 5: Underestimating maturity. A newer tool with better design can still cost you more in workarounds than an older tool with a bigger ecosystem. Match the maturity to the stakes of the project.

Where Instatic Fits

Instatic occupies a specific gap in the open source website builder category: complete application, permissive licence, static output, modern visual editing, all in one process.

WordPress has the ecosystem but needs assembly. Silex publishes static files but is a builder rather than a CMS. GrapesJS is a foundation, not a tool. Webstudio is closest in spirit and takes a different architectural route.

What Instatic asks in return is tolerance for pre-1.0 software and a server to run it on.

xCloud Instatic Hosting removes the second half. It deploys Instatic 0.0.18 pinned by digest, generates a stable encryption key that persists across restarts, and mounts both persistent volumes for the database and uploads. Container port 3001 stays bound to localhost behind the nginx reverse proxy, with HTTPS and a free SSL certificate on your domain.

PlanPriceSpecs
Cloud VPS 6 GB$24.99/month6 GB RAM, 4 vCPU, 100 GB NVMe SSD, 30 TB bandwidth
Cloud VPS 16 GB$59.99/month16 GB RAM, 6 vCPU, 200 GB NVMe SSD, 30 TB bandwidth
Cloud VPS 24 GB$84.99/month24 GB RAM, 8 vCPU, 300 GB NVMe SSD, 30 TB bandwidth

Every tier carries unlimited sites, which is what makes one server sensible for a studio running several projects. Note that xCloud has no official partnership with the Instatic project; this is a deployment option for the open source software.

Ready to try the newest option in this category? Deploy Instatic on xCloud in one click.

Shortlist Two and Build the Same Page in Both

Picking an open source website builder is mostly a matter of sorting by category and then being honest about maturity, not about counting features.

If you want a complete tool with visual editing and clean static output, Instatic is the most interesting new option. If you need ecosystem depth or ecommerce, WordPress is still the answer and it is not close. If you are building a product rather than a website, GrapesJS is what you actually want.

So do the cheap experiment this week. Pick two from the table, build the same landing page in each, and see which one you are still enjoying at the end.

Our Instatic tutorial covers that side end to end, the hosting guide covers deployment, and the hosting comparison ranks the routes once you have decided.

If you have found this blog helpful, feel free to subscribe to our blogs for valuable tutorials, guides, knowledge, and tips on web hosting and server management. You can also join our Facebook community to share insights and engage in discussions.

Frequently Asked Questions

What is the best open source website builder in 2026?

For a complete self-hosted visual CMS, Instatic, because the editor, content model, and static publisher are one MIT-licensed application. For ecosystem depth, WordPress remains unmatched. For embedding an editor in your own product, GrapesJS is the right foundation.

Can I self-host a website builder for free?

Yes. Every tool in this list is free software, so your only cost is infrastructure. A complete application needs a VPS, typically $6 to $85 a month, while a desktop generator like Publii needs only static hosting.

What is the difference between a website builder and a CMS?

A builder handles design and layout; a CMS handles content, users, and publishing. Instatic and WordPress do both, Silex leans toward building, and GrapesJS is a foundation for building an editor rather than either.

Is there a good open source Webflow alternative?

Instatic and Webstudio are the two closest in editing model, both offering a visual canvas with responsive editing on infrastructure you control. Neither has Webflow’s maturity, and both remove its per-site subscription.

Does the licence matter for a self hosted website builder?

It matters if you plan to modify the software and offer it as a service. MIT and BSD-3-Clause are permissive with almost no obligations, while AGPL-3.0 requires sharing source changes with users of a network service. For your own website, either is fine.

Which open source website builder publishes static HTML?

Instatic bakes published pages to disk as static files, Silex outputs static HTML ready to deploy, and Publii generates a static site locally. WordPress renders dynamically unless you add caching or a static export layer.

Do I need a VPS for a self hosted visual cms?

For a complete application, yes, because it runs a persistent process and needs writable storage for a database and uploads. Shared hosting generally cannot provide that. A desktop generator avoids the requirement entirely.

How mature are these compared to commercial builders?

WordPress is the most mature by a wide margin, with two decades in production. Silex, GrapesJS, and VvvebJs are established projects, while Instatic and Webstudio are newer and evolving quickly. Match the maturity to how much the project can absorb a surprise.

Join The Waitlist

To Get Early Access to Lifetime Deals

LTD WaitList Access