Playground Transfer Deck Unsaved Playground
Temporary

Admin table plus selected detail

Transfers, saved sites, and portable artifacts

Browser save, local directory save, GitHub import/export, ZIP import/download, database download, and Blueprint bundle actions are handled as one operational ledger.

Active path /hello-from-playground/
Reset behavior Reset discards this temporary site
Exports Available after preview is ready

Operational table

Rows mutate through temporary, saving, saved, local permission, imported, exported, deleting, and fallback states.

Object Route Storage State Last operation Actions

Launch and import routes

Each route exposes its actual input, constraint, replacement consequence, and result state.

Current site stays visible
WP

Vanilla WordPress

Start a clean latest WordPress install logged in as admin.

GH

From GitHub

Import a plugin, theme, or wp-content directory. Account connection is required and the access token is not stored after refresh.

URL

Blueprint URL

ZIP

Import .zip

Uses the native file chooser, validates the archive, then warns before replacing files and the SQLite database.

Site Manager

Settings, files, Blueprint, database, logs, Export to GitHub, and Download as zip remain attached to the selected Playground.

Temporary reset warning Applying settings to this unsaved Playground resets files, database, and installed content.
wp-config.php Clean
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
define( 'DB_HOST', 'localhost' );
define( 'WP_DEBUG', true );
/blueprint.json Valid
{
  "landingPage": "/hello-from-playground/",
  "preferredVersions": {
    "php": "8.3",
    "wp": "latest"
  },
  "features": {}
}
Database management is an early access feature

WordPress Playground emulates MySQL using SQLite.

Database driver
MySQL emulation backed by SQLite
SQLite database path
/wordpress/wp-content/database/.ht.sqlite
Size
452 KB
Playground logs

No problems so far.

WordPress logs

Notice: REST request completed after preview build.

PHP logs

Deprecated notice captured in wp-config.php test edit.

Blueprint gallery and bundle tools

Representative subset shown: 6 of 43 captured Blueprint entries. Categories mirror the current gallery.

Selected Blueprint detail

Coffee Shop

A stylized WooCommerce coffee shop storefront with products and custom content.

Portability actions

Imports, exports, archives, databases, and Blueprint bundles write results into the same selected Playground detail and transfer history.

Ready

GitHub import

Connect account, choose a public plugin, theme, or wp-content directory. Token is session-only.

Export to GitHub

Push current Playground files to a selected repository branch.

ZIP import

Select an archive, validate structure, then confirm replacement.

ZIP download

Generate a portable archive with WordPress files, content, and database.

Database download

Download the SQLite-backed database from /wordpress/wp-content/database/.ht.sqlite.

Blueprint bundle

Copy, download, or run the selected blueprint.json bundle.