Real-time Collaboration in WordPress: Early Beta Feedback and Insights

wordpress development

Gain insights from early beta feedback on WordPress 7.0's real-time collaboration. Highlights include seamless modern WordPress integration, valuable 'Notes' feature, workflow adaptability, and key challenges in attribution and accessibility.

Real-time collaboration, a feature allowing multiple users to simultaneously edit the same post much like Google Docs, is currently under development for WordPress 7.0, slated for release in 2026. Since October 2025, WordPress VIP customers have been participating in a beta program, stress-testing this new functionality across various environments and use cases. This early access has provided crucial insights into its performance within live WordPress sites and real-world editorial workflows. The enthusiastic response has led several organizations to enable the feature in production environments.

This report compiles feedback from 45 beta participants collected between October and early December 2025. While individual issues are tracked under the [Type] Real Time Collaboration label, this summary aims to provide a consolidated, transparent overview. Insights were gathered through:

  • Direct conversations with technical leads and editorial teams.
  • Recorded testing sessions and demonstrations.
  • Written feedback via dedicated beta channels.
  • Observations from production and staging deployments.

Participating organizations, all large entities with multi-person editorial teams, represent diverse sectors including news and media, higher education, research institutions, and enterprise publishing.

Key Insight: Seamless Integration with Modern WordPress

The most consistent feedback indicates that real-time collaboration performs seamlessly when sites adhere to modern WordPress development practices. Organizations utilizing the block editor with native WordPress blocks and custom blocks developed using best practices reported smooth experiences with minimal issues.

A technical lead at a prominent research institution highlighted their team's deep understanding of Gutenberg, which resulted in them encountering no issues. Their editorial team lauded the feature as an "amazing workflow change," effectively eliminating the frustration of being locked out of posts by colleagues when making quick edits.

Teams rigorously tested the limits of the feature by:

  • Adding dozens of blocks simultaneously.
  • Copying large volumes of existing content in parallel.
  • Having entire teams collaborate on the same post (one team enthusiastically commented, "this is so fun").

Across these stress tests involving native and modern custom blocks, real-time collaboration demonstrated remarkable stability and performance.

Other Key Insights

The Value of Notes

The newly introduced Notes feature was met with significant enthusiasm, with one communications team describing it as "revolutionary." Teams especially appreciated the ability to leave contextual feedback directly within the editor, streamlining the editorial process without disruption. This underscores that collaborative editing is not merely a single feature, but rather a comprehensive suite of tools designed to enhance content creation in WordPress from the outset.

Flexible Workflows

Participating organizations expressed diverse preferences regarding collaboration models within their editorial processes:

  • Demand for Flexibility: Publishers aggregating content from distributed teams valued the capability for multiple editors to work concurrently on different sections of a single post.
  • Preference for Predictability: Organizations with established "check-in, check-out" workflows showed interest in mode controls, which would enable programmatic determination of editing permissions based on user roles and post status. One organization specifically voiced concern that their less technical users might find a fully collaborative environment "uncomfortable," fearing accidental overwrites.

Overall, teams seek adaptability in the collaboration model to align with their existing editorial culture, rather than a forced overhaul of their workflows.

Enhanced Attribution

Several organizations highlighted the critical need for improved attribution tracking. Currently, a saved revision is attributed to a single user. With real-time collaboration, multiple users can contribute to the same version simultaneously. Contributors are actively working to address this by introducing "contributor" metadata for versions. Progress on this can be tracked via a dedicated GitHub issue.

Areas for Improvement

Significant compatibility issues primarily arose with blocks that store data in post meta rather than block attributes, especially when post meta is not updated using modern methods. Real-time collaboration is compatible with any post meta registered with show_in_rest set to true, as this allows the metadata to integrate with the data store powering the feature. Legacy metaboxes, which update meta through alternative means, pose a challenge. This area will be a crucial focus for WordPress 7.0 development. Plugin authors should be aware of the potential work required to ensure their code fully supports real-time collaboration.

Accessibility

The current beta version does not yet meet the accessibility standards expected for WordPress. Delivering functional affordances in a real-time environment presents a significant challenge, which the team is committed to addressing. This area requires collaboration with the Accessibility team. Any encountered accessibility issues can be reported via a designated GitHub tracking issue.

Looking Ahead

Experimental work within Gutenberg is being actively tracked in a dedicated branch, with efforts underway to merge upstream to enhance undo support and post meta syncing. Individuals interested in testing the real-time collaboration beta can set up an environment by following the instructions provided in the GitHub repository. Local testing is feasible by editing content in two different browser windows simultaneously.

Further dedicated calls for testing and additional progress summaries will be announced. The immediate goal is to integrate all developments into the Gutenberg trunk, facilitating broader testing across diverse environments. Feedback and questions are welcome, and issues can be submitted on GitHub using the [Feature] Real-time Collaboration label.