SitesSaved identity, launch routes, imports, and blueprints.
WorkbenchSettings, files, blueprint editor, database, logs, exports.
PathOnly URL-shaped navigation to the live iframe.
FocusOne-click full-size WordPress preview with Esc return.
Start a new Playground
Featured blueprints
Showing all 43 blueprints
Save consequence is visible here.
Unsaved sites are not stored in browser storage. Saved entries can be resumed from this same Sites widget.
▾ /wordpress
▸ wp-admin
▾ wp-content
themes/twentytwentyfive
plugins/hello.php
▸ wp-includes
wp-config.php
index.php
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
blueprint.json
landing.html
assets/welcome.css
Database management is an early access feature.
WordPress Playground emulates MySQL using SQLite. The database tools are a work in progress.
Driver
MySQL emulation backed by SQLite
Path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB
| Table | Rows | Updated |
| wp_posts | 18 | 10:18 UTC |
| wp_options | 214 | 10:18 UTC |
| wp_users | 1 | 10:17 UTC |
[21-May-2026 10:18:21 UTC] PHP Warning: file_get_contents(/wordpress/wp-admin/css/view-transitions.min.css): Failed to open stream: No such file or directory in /wordpress/wp-includes/view-transitions.php on line 2
[21-May-2026 10:18:20 UTC] PHP Notice: Function wp_maybe_inline_styles was called incorrectly. Unable to read the "path" key for stylesheet "wp-block-library".
[21-May-2026 10:17:52 UTC] PHP Deprecated: Creation of dynamic property WP_Block_Type::$editor_script is deprecated in /wordpress/wp-includes/class-wp-block-type.php on line 389
[21-May-2026 10:17:21 UTC] Info: Blueprint step runPHP completed in 214 ms.
Export work
Current Playground export actions live in one place: the Workbench export tab.
Export to GitHub PR
Export a WordPress theme, plugin, or wp-content directory to a GitHub repository as a Pull Request.
Download .zip
Download the current playground as a zip file for archive or import later.
Navigation shortcuts
WP Admin and Homepage remain in the Workbench header so exports do not become a second navigation door.