
v6 is the largest release we've shipped. Not because we added the most features — because we made a set of interconnected decisions that change what it means to build on top of Webiny. This post walks through what changed, why it changed, and what it means for teams already running v5.
Here's the short version if you're not reading the whole thing:
- AI-programmable via a local MCP server — AI agents now have deep, expert-level knowledge of Webiny's architecture and best practices, running entirely in your environment. No data leaves your infrastructure.
- Single-package project structure — the monorepo is gone. One entry point, one pattern, dramatically simpler codebases that new developers can orient in without a senior guide.
- Website Builder replaces Page Builder — your framework renders the pages, your infrastructure hosts them. CSR, SSR, and ISR all supported. Custom components registered with a single prompt. Comes with a Next.js starter kit.
- Headless CMS: field-level permissions and layout components — control view/edit access per field, and structure content models with sections, tabs, and conditional visibility rules.
- Webiny SDK — stop writing GraphQL queries by hand. The SDK handles it with proper TypeScript types and significantly less boilerplate.
- Tenant Manager with programmatic API — create, install, configure, and disable tenants via API. The feature that makes Webiny viable as a SaaS backend.
- Overhauled Publishing Workflows — simpler for editors and reviewers, fewer support requests landing in developer inboxes.
- New UI built on shadcn and Tailwind — predictable, customizable, and no longer looks like legacy enterprise software.
- Learn Webiny course — a structured path from zero to productive, replacing the "dig through reference docs and hope" experience.




.png&w=3840&q=80)




