Playground Market Blueprints first, bug repros fast

Blueprint catalog

Image-rich recipes for support cases

Showing 12 of 43 blueprints Cards include category, expected setup cost, and inspect/run actions.

Save flow

Temporary Playground destination

Lost on refresh until saved
Ready to save in this browser Destination: browser storage

Saved management

Playgrounds in this browser

Launch result

Ready for blueprint run

Idle

Select a blueprint or adjacent launch route to show its concrete input, consequence, progress, and next action.

W

Site Manager

Research Browser Playground

Saved in this browser a moment ago
Settings reset/reload consequences Unsaved sites reset immediately. Stored Playgrounds save settings and reload the site.
  • /wordpress
  • wp-admin
  • wp-content
  • wp-includes
  • wp-config.php
  • wp-login.php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );

/* That's all, stop editing. */
  • blueprint.json
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" },
  "steps": [{ "step": "runPHPWithOptions" }]
}
Database management is an early access feature

WordPress Playground emulates MySQL using SQLite. Tools are improving every week.

Driver
MySQL emulation backed by SQLite
Path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB
Playground logsNo problems so far.
WordPress logsEmpty error log.
PHP logsWarnings and fatals appear here.