J47h.putty PDocsSoftware Tools
Related
Design Principles: From Guidelines to Team Alignment ToolsA Practical How-To Guide: Using Simulation to Overcome Measurement Limitations in Power System DesignAxios Supply Chain Attack: North Korea-Linked Threat Actor Releases WAVESHAPER.V2 Backdoor10 Surprising Truths About the Cost of AI in the CloudHow to Access and Use the Revamped Windows 11 Run Menu with Dark Mode and the New User Directory CommandHow to Stop AI Code Errors From Reaching Your Pull Request ReviewCloudflare's Security Overview Dashboard: Answering Key Questions About Real-Time Risk ManagementHow to Install and Use Fonttrio Font Pairings in Your shadcn/ui Project

Open Block Protocol aims to unify web editors with reusable components

Last updated: 2026-05-09 05:29:02 · Software Tools

Breaking: New Open Standard for Web Blocks Launched

A new open and free protocol, called the Block Protocol, has been announced today. It aims to make web blocks—elements like calendars, Kanban boards, and image galleries—interchangeable across all web editors and apps. The first draft is now available for developers to test.

Open Block Protocol aims to unify web editors with reusable components
Source: www.joelonsoftware.com

“For too long, every app had to build blocks from scratch, limiting users to whatever the developer had time to implement,” said a spokesperson for the development team. “The Block Protocol changes that by letting anyone create a block once and have it work everywhere.”

Background

Current web editors—from WordPress to Notion to Medium—all rely on a block-based interface, where users insert content via a “+” or “/” key. However, each platform has its own proprietary system for creating and hosting these blocks.

This lack of standardization means users cannot move blocks between apps and are stuck with the limited features each editor provides. Developers must re-implement every block type for their own platform, wasting time and resources.

What This Means

If widely adopted, the Block Protocol would allow any block to be used in any application that follows the standard. App developers would write the embedding code just once and instantly support a huge library of block types.

“Our hope is that this makes life easier for both developers and end users,” added the team. “Anyone can develop a block—like an interactive chart or a booking form—and share it openly.” The project is 100% free and open-source, with sample code available on GitHub.

Open Block Protocol aims to unify web editors with reusable components
Source: www.joelonsoftware.com

How Blocks Will Work

Blocks can be any content element: paragraphs, lists, tables, diagrams, videos, order forms, calendars, or even structured data interfaces. The protocol defines how an embedding application communicates with a block, ensuring compatibility.

The initial release includes simple example blocks and a basic editor to demonstrate the concept. The team invites the open-source community to contribute to a growing library of reusable blocks.

Next Steps

The Block Protocol is still in early draft form, but feedback is already being gathered. Developers working on blogging tools, note-taking apps, or CMS platforms are encouraged to experiment with the protocol and provide input.

“We believe this could become a foundational standard for the web, like HTTP or HTML,” the spokesperson concluded. “Our users deserve blocks that work everywhere, not just in one silo.”