WP
Playground blueprint.json
Unsaved
/blueprint.json

Command File

 1 {
 2   "$schema": "https://playground.wordpress.net/blueprint-schema.json",
 3   "meta": {
 4     "title": "Playground Welcome Page",
 5     "author": "fellyph",
 6     "categories": [ "meta" ]
 7   },
 8   "login": true,
 9   "landingPage": "/hello-from-playground/",
10   "preferredVersions": { "php": "8.3", "wp": "latest" },
11   "steps": [
12     { "step": "runPHPWithOptions" },
13     { "step": "writeFile", "path": "/wordpress/wp-content/mu-plugins/demo.php" }
14   ],
15   "features": { "networking": true }
16 }
/hello-from-playground/

Runtime

My WordPress Website Edit SiteNewHowdy, admin

Hello from WordPress Playground!

This is Playground, a WordPress that runs client-side in your browser.

Logged in as admin
site.manager

Manage

/wordpress wp-admin wp-content wp-includes wp-config.php wp-load.php
21 /** Database settings */
22 define( 'DB_NAME', 'database_name_here' );
23 define( 'DB_USER', 'username_here' );
24 define( 'DB_PASSWORD', 'password_here' );
25 define( 'DB_HOST', 'localhost' );
file/blueprint.json
linkplayground.wordpress.net/#blueprint
bundleblueprint.json + assets
driverMySQL emulation backed by SQLite
path/wordpress/wp-content/database/.ht.sqlite
size452 KB
PlaygroundNo problems so far.
WordPressNo problems so far.
PHPNo problems so far.