So WordPress just dropped something that's got the dev community buzzing, and honestly? It's about time. WordPress Telex is Automattic's answer to the vibe coding revolution, and it's specifically built for one thing: generating Gutenberg blocks from natural language prompts.
If you've been watching v0 or Lovable dominate the AI frontend space, you might be wondering why WordPress took so long. But here's the thing—Telex isn't trying to be another generic AI builder. It's laser-focused on WordPress's block ecosystem, and that focus is exactly what makes it interesting.
What Is WordPress Telex, Exactly?
Let's cut through the marketing speak. WordPress Telex is an experimental vibe coding tool that lets you describe a Gutenberg block in plain English (or whatever language you think in), and it spits out a downloadable
.zipThat's it. No complicated setup. No React configuration headaches. No digging through PHP files wondering why your block won't register.
Matt Mullenweg described it as "v0 or Lovable, but specifically for WordPress" at the State of the Word 2025 event. And he's not wrong—except Telex is narrowly focused where those tools try to do everything.
You access it at
telex.automattic.aiHow Telex Actually Works
Here's the workflow in practice:
- Head to telex.automattic.ai
- Describe the block you want in natural language
- Telex generates the code
- Download the plugin as a .zip file
- Upload to your WordPress site or test in WordPress Playground
The real magic (if we're calling it that) is in the specificity. Telex understands WordPress conventions, block attributes, and Gutenberg's quirks. It's not just generating generic React components—it's producing properly scaffolded WordPress blocks with all the registration boilerplate handled.
Real-World Examples That Actually Shipped
Here's where I got genuinely impressed. At the December 2025 State of the Word event, community developer Nick Hamze showed off blocks he built with Telex:
| Block Type | What It Does | Traditional Dev Time |
|---|---|---|
| Price Comparison Tool | Interactive pricing tables with toggles | 8-12 hours |
| Business Hours Block | Live hours, phone, map directions | 4-6 hours |
| Partner Logo Carousel | Animated logo slider with links | 6-8 hours |
| Google Calendar Integration | Embedded calendar with custom styling | 10+ hours |
And here's the kicker—Hamze isn't a developer. His exact words to TechCrunch: "I'm not a developer. I can't write a single line of code, but I can describe what I want to Telex, and it can make it for me."
That's either exciting or terrifying depending on how you feel about the democratization of development. Personally, I lean toward excited.
Another creator, Tammie Lister, pushed Telex to its limits by building a new block every single day in October 2025. She created everything from a playable ASCII Tetris game to a trick-or-treat Halloween block. Daily. For a month.
Telex vs v0 vs Lovable: What's the Difference?
This is the question everyone asks, and the answer is simpler than you'd think:

| Feature | WordPress Telex | v0 | Lovable |
|---|---|---|---|
| Focus | WordPress blocks only | General React/Next.js | Full-stack apps |
| Output | .zip plugin file | Copyable code | Deployable project |
| Best For | WordPress sites | Standalone components | Complete MVPs |
| Learning Curve | Low (WordPress users) | Medium | Medium |
| Cost | Free (experimental) | Credits-based | Subscription |
If you're building WordPress sites, Telex is purpose-built for your workflow. If you're building standalone React apps or need more flexibility, tools like v0, Lovable, or 0xMinds make more sense.
The real differentiator? Telex outputs installable plugins. You're not copy-pasting code into your theme—you're getting a proper WordPress plugin with versioning, activation hooks, and all that jazz.
The WordPress AI Stack: It Goes Deeper Than Telex
Here's what most articles miss: Telex is just the flashy demo. Behind it, WordPress is building serious AI infrastructure:
The Abilities API lets WordPress describe its capabilities in a language that AI models can understand. Think of it as a contract between WordPress and any AI assistant—"here's what WordPress can do, here's how to do it."
The MCP Adapter is the really interesting piece. It connects WordPress to Model Context Protocol-compatible tools like Claude, GitHub Copilot, and others. If you're not familiar with MCP, we've got a full guide on how it's transforming AI coding workflows.
What this means in practice: by 2026, you might be asking Claude to "add a testimonials section to my WordPress site" and it'll actually do it—not generate code you need to manually install, but make the changes directly through the MCP connection.
What Telex Gets Wrong (For Now)
Let's be real. Telex is labeled "experimental" for good reasons:
Prompt sensitivity is frustrating. Vague prompts get vague blocks. If you describe "a nice testimonial section," you'll get something generic. Telex needs specifics—colors, layouts, behaviors—to produce good results. This is true of all vibe coding, but it hits different when you're a non-developer who doesn't know the right technical terms.
The fix? Learn the language. Check out our context engineering guide for techniques that work across all AI coding tools.
No revision workflow. Currently, if you don't like what Telex generates, you start over. No "make the buttons bigger" follow-up prompts. You either edit the code manually or try a new prompt from scratch.
Security is still a question mark. AI-generated code can introduce vulnerabilities, especially in distributed plugins. WordPress.com acknowledges this, but there's no automated security scanning in the Telex workflow yet. If you're shipping Telex-generated blocks to production, follow a security checklist.
Limited to blocks. Telex doesn't generate themes, plugins with complex logic, or backend functionality. It makes blocks. That's the scope, and if you need more, you're looking at traditional development or different tools.
How to Try Telex Today
Ready to experiment? Here's your quick-start:
- Visit telex.automattic.ai
- Start simple. Try: "Create a testimonial block with a profile photo, quote text, author name, and star rating from 1-5"
- Download the generated .zip file
- Test in WordPress Playground (zero risk) or install on a staging site
- Iterate. If it's not right, refine your prompt and try again
Pro tip: Be specific about styling. Include color preferences, spacing, hover effects, and any interactive behaviors you want. The more detail you provide, the better Telex performs.
What This Means for WordPress Developers
Here's my take, and I know some will disagree:
Telex doesn't replace WordPress developers. It changes what WordPress developers do.
If your value proposition is "I can scaffold a basic block," that's getting automated. If your value is understanding client needs, architecting solutions, handling edge cases, and maintaining code quality—you're fine. Better than fine, actually, because you can use Telex to handle the boring parts and focus on the interesting problems.
For non-developers building WordPress sites, this is genuinely liberating. Custom functionality that required hiring a developer or installing sketchy plugins from unknown sources can now be prototyped in minutes.
For agencies, Telex is a prototyping accelerator. Client wants to see what a custom block might look like? Generate three options before the meeting ends.
The Vibe Coding Moment Is Here
WordPress powering 40%+ of the web getting official vibe coding tools isn't just news—it's a signal. The industry is standardizing around AI-assisted development, and the holdouts are going to feel the gap.
Collins Dictionary named "vibe-coding" the Word of the Year 2025. That's not just marketing hype—it reflects how quickly these tools are becoming default workflows.
If you've been putting off learning vibe coding fundamentals, now's the time. Whether you're generating Gutenberg blocks with Telex, building React components with 0xMinds, or scaffolding full apps with Lovable—the core skills transfer.
WordPress Telex is experimental today. But "experimental" in December 2025 has a way of becoming "essential" by mid-2026. Best to figure out how it fits your workflow now, before everyone else does.
Building React components and UIs outside WordPress? Try 0xMinds for AI-powered frontend generation that works with your existing workflow.
