Vanilla WordPress
Start a fresh Playground immediately with selected runtime defaults.
Blueprint-first launch surface
Concrete launch routes
Start a fresh Playground immediately with selected runtime defaults.
Preview a core pull request by number or URL.
Preview a Gutenberg PR, URL, or branch name.
Import public plugins, themes, or wp-content directories. Connection is required and the token is not stored after refresh.
Run a Blueprint from a URL and replace the current temporary site.
Running imports over the current unsaved Playground.
Choose an exported Playground bundle from this computer.
Importing replaces the current site unless it is saved first.
Save and saved management
A temporary Playground is lost on refresh or close unless it is saved.
Site Manager
<?php define( 'CONCATENATE_SCRIPTS', false ); /** Database settings */ define( 'DB_NAME', 'database_name_here' ); define( 'DB_USER', 'username_here' ); define( 'DB_PASSWORD', 'password_here' );
{
"meta": { "title": "Playground Welcome Page" },
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
No problems so far.
No PHP notices captured.
Runtime ready on PHP 8.3.