Preview a Gutenberg pull request or branch before testing the active WordPress page.
Keeps the current review board visible while the Playground rebuilds.
Start a clean Vanilla WordPress Playground with the selected runtime settings.
Import a Playground .zip bundle. The production UI opens the native file chooser.
Imported bundles also appear in the Manage lane after loading.
Browse and filter all 43 blueprints, with featured shortcuts pinned for common review fixtures.
Art GalleryCoffee ShopFeed Reader with the Friends PluginGaming NewsNon-profit OrganizationPersonal Blog
Saving 3028 / 3751 files into browser storage.
Temporary Playground. It is not saved to browser storage and may be lost when closed.
Saved in this browser a moment ago. Open, inspect, rename, delete, or export it.
- /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database management is an early access feature.
- Driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Export the current Playground to GitHub after connecting an account.
Download the current Playground as a .zip archive for sharing, backup, or later import.
Copy the current Blueprint link or download a Blueprint bundle.
No problems so far.
[info] Playground boot complete
[info] WordPress loaded at /hello-from-playground/
[info] PHP 8.3 runtime ready
Applying settings to an unsaved Playground resets the WordPress site. Stored Playgrounds use Save and Reload.