Skip to content

cheestudio/wp-block-composer

Repository files navigation

WP Block Composer Screenshot

WP Block Composer

A dynamic WordPress block generation tool for exploring block configurations and generating boilerplate code, built with Vue/Nuxt.

What It Does

WP Block Composer lets you visually compose the structure of a custom WordPress block by selecting and configuring components, then generates the corresponding boilerplate code.

Who It's For

  • Developers pivoting into custom WordPress Block development who haven't worked much in React
  • ACF Block developers looking to move toward native WordPress components
  • Experienced developers wanting a boilerplate generator and component explorer

Important Notes

  • Generated blocks work out of the box but are intentionally barebones — styles and additional functionality must be added manually
  • Use this tool to explore the wide variety of available WordPress UI components before reaching for an LLM
  • Understanding block structure makes it easier to customize the Block Editor through its various APIs

Resources

Setup

pnpm install

Development Server

pnpm dev

Runs on http://localhost:3000.

Production

pnpm build
pnpm preview

Check out the Nuxt deployment documentation for more information.

About

A dynamic WordPress block generation tool for exploring block configurations and generating boilerplate code, built with Vue/Nuxt.

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors