Step 1
Choose a starting point
Start fresh, preview development work, import a repository, run a Blueprint, or bring in a zip.
Step 2
Save before the room refreshes
Temporary Playgrounds disappear on refresh or close. Storage choices match the current save dialog.
Step 3
Manage saved Playgrounds
The saved list keeps the unsaved current site visible beside browser-backed Playgrounds.
Step 4
Runtime settings
Apply settings and reset for temporary sites; saved sites use Save & Reload with limited configuration.
Step 5
Site Manager
Open the same tools whether the WordPress frame is on the homepage or inside wp-admin.
- ▾ /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
<?php define('CONCATENATE_SCRIPTS', false);
/** Database settings */
define('DB_NAME', 'database_name_here');
define('DB_USER', 'username_here');
define('DB_HOST', 'localhost');
- blueprint.json
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}WordPress Playground emulates MySQL using SQLite.
- Driver
- MySQL emulation backed by SQLite
- SQLite path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
No problems so far.
No errors captured.
No warnings captured.
Stored Playgrounds have limited configuration options.
Step 6
Blueprint gallery
Browse all 43 blueprints with the captured category filters and featured shortcuts.
An art gallery created with the Vueo theme.
WebsitePersonalA stylish WooCommerce coffee shop storefront.
WooCommerceStoreRead feeds from the web in Playground.
rsssocial webA gaming news site created with the Spiel theme.
WebsiteNewsA non-profit site created with the Koinonia theme.
OrganizationStep 7
Export and import
Move a Playground through the same captured portability controls.