The Fastest Way to

LEARN, BUILD, & PUBLISH WORDPRESS PLUGINS
npx create-block-plugin
Get Started
npx create-block-plugin
The plugin template you'd like to use:

Plugin
Templates
We’ve currently got 2 plugin templates that generate block-based starter plugins for WordPress.
More templates coming soon…
CSS
Framework
Adding a CSS framework to build blocks is a pain in the butt… that’s why we did it for you! Not only is it all setup, leveraging a modern CSS framework can make writing custom CSS virtually obsolete.
Choose Tailwindcss or None to roll your own styles. Framework styles are already scoped to the blocks you build and won’t bleed into the rest of the website.
Would you like to use a CSS framework?
- Tailwindcss
- None

Would you like a development server?
YesWhat port would you like the server on?
8888

Development
Server
Quickly generating a starter block plugin will save you a bunch of setup time. But you can really turbocharge your development workflow with a blazing fast block development environment.
Launch a local server on Docker with everything you need already installed:
WordPress + TwentyTwentyOne Theme + Your Generated Plugin
When you’re ready to start building you’ll also have Hot Module Replacement ( HMR ) for block JavaScript files & browser Auto-Refreshing for PHP files all setup as well.
Github
Repository
Nothing’s worse than creating your masterpiece and then accidentally deleting it… we do it all the time. Which is why we’ve made it super easy to initialize a github repo for your work of genius.
We’ve also baked in Continuous Integration using Github actions so you can automatically & instantly publish updates for plugins listed in the WordPress plugin directory.
Say goodbye to SVN!
Would you like a github repository?
YesRepository name:
plugin-nameRepository description:
My awesome block plugin.Personal or Organization:
- Personal
- Organization #1
- Organization #2
Public or private:
- Public
- Private