A dynamic WordPress block generation tool for exploring block configurations and generating boilerplate code, built with Vue/Nuxt.
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.
- 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
- 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
- Getting Started With WordPress Block Development — CSS Tricks
- How to Use @wordpress/scripts — Rudrastyh
- Official Docs for @wordpress/create-block
pnpm installpnpm devRuns on http://localhost:3000.
pnpm build
pnpm previewCheck out the Nuxt deployment documentation for more information.
