Gutenberg is the new WordPress block editor that allows you to easily build customizable page layouts. With CodeWP, you can leverage chat and code modes to create custom Gutenberg blocks.
The chat mode provides guidance on block anatomy, attributes, templates, styles, and JavaScript. You can understand how to register blocks, work with the block API, and deeply integrate with the editor.
The code mode generates React components, block registration code, editor scripts, static block JSON, and CSS to build production-ready custom blocks. CodeWP gives you the tools to extend Gutenberg.
Example Prompts, Packages, and Snippets
AI Prompt Examples for Gutenberg
Example prompt ideas for this CodeWP AI mode.
Prompt://
Write the code to create a custom formatting control for applying H1 to H6 tags to text in Gutenberg.
Prompt://
Build a Gutenberg block with two columns where the user can add content modules in each column.
Prompt://
Generate the JSX, styles, and registration code for a Gutenberg block displaying a slider with ACF fields as slides.
The CodeWP conversational chat mode enables intuitive assistance with any aspect of Gutenberg custom block development. You can ask how to register blocks, use block attributes, create custom interfaces, integrate ACF, build complex layouts, and more. Simply describe what you want to build in plain language and CodeWP will provide tailored Gutenberg snippets, detailed explanations, and guidance to accomplish your goals. The natural language interface makes it easy to learn best practices and implement precise custom blocks for the WordPress editor.