Active run
Blueprint author diagnostics before the page is the product
Environment health
Run facts
- WordPress
- latest older versions available
- PHP
- 8.3 switchable before reload
- Language
- English (United States)
- Storage
- Browser memory not saved
Live logs
No problems so far
- ok
Playground runtime prepared WordPress in the browser.
- ok
SQLite database mounted through MySQL emulation.
- ok
Blueprint landing page route resolved to /hello-from-playground/.
- idle
WordPress and PHP logs are empty.
Database
SQLite inspection
- Driver
- MySQL emulation backed by SQLite
- Path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Embedded site
Homepage preview
Hello from WordPress Playground!
This page is running inside the diagnostics workspace.
Logged in as adminStart sources
Create from operational inputs
Creation stays inline so a Blueprint author can keep health, logs, and database state visible while changing the run source.
GitHub import requires account connection. The access token is not stored and reconnects after refresh.
Persistence
Save this temporary Playground
Current status is temporary; refresh or close can lose the run unless it is saved.
Saved management
Playgrounds in this browser
Saved and unsaved entries sit in the same run ledger, with rename and delete exposed as row actions.
Blueprint gallery
All 43 blueprints with diagnostics context
Site Manager
Runtime settings
Unsaved runs reset destructively; stored Playgrounds show limited configuration and save before reload.
Site Manager
File browser and code editor
- /wordpress
- wp-admin
- wp-content
- wp-includes
- index.php
- wp-config.php
- wp-settings.php
1 <?php define('CONCATENATE_SCRIPTS', false);
2 /** The base configuration for WordPress */
3
4 define('DB_NAME', 'database_name_here');
5 define('DB_USER', 'username_here');
6 define('DB_PASSWORD', 'password_here');
7 define('DB_HOST', 'localhost');
8 define('DB_CHARSET', 'utf8mb4');
Site Manager
Blueprint bundle
- blueprint.json
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"landingPage": "/hello-from-playground/",
"login": true,
"preferredVersions": { "php": "8.3", "wp": "latest" },
"steps": [
{ "step": "runPHPWithOptions", "options": { "code": "<?php ..." } }
]
}
Site Manager
Database details and tools
Database management is early access. Playground emulates MySQL using SQLite.
- Database driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Site Manager
Playground, WordPress, and PHP logs
Empty states are explicit so authors know the diagnostics panel was checked.
Playground
No problems so far.
WordPress
No warnings captured.
PHP
No errors reported.
Portability
Import and export without leaving diagnostics
Artifacts and account-backed moves are kept beside the health ledger.