Vanilla WordPress
Start a fresh WordPress site with admin already logged in.
WordPress Playground
Saved and temporary
Persistence
Selected
This Playground runs WordPress client-side in the browser.
Creation sources
Start a fresh WordPress site with admin already logged in.
Import public plugins, themes, or wp-content directories. The token is not stored after refresh.
Open the native file chooser and boot from a local Playground bundle.
Blueprint gallery
An art gallery created with the Vueo theme.
Website PersonalA WooCommerce storefront with custom theme, products, and content.
WooCommerce StoreRead feeds from the web in Playground and via subscriptions.
rss social webA gaming news site created with the Spiel theme.
Website NewsA benefit and volunteer site using the Koinonia theme.
OrganizationA personal publication layout with article-focused styling.
Personal BlogActive site is secondary
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!Site Manager
<?php define( 'CONCATENATE_SCRIPTS', false );
/**
* The base configuration for WordPress.
* Database settings, secret keys, table prefix, ABSPATH.
*/
define( 'DB_NAME', 'database_name_here' );
define( 'DB_USER', 'username_here' );
define( 'DB_PASSWORD', 'password_here' );
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"login": true,
"landingPage": "/hello-from-playground/",
"preferredVersions": {
"php": "8.3",
"wp": "latest"
}
}
Database driverMySQL emulation backed by SQLite
SQLite database path/wordpress/wp-content/database/.ht.sqlite
Size452 KB
No problems so far.
No problems so far.
No problems so far.
Import and export
Send the current site files to a GitHub repository after connecting an account.
Package WordPress, wp-content, database, and the current Blueprint bundle.
Use the browser file picker to start or restore from a local Playground archive.
Save blueprint.json and related assets for sharing or repeated starts.