Playground Portability hub

Theme author workspace

Move a Playground between browser, disk, GitHub, ZIP, and Blueprint.

Import sources, persistence choices, export targets, and bundle tools are grouped as the main operating surface. Site Manager remains available without making the first viewport a generic console.

Bring In

sources

Keep

storage

Send Out

artifacts

Saved management

Saved and temporary Playgrounds

W
Unsaved Playground Lost on refresh or close unless saved
W
Research Browser Playground Created May 21, 2026 - browser storage

Site Manager

Current Playground controls

Settings

Unsaved reset replaces files and database. Stored Playgrounds use Save & Reload.

File Browser

  • /wordpress
  • wp-admin
  • wp-content
  • wp-includes
  • wp-config.php
<?php define('DB_NAME', 'database_name_here');
define('DB_USER', 'username_here');
define('DB_HOST', 'localhost');
define('WP_DEBUG', true);

Blueprint Bundle

{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" }
}

Database

MySQL emulation backed by SQLite

Path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB

Logs

PlaygroundNo problems so far
WordPressNo PHP notices
PHPEmpty error log

Live site

Embedded WordPress page

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

Hello from WordPress Playground!

This Playground runs client-side in your browser and is ready for theme testing, content checks, plugin demos, and export packaging.

Logged in as admin. Save before closing to keep changes.