Vanilla WordPress
Latest WordPress with the default Playground welcome page.
Rail opens one pane. The seam shows how much room the live WordPress preview gets as the task changes.
Route-specific inputs are visible before boot, so every launch path explains itself.
Latest WordPress with the default Playground welcome page.
Search and filters stay in the same Sites pane instead of opening another screen.
Saved identity and consequence live in the Sites widget, not in a separate dashboard.
Not saved to browser storage
Saved yesterday · WooCommerce blueprint
Saved May 17 · Gutenberg experiments
Saved May 12 · logs retained
One secondary surface swaps the current tool. The live iframe stays beside it.
<?php
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
$table_prefix = 'wp_';
if ( ! defined( 'ABSPATH' ) ) {
define( 'ABSPATH', __DIR__ . '/' );
}
require_once ABSPATH . 'wp-settings.php';
This is Playground, a WordPress that runs client-side in your browser. It is perfect for training, demonstrating plugins and themes, and for testing purposes.
Note that you are logged-in as admin!
Thus, you can modify this site as you like: edit content, install plugins and play around.
This wipes the current WordPress filesystem and database before booting WordPress 7.0 on PHP 8.3.