WordPress 7.1 Beta 1 hit the servers today, July 15, 2026. If you're a developer, a site builder, or someone who just wants to stop writing media queries by hand, this release has something for you. The final version is scheduled for August 19, timed to coincide with WordCamp US, which means you've got about five weeks to test, break things, and file bugs before the code locks in.

Here's what's worth paying attention to.

Responsive styling, finally

This is the headline feature. WordPress 7.1 lets you define how blocks look at different screen sizes directly inside the Site Editor. No custom CSS. No digging through theme.json. You pick a block, set its font size or padding or layout for mobile versus desktop, and the editor generates the responsive rules for you.

For anyone who's been hand-writing @media queries for years, this feels overdue. For anyone who builds client sites and dreads the "how does this look on my phone" conversation, this is the feature that makes your life meaningfully easier. It's the most requested editor enhancement in recent memory, and the core team has been building toward it since the 7.0 cycle.

The related pseudo-state styling feature lets you define hover and focus states visually too. Again, inside the editor, no CSS required. Both features are available for testing right now in Gutenberg 23.5.

The AI Client gets real

WordPress has been slowly building an AI abstraction layer into core since 7.0. In 7.1, the AI Client gets two significant upgrades: generation streaming and embeddings.

Streaming means AI-generated content can arrive in chunks rather than waiting for the full response to complete. If you've used ChatGPT or Claude in a browser, you know the experience — text appears progressively. That's now possible inside WordPress for any plugin that hooks into the AI Client.

Embeddings are the bigger story for site owners. They let WordPress represent content as vectors, which enables meaning-based search across your site. Instead of keyword matching, your search can understand that "how to fix a broken header" relates to "repairing theme navigation styles." This is a foundational capability that plugin authors can build on top of, and it's shipping in core, not as a third-party dependency.

The Guidelines feature rounds out the AI story. It lets you encode editorial rules — tone, voice, terminology preferences — into a persistent structure that AI tools can read. Think of it as a style guide that your AI assistant actually respects. When you're collaborating with AI to draft or edit content, the Guidelines feature keeps it from going off-brand.

Collaboration gets richer

Real-time collaboration has been a focus area since 7.0, and 7.1 pushes it further. The Notes feature now includes suggestion mode and emoji reactions, making asynchronous feedback more interactive. Real-time co-editing is still being refined, but the foundation is solid and the outreach testing effort is active.

If you manage a site with multiple editors or run a content team, this is the cycle to start testing collaborative workflows. The core team is actively seeking feedback on how these features perform in real-world editorial environments.

React 19 and the plugin testing window

WordPress 7.1 is pushing React 19 compatibility forward. If you maintain a plugin that uses React components, now is the time to test against Beta 1. The transition has been gradual, but 7.1 tightens the timeline. Gutenberg 23.5 already raised the minimum required WordPress version to 6.9, so the dependency chain is moving.

Also worth noting: WordPress 7.0.1 shipped on July 9 as a maintenance release with 13 Core tickets and 13 Gutenberg fixes. If you skipped 7.0 and are jumping straight to 7.1 testing, make sure you're on 7.0.1 as your baseline.

What to do right now

If you build with WordPress, here's the practical move: install the WordPress Beta Tester plugin, set it to the "Beta/RC" channel, and start testing your themes and plugins against 7.1 Beta 1. Pay special attention to responsive styling behavior in the Site Editor and anything that touches the AI Client API.

If you're a site owner who doesn't write code, the August 19 release will bring responsive styling and the AI features to your dashboard automatically. No action needed yet — but if you're curious, the WordPress Playground lets you test 7.1 beta features in your browser without installing anything.

The beta cycle runs weekly through the end of July. RC releases follow in early August. Final release August 19. That's the calendar — now go break something useful.