Vanilla WordPress
Launch a clean Playground with the default welcome page.
Browser-backed project
A document-style control surface for reviewing a theme, editing files, running blueprints, and returning to saved Playground states without leaving the project context.
This logged-in preview keeps the current WordPress page visible while project settings and files are edited below.
Create sources
Launch a clean Playground with the default welcome page.
Import public plugins, themes, or wp-content directories. Token is not stored.
Open a saved Playground bundle through the browser file picker.
Quick starts remain available without opening a separate modal.
Save state
Temporary Playgrounds are lost on refresh or close unless saved.
Saved projects
Not saved to browser storage
Created May 21, 2026
Runtime settings
Site Manager
<?php define( 'CONCATENATE_SCRIPTS', false );
/** The base configuration for WordPress Playground. */
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_HOST', 'localhost' );
define( 'DB_CHARSET', 'utf8mb4' );
Blueprint document
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"login": true,
"preferredVersions": {
"php": "8.3",
"wp": "latest"
}
}
Data and diagnostics
Blueprint gallery
An art gallery created with the Vueo theme.
WebsitePersonalA WooCommerce coffee storefront with custom theme and content.
WooCommerceStoreRead feeds from the web in Playground.
rsssocial webA gaming news site created with the Spiel theme.
WebsiteNewsA benefit organization site created with the Koinonia theme.
WebsiteOrganizationA personal blog created with the Substrata theme.
PersonalBlog