Skip to content

WordPress/blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
deployment_bot
Feb 27, 2025
1f28d64 · Feb 27, 2025
May 16, 2024
Feb 27, 2025
Jun 14, 2024
Apr 15, 2024
Apr 25, 2024
Feb 27, 2025
Mar 20, 2024
May 15, 2024
Feb 27, 2025
Oct 31, 2024
Apr 15, 2024
Apr 23, 2024

Repository files navigation

WordPress Blueprints Community Gallery

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:


 Browse the Blueprints Gallery 

What are Blueprints?

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.

Why use Blueprints?

Blueprints can help you

  • Explore different setups: try out different themes and plugins without the risk of breaking your site. It's a safe environment to see what works best for your needs.
  • Save time: instead of manually setting up your site, choosing themes, and installing plugins one by one, Blueprints do all of the work for you.
  • Learn WordPress: Blueprints are a fantastic way to play with a variety of WordPress configurations.

Ready to jump in?

This community space allows you to

How to contribute your Blueprint

We encourage you to contribute your Blueprints to this repository! We accepet new submissions as Pull Requests. Read the Contributing Guidelines for more details.

Need help?

If you have questions or comments, open a new issue in this repository.

Let's build the Blueprint Community together!

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!