WordPress Playground 蓝图库镜像 (upstream: WordPress/blueprints)
Find a file
Bero a16987f8ed
Some checks failed
Deploy GitHub Pages / build (push) Failing after -8h1m19s
Post-process Blueprints after changes / build (push) Failing after -8h1m19s
Deploy GitHub Pages / deploy (push) Has been skipped
Use bgrgicak fork of the /playground-ai-assistant app
2026-02-19 15:00:59 +01:00
.github/workflows CI: run git add before checking for changes 2025-12-19 00:49:55 +01:00
apps Use bgrgicak fork of the /playground-ai-assistant app 2026-02-19 15:00:59 +01:00
blueprints Reindex and reformat Blueprints 2026-01-27 12:50:04 +00:00
docs Reviewing the docs (#127) 2025-07-25 11:10:55 +01:00
scripts Fix screenshot CI to only process missing shots (#161) 2025-12-19 00:45:30 +01:00
.gitignore Add featured boolean flag to index.json (#159) 2025-12-04 20:31:54 +01:00
.prettierrc Add CI jobs to reformat Blueprints and confirm a Blueprint is even shipped in a PR verify 2024-04-15 16:42:45 +02:00
apps.json Blueprint and Apps for your Personal Playground (#166) 2026-01-27 13:49:42 +01:00
CONTRIBUTING.md Auto screenshots for the Blueprints Gallery (#152) 2025-11-13 02:13:28 +01:00
gallery-screenshot.jpg Small tweaks to the HTML gallery 2025-11-13 20:34:22 +01:00
gallery.html Reindex and reformat Blueprints 2026-01-27 12:50:04 +00:00
gallery.html.template Small tweaks to the HTML gallery 2025-11-13 20:34:22 +01:00
GALLERY.md Reindex and reformat Blueprints 2026-01-27 12:50:33 +00:00
GALLERY.md.template Update README 2024-03-20 14:18:35 +01:00
index.json Reindex and reformat Blueprints 2026-01-27 12:50:04 +00:00
package-lock.json Auto screenshots for the Blueprints Gallery (#152) 2025-11-13 02:13:28 +01:00
package.json Fix screenshot CI to only process missing shots (#161) 2025-12-19 00:45:30 +01:00
playground-icon.png HTML viewer (#156) 2025-11-13 20:27:37 +01:00
playground-preview-button.svg Auto screenshots for the Blueprints Gallery (#152) 2025-11-13 02:13:28 +01:00
README.md Link to the gallery from the screenshot 2025-11-13 20:46:56 +01:00
reindex_postprocess.py Blueprint and Apps for your Personal Playground (#166) 2026-01-27 13:49:42 +01:00
requirements.txt JSON Schema validation and URL validation for PRs 2024-04-16 00:10:18 +02:00
validate_pr.py Replace "adamziel/blueprints" with "wordpress/blueprints" in the documentation 2024-04-23 20:13:39 +02:00

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

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"
}

Try it in 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!