P
Pocket Repro Unsaved Playground

Current reproduction

Unsaved Playground

Not saved

Save state

3028 of 3751 files copied
My WordPress Website admin

Hello from WordPress Playground!

This is Playground, a WordPress that runs client-side in your browser.

Logged in as admin
Runtime WP latest / PHP 8.3
Network Allowed
Database SQLite, 452 KB

Create

Start a Playground

GitHub access tokens are not stored and must be reconnected after refresh.

Featured blueprints

Saved

Your Playgrounds

WP
Unsaved Playground Temporary until saved or exported
WP
Research Browser Playground Created May 21, 2026 in this browser

Save Playground

Site Manager

Inspect and adjust

Applying settings resets an unsaved Playground. Stored Playgrounds use Save and Reload.
  • /wordpress
  • wp-admin
  • wp-content
  • wp-includes
  • wp-config.php
  • index.php
<?php define('DB_NAME', 'database_name_here');
define('DB_USER', 'username_here');
define('DB_PASSWORD', 'password_here');
define('DB_HOST', 'localhost');
  • blueprint.json
{
  "$schema": "https://playground.wordpress.net/blueprint-schema.json",
  "login": true,
  "landingPage": "/hello-from-playground/",
  "preferredVersions": { "php": "8.3", "wp": "latest" }
}
Database management is an early access feature.
Driver
MySQL emulation backed by SQLite
Path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB
PlaygroundNo problems so far.
WordPressNo PHP notices captured.
PHPEmpty error log.