

Dashboard – Overview of all created blocks with DataViews
WPBits Block Studio is a powerful developer tool that helps you create custom Gutenberg blocks without writing code from scratch. Perfect for WordPress developers, agencies, and power users who want to speed up their block development workflow.
Free Controls:
Pro Controls:
Each generated block includes:
block.json – Block metadata and configurationindex.js – Block registration and editor/save componentstemplate.twig – Generated Twig template used by the block runtimestyle.css – Frontend styleseditor.css – Editor-only stylesREADME.md – Block documentationThe plugin provides REST API endpoints for programmatic access:
GET /wp-json/wpbs/v1/blocks – List all blocksPOST /wp-json/wpbs/v1/blocks – Create a new blockGET /wp-json/wpbs/v1/blocks/{id} – Get a single blockPUT /wp-json/wpbs/v1/blocks/{id} – Update a blockDELETE /wp-json/wpbs/v1/blocks/{id} – Delete a blockPOST /wp-json/wpbs/v1/blocks/{id}/generate – Generate block filesPOST /wp-json/wpbs/v1/blocks/{id}/export – Export block to ZIPGET /wp-json/wpbs/v1/settings – Get plugin settingsPOST /wp-json/wpbs/v1/settings – Update plugin settingsDevelopers can extend the plugin using WordPress hooks:
wpbs_block_generation_path – Filter the output path for generated blockswpbs_template_replacements – Filter template placeholder replacementswpbs_after_block_generation – Action fired after block generationThe human-readable JavaScript source files for the React admin interface are included in this plugin package under the admin/ directory.
This plugin does not collect, store, or transmit any user data. All block schemas are stored locally in your WordPress database.
For support, feature requests, or bug reports, please visit the plugin support forum or GitHub repository.