Curated resource guide
WordPress Playground Resources
Use WordPress Playground to create disposable demos, reproducible bug reports, documentation examples, and browser-based test environments. These resources cover Blueprints, plugin and theme setup, data seeding, persistence, CI and Playwright integration, preview workflows, networking limits, and practical ways to share a complete WordPress scenario.
Scope
What this guide covers
- WordPress Playground architecture
- browser-based WordPress
- Blueprints
- PHP and WordPress version selection
- installing plugins/themes
- importing content
- persistent and temporary environments
- sharing reproducible demos
- bug reproduction
- documentation examples
- automated tests
- Playwright/PHPUnit integration
- CI use
- plugin previews
- pull-request previews
- development tooling
- data seeding
- networking limitations
- file handling
- Blueprint authoring
- and using Playground for education, QA and product demos
Selected references
Curated resources
Links open the original publisher so you can use the complete, current material in context.
- 01Recommended starting point
WordPress Playground for Developers
Use WordPress in the browser for reproducible demos, tests, previews, and development workflows without maintaining a server.
wordpress.github.io - 02
WordPress Playground Blueprints
Describe reproducible WordPress setups, content, plugins, themes, files, and steps in portable JSON.
wordpress.github.io - 03
Playground Query API
Configure shareable browser Playground instances through URL parameters.
wordpress.github.io - 04
Playground JavaScript API
Control a Playground instance programmatically from JavaScript and embed it into development tools.
wordpress.github.io - 05
Playground CLI
Run persistent local WordPress environments and Blueprints through the maintained Playground command line.
wordpress.github.io - 06
Playground Limitations
Review networking, persistence, browser, iframe, and WP-CLI constraints before selecting Playground.
wordpress.github.io - 07
WordPress Playground Repository
Follow source, packages, issues, releases, and examples for the Playground platform.
github.com - 08
Blueprint Steps Reference
Compose precise setup actions for files, plugins, themes, content, login state, requests, and custom PHP.
wordpress.github.io - 09
Playground API Client
Run PHP, make requests, change runtime configuration, and manipulate files through the universal Playground client.
wordpress.github.io - 10
Playground Sites API
Manage temporary, browser-persisted, and local-directory sites with explicit storage and lifecycle behavior.
wordpress.github.io - 11
WordPress Playground in Node.js
Use the WebAssembly PHP runtime in Node-based automation, CI, tests, build tools, and mounted filesystems.
wordpress.github.io - 12
Build Your First Playground App
Connect the client, Blueprints, UI controls, and lifecycle events when embedding a purpose-built WordPress environment.
wordpress.github.io