[!IMPORTANT]
Skip to the Blueprints Gallery to explore a variety of WordPress sites. Keep reading to learn more about Blueprints and how to contribute your own:
Blueprints are WordPress setup scripts that you can preview live in WordPress Playground. Blueprints contain all the installation instructions needed to setup WordPress, including plugins, themes, site options, starter content to import, and more.
The basic example below will load a Playground instance with the Hello Dolly plugin preinstalled and that opens in wp-admin plugins screen after it automattically logs in.
{
"plugins": ["hello-dolly", "gutenberg"],
"login": true,
"landingPage": "/wp-admin/plugins.php"
}
Preview in WordPress Playground
Check out Blueprints 101 to get started creating blueprints.
Blueprints can help you
This community space allows you to
We encourage you to contribute your Blueprints to this repository! We accepet new submissions as Pull Requests. Read the Contributing Guidelines for more details.
If you have questions or comments, open a new issue in this repository.
This is a minimal version 1 (v1) to get the community space up and running. We plan to build upon this foundation, expand, and improve it—with your feedback. So, explore, create, and share your Blueprints!