Unsaved Playground
Lost on refresh or close unless saved
Theme author workspace
Move a Playground between browser, disk, GitHub, ZIP, and Blueprint.
Import sources, persistence choices, export targets, and bundle tools are grouped as the main operating surface. Site Manager remains available without making the first viewport a generic console.
Bring In
sourcesKeep
storageSend Out
artifactsSaved management
Saved and temporary Playgrounds
Research Browser Playground
Created May 21, 2026 - browser storage
Create
Start a site from the same portability board
Site Manager
Current Playground controls
Settings
Unsaved reset replaces files and database. Stored Playgrounds use Save & Reload.
File Browser
- /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('WP_DEBUG', true);
Blueprint Bundle
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database
MySQL emulation backed by SQLite
- Path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Logs
PlaygroundNo problems so far
WordPressNo PHP notices
PHPEmpty error log
Live site
Embedded WordPress page
Hello from WordPress Playground!
This Playground runs client-side in your browser and is ready for theme testing, content checks, plugin demos, and export packaging.
Logged in as admin. Save before closing to keep changes.