Step 1
Pick how this test site starts
Saved work
Resume, rename, or clear browser-backed Playgrounds.
Site Manager
Tools open as a focused binder, not a permanent operations console.
- /wordpress
- wp-admin
- wp-content
- wp-includes
- wp-config.php
- wp-settings.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
- Driver
- MySQL emulation backed by SQLite
- SQLite path
- /wordpress/wp-content/database/.ht.sqlite
- Size
- 452 KB
Playground
No problems so far.
WordPress
No PHP notices captured.
PHP
Runtime log is empty.
Export to GitHub
Send this Playground to a repository when the client build is ready.
Download bundle
Download the full Playground as a .zip for handoff or backup.
Import bundle
Start from an existing Playground .zip selected from disk.
Blueprint gallery
Filter templates before attaching one to the launch brief.
Art Gallery
An art gallery created with the Vue theme.
Website, PersonalCoffee Shop
A stylish WooCommerce storefront with custom products and content.
WooCommerce, StoreFeed Reader with the Friends Plugin
Read feeds from the web in Playground using the Friends plugin.
rss, social webGaming News
A gaming news site created with the Spiel theme.
Website, NewsNon-profit Organization
A benefit organization site created with the Koinonia theme.
Website, OrganizationPersonal Blog
A personal blog created with the Substrata theme.
Website, BlogTransfer
Save, import, and export without leaving the brief.
Save Playground
Start from outside
Bring in a public GitHub repository, a Blueprint URL, or a local zip bundle.
Ship out
Export to GitHub or download a .zip once the browser-backed site is ready for handoff.