Telex Turns Everybody right into a WordPress Block Developer

Telex Turns Everybody right into a WordPress Block Developer

As a WordPress developer for greater than a decade, I’ve constructed a large number of WordPress blocks, starting from easy callouts and icon blocks to multi-block bureaucracy and slideshows. The method can also be difficult and calls for a cast take hold of of ways WordPress works underneath the hood, in addition to familiarity with React, JavaScript, PHP, and different related applied sciences.

Scaffolding equipment like WordPress’s create-block assist. Trendy AI code editors, similar to Cursor, and assistants like Claude Code, additionally pace issues up. With the best setup and context, you’ll summary away a lot of the complexity. The catch is that you simply nonetheless want to give you the AI with WordPress-specific context and twine the whole lot in combination. That’s high-quality for builders, but it surely assists in keeping the barrier top for everybody else.

What if you should skip that complexity fully? That’s the place Telex is available in.

The Telex homepage.

What’s Telex?

Telex is an experimental software from the Automattic AI staff that turns natural-language activates into operating WordPress blocks. You merely describe what you need, and Telex generates the block. 

Everybody can use Telex, from:

  • Web site homeowners who need customized capability adapted to their website or who wish to experiment with a brand new thought.
  • Businesses and freelancers who want fast prototypes or small application blocks for consumer tasks.
  • Builders who need speedy scaffolding in an actual WordPress context and code they are able to refine.
  • Aspiring builders who be informed perfect via seeing a living proof and studying the code at the back of it.

Underneath the hood, Telex programs your block as a unmarried block plugin and previews the outcome for your browser, all powered via WordPress Playground. There’s no native setup. You’ll refine the block with quick follow-up activates or edit the code without delay, then obtain the plugin and set up it on a website whilst you’re in a position. You’ll additionally percentage your paintings as a hyperlink.

Since Telex is an experiment, effects will range and you’ll run into insects and problems alongside the way in which. That’s a part of the method. We’re studying the place AI can take away friction in block introduction and the place it may be in truth helpful. It’s also now not an AI web page builder. Recall to mind it as an AI that is helping you are making small useful equipment as blocks. 

Telex is lately unfastened to make use of and you’ll create as many blocks as you prefer. Give it a take a look at now.

Easy methods to construct blocks with Telex

Get started via fascinated about what you need to create. It can be a function your website is lacking or a playful thought to peer what Telex can do. That is an experiment, so exploration is welcome. You’ll additionally take a look at probably the most featured tasks at the Telex homepage for inspiration.

For this submit, I’m moving into the sneakers of a meals blogger. I’ve a chocolate chip cookie recipe to percentage, and I’d love to show an factor listing that readers can scale as much as 4 instances. Readers must be capable to test off elements as they pass. There must even be a duplicate button at the frontend that copies the factor listing to the clipboard. Within the editor, I wish to upload elements in a easy desk with 3 columns: amount, unit, and factor. I must additionally be capable to take away and reorder elements up or down within the desk the usage of buttons.

I began via getting into this suggested in Telex:

Please construct an Aspect Checklist block. This may show an inventory of elements (suppose meals weblog) that readers can test off. Upload a duplicate button at the entrance finish that copies the factor listing to the clipboard. Come with a integrated recipe scaler so readers can 2x, 3x, and 4x the recipe, updating factor amounts accordingly. Within the editor, I want to input elements in a desk with 3 columns: amount, unit, and factor. I must additionally be capable to take away and reorder elements up or down within the desk the usage of buttons.

I then clicked Construct, and Telex set to work.

The initial prompt in the Telex interface.

The extra context you come with for your preliminary suggested, the easier. Nonetheless, don’t hesitate to take a look at a handy guide a rough suggested. You’ll spin up as many blocks as you need, even on the similar time. Simply open a brand new browser tab.

In about two mins, I had a operating WordPress block with the entire capability I asked. Right here’s a take a look at the Editor view with the elements for my recipe entered into the desk. Understand the motion buttons like I asked.

Version 1 of the Ingredient List block in the Editor interface within Telex.

The frontend delivered the entire capability in an instant, although the styling wanted some refinement. That is the place further activates assist to fine-tune issues.

Version 1 of the Ingredient List block being previewed on the Frontend within Telex.

I usually favor a block to inherit my theme’s kinds. I additionally sought after checked elements to turn a strikethrough, and I sought after factor amounts formatted as entire numbers or fractions the place conceivable. In the end, so as to add just a little of pleasure, when the reader tests off all pieces, most likely there’s a confetti animation.

I treated each and every exchange with more than one quick follow-up activates:

Let’s simplify the styling so this factor listing inherits the present theme kinds.

At the entrance finish, when a reader tests an factor, additionally follow a strikethrough.

Convert factor amounts to entire numbers or fractions at the frontend the place conceivable. No decimals, please.

For a laugh, when a reader tests off the entire pieces at the elements listing, bathe the display with a confetti animation.

I like to recommend giving Telex one activity at a time for your follow-up activates. After 4 iterations, one for each and every of the duties above, my Aspect Checklist block gave the look of this: 

The final version of the Ingredient List block being previewed on the Frontend within Telex.

You’ll additionally alter the code without delay, which is at hand if you would like make fast, centered adjustments. It’s additionally an effective way to be informed how the block is assembled.

In my case, I sought after the dimensions buttons to appear just a little other and to replace the desk within the Editor, so I switched to Code view and altered the taste.scss and editor.scss information manually.

The Code editor within Telex.

Right here’s the overall end result. It took about 10 mins to construct in overall:

Observe: Telex isn’t deterministic. In case you take a look at the activates defined on this submit, be expecting fairly other effects. No two builds shall be precisely the similar. 

In fact I may have stored iterating. In all probability upload JSON-LD structured knowledge to the factor listing for SEO, or the power to transform the gadgets to metric. The probabilities are never-ending.

As soon as glad along with your block, you might have two choices: use the Obtain button to get the plugin zip report, or click on the Proportion button. The latter copies a novel hyperlink for your clipboard. Someone with this hyperlink can view your block in Telex with no need to log in.

Right here’s the hyperlink to the block I constructed for this weblog submit: 

In case you click on the preview hyperlink above, you’ll additionally be capable to obtain the Aspect Checklist block as a zipper report, simply as for those who had created the block your self. You’ll then set up it on any WordPress website that helps plugin uploads, or take a look at it in the community the usage of WordPress Studio.

Troubleshooting and identified gaps

Telex is experimental, so it’s possible you’ll hit the occasional hiccup. From time to time the AI makes a fallacious assumption or generates code that doesn’t run. That is commonplace with all AI equipment. In case you see a caution like the only underneath, stay iterating. Ask Telex to mend the particular error or replica the main points to a brand new suggested. Then describe the result you are expecting. You’ll ask as many follow-up questions as you prefer. If issues get tangled, get started a recent consultation and restate your block necessities.

An error message in Telex.

There also are some ways to construct a block in WordPress, and a part of this experiment is to spot spaces that want growth in Telex. For instance, blocks that require internal blocks aren’t lately supported. A slideshow with a dad or mum “Slideshow” block and kid “Slide” blocks is a commonplace use case, and Telex will combat to enforce it.

In case you run right into a state of affairs the place Telex many times fails to finish your request, please tell us within the feedback or percentage your comments within the in-app comments shape. Sharing your suggested, the mistake message, and a short lived description of what you have been looking to construct will assist the staff strengthen Telex.

The "Send us Feedback" form in Telex.

Stay iterating

Telex is an early take a look at how AI can decrease the barrier to dam introduction. We’ll stay making improvements to it according to what you construct and the comments you percentage, so spin up a block, submit your preview hyperlink, and let us know what labored and what didn’t.

Some concepts we’re making an allowance for for the long run come with model historical past, visible descriptors to make your challenge listing extra visible, importing and customizing current blocks, and different enhancements, whether or not giant or small.

In combination, we will be able to make WordPress block building sooner, friendlier, and extra available to everybody.

WPBeginner Highlight 27: WordPress 7.1, WPVibe AI All over, and a New Option to Report Your Display
WPBeginner Highlight 27: WordPress 7.1, WPVibe AI All over, and a New Option to Report Your Display by in Blog

August used to be a large month for WordPress. WordPress 7 ...

01 Sep, 2026 7  Person Liked it

WordPress.com Changelog: A New Web hosting Dashboard, a ChatGPT Plugin, and WordPress 7.1
WordPress.com Changelog: A New Web hosting Dashboard, a ChatGPT Plugin, and WordPress 7.1 by in Blog

August 14 – 27, 2026 Welcome again to the WordPr ...

30 Aug, 2026 7  Person Liked it

Your WordPress.com Website Now Works from Within ChatGPT
Your WordPress.com Website Now Works from Within ChatGPT by in Blog

You'll now set up your WordPress.com web page from Ch ...

27 Aug, 2026 6  Person Liked it

Offer Ends Tonight 12 PM

Lifetime Membership with Unlimited Access