Sites, launch, and blueprints
Your changes will be lost on refresh until you save locally. The same Save state appears in the top capsule and here as one action.
Start a new Playground
or browse for a local .zip file
Featured blueprints
Saved Playgrounds are stored in browser storage. Selecting one mounts it and updates the active session label.
Your changes will be lost on page refresh. Save site locally before applying destructive settings.
Applying these settings resets WordPress to its initial state. Open the confirmation sheet to continue.
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'WP_DEBUG', true );
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
WordPress Playground emulates MySQL using SQLite. These tools are a work in progress and may change shape.
| Table | Rows | Size |
|---|---|---|
| wp_posts | 12 | 48 KB |
| wp_options | 184 | 216 KB |
| wp_users | 1 | 16 KB |
Booting Playground
Applying blueprint steps, mounting files, and refreshing the iframe.