WP
Playground Tabbed project workspace
Unsaved Playground

Site manager

Homepage preview controls

Runtime WP latest / PHP 8.3 Network access on, single site.
Storage Temporary memory Save before refresh to keep changes.
Next action Choose a save target Browser saves create a slug. Local directory saves ask for a folder.
01
Saved Playgrounds drawer

Unsaved Scratch, Research Browser Playground, Acme QA, and Coffee Blueprint stay open as project tabs.

02
Rename or delete saved project

Browser-backed entries expose Rename and Delete in the same project identity panel.

03
Export and import

Export to GitHub, download .zip, or import a .zip over the current Playground with an explicit replacement notice.

File browser

/wordpress/wp-config.php

Files
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

Feed Reader with the Friends Plugin

Read feeds from the web in Playground and inspect plugin setup.

rss / social web / featured
Art Gallery

Vueo theme gallery with curated pages and media.

website / personal
Coffee Shop

WooCommerce storefront with sample products.

woocommerce / store
Gaming News

Spiel theme news layout with posts and menus.

website / news
Non-profit Organization

Koinonia theme content for a benefit site.

website / organization
Personal Blog

Substrata theme journal with sample pages.

personal / blog

Selected 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

Early access database tools

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

Unsaved reset warning

Applying these settings to Unsaved Scratch destroys the current WordPress state. Saved browser projects use Save & Reload and expose fewer configuration fields.

W My WordPress Website Edit Site 0 + New Edit Page Howdy, admin

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.