WebStudio is a free, open source website builders project written in TypeScript and released under AGPL-3.0. It has 8,958 GitHub stars, 1,606 forks and 361 open issues, and was last pushed 4 hours ago. On this registry it ranks #2 of 9 tracked projects in Website Builders, with 5 head-to-head comparisons available. It gained 25 stars over the last 6 tracked days.

What is WebStudio?

Webstudio is an open source visual development platform, licensed AGPL-3.0-or-later, that lets developers, designers and cross-functional teams build websites visually while keeping control of the underlying code, components and data.

What it is

Webstudio is a visual builder written in TypeScript that renders real web output rather than locking content inside a proprietary runtime. It lives in the React, Remix and Radix UI ecosystem, and its stated goal is that the user owns the data, the components and the infrastructure. The README frames it as a platform for developers and designers working together, not as a tool aimed at only one of those groups.

The concrete problem it solves is the trade-off between visual editing and code-level control. It replaces Webflow, the proprietary hosted builder named in the project's own GitHub description, for teams that need the speed of a canvas-based editor but cannot accept a closed format, vendor-hosted infrastructure or a per-seat cost model. Because the builder connects to any headless CMS and supports all CSS properties, the visual layer does not restrict what the resulting site can express.

Key capabilities

  • Visual builder with code-level control, supporting all CSS properties rather than a restricted styling subset.
  • Connects to any headless CMS, so content can stay in an existing backend instead of migrating into the builder.
  • Can be hosted anywhere, with the topic list covering Cloudflare and Cloudflare Workers deployment targets.
  • Built on React and Remix, and uses Radix UI for accessible component primitives.
  • Accessibility is a first-class topic, alongside design and frontend concerns.
  • Core functionality in the repository is free and open source under AGPL-3.0-or-later.
  • The optional sdk-components-animation package is proprietary and requires accepting the Webstudio, Inc. EULA found at sdk-components-animation/LICENSE.

Who uses it and how

  • Design and engineering pairs in cross-functional teams, where the visual builder and the codebase share one source of truth.
  • Teams that need to keep content in their own headless CMS while still giving non-developers an editing surface.
  • Organisations with data-ownership or hosting requirements that rule out a fully managed proprietary builder, using the hosted version or rolling out their own.
  • Edge and serverless deployments on Cloudflare Workers, indicated by the project's topics.
  • Contributors and integrators who follow the roadmap, the builder issues tracker and the Discord community at wstd.us/community.

Getting started

The README does not include an install command, CLI package or Docker image; it states that the hosted version can be used or that a deployment can be rolled out directly. Start from the documentation at docs.webstudio.is, with contributing guidance under the same docs site.

How it compares

The only comparable product named in the facts is Webflow, which Webstudio describes itself as an alternative to. Where Webflow is a proprietary hosted service, Webstudio's core is AGPL-3.0-or-later and can be self-hosted or run on the hosted offering, which shifts data ownership and infrastructure control to the team using it.

When to use it — and when not to

Choose Webstudio when a team wants visual editing without surrendering its content model, component library or hosting. A self-hoster takes on running the platform's infrastructure, and the README does not enumerate the required services, so the operational stack has to be established from the documentation before committing. Teams that cannot accept AGPL-3.0-or-later copyleft terms, or that need the animation package without agreeing to the separate EULA, should look elsewhere; the README excerpt is also thin on setup detail, and the repository carries 361 open issues, which is worth weighing against the project's recent commit activity.

project readme (upstream, from github) — read inline
builder-screenshot

Webstudio is an Open Source Visual Development Platform for developers, designers, and cross-functional teams. You own the data, components, and infrastructure. You can use the hosted version or roll out your own.



Learning Resources

Social Media

License

  • Webstudio core (all functionality in this repository) is free/open-source under AGPL-3.0-or-later.
  • sdk-components-animation package (optional) is proprietary. You must accept the Webstudio, Inc. EULA located in sdk-components-animation/LICENSE before using it.

Frequently asked questions

Is WebStudio free to use?

WebStudio is open source under the AGPL-3.0 licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.

What does WebStudio do?

Visual web development with code-level control

What is WebStudio written in?

WebStudio is primarily written in TypeScript. Its source is publicly available at https://github.com/webstudio-is/webstudio, and it has 8,958 GitHub stars.