Site manager
Homepage preview controls
Unsaved Scratch, Research Browser Playground, Acme QA, and Coffee Blueprint stay open as project tabs.
Browser-backed entries expose Rename and Delete in the same project identity panel.
Export to GitHub, download .zip, or import a .zip over the current Playground with an explicit replacement notice.
File browser
/wordpress/wp-config.php
01 <?php define('CONCATENATE_SCRIPTS', false);
02
03 /** The base configuration for WordPress. */
04 define('DB_NAME', 'database_name_here');
05 define('DB_USER', 'username_here');
06 define('DB_PASSWORD', 'password_here');
07 define('DB_HOST', 'localhost');
08 define('DB_CHARSET', 'utf8mb4');
09
10 /** Absolute path to the WordPress directory. */
11 if ( ! defined( 'ABSPATH' ) ) {
12 define( 'ABSPATH', __DIR__ . '/' );
13 }
Blueprint workspace
Catalog, JSON, and run controls
Read feeds from the web in Playground and inspect plugin setup.
rss / social web / featuredVueo theme gallery with curated pages and media.
website / personalWooCommerce storefront with sample products.
woocommerce / storeSpiel theme news layout with posts and menus.
website / newsKoinonia theme content for a benefit site.
website / organizationSubstrata theme journal with sample pages.
personal / blogSelected Blueprint
Catalog scope: 43 Blueprint entries indexed; six representative entries are visible in this viewport with category filters and search active.
Run behavior: replaces the active temporary site after confirmation, then opens the resulting Playground as a project tab.
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": { "title": "Feed Reader with the Friends Plugin" },
"login": true,
"landingPage": "/",
"preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database
SQLite-backed MySQL emulation
WordPress Playground emulates MySQL using SQLite. The tools are improving and issue reporting stays linked from this area.
- Database driver
- MySQL emulation backed by SQLite
- SQLite database path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Logs
Runtime diagnostics
Playground
No problems so far.
WordPress
No PHP warnings in the latest request.
PHP
Error log is empty.
Settings
Runtime versions and reset behavior
Applying these settings to Unsaved Scratch destroys the current WordPress state. Saved browser projects use Save & Reload and expose fewer configuration fields.
Hello from WordPress Playground!
This is Playground, a WordPress that runs client-side in your browser. It is perfect for training, demonstrating plugins and themes, and 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.