Blueprints in WordPress Studio
A Blueprint is a JSON file that describes how to build a site in WordPress Studio. This “recipe” tells Studio which WordPress and PHP versions to use, which plugins and themes to install, what content or settings to apply, and more.
Unlike full-site Blueprints in other local development environments, Studio Blueprints are lightweight, declarative, and easy to share. Choose from one of our free starter Blueprints or upload a Blueprint of your own.
How Blueprints work in Studio
When you launch a site with a Blueprint, Studio reads the JSON file and builds the site according to the instructions inside. Instead of copying a pre-existing site, Studio installs and configures everything fresh each time. This ensures that anyone using the same Blueprint ends up with the same environment.
A Blueprint can configure:
- Core versions: Specify which WordPress and PHP versions the site should use.
- Plugins and themes: Define which should be installed and activated automatically.
- Site options: Set values such as the site title, permalink structure, and other WordPress settings.
- Content: Import demo posts, pages, or other starter content.
- Custom steps: Run PHP or SQL commands during site creation to further customize the setup.
Blueprints in Studio follow the same format as WordPress Playground Blueprints. That means a Blueprint you create for Studio can also be opened in Playground (and vice versa), making them portable across different development contexts.
Studio does not support every Playground feature. Unsupported steps are skipped without affecting the rest of the Blueprint. For a comprehensive list of these steps, refer to the Blueprints guide.
Creating a Studio site from a Blueprint
Creating local sites from Blueprints is incorporated into the site creation flow within Studio.
- Click the “Add site” button in the lower left corner of the Studio app. The following screen will appear.

- Select “Start from a blueprint,” and you will see a gallery of featured Blueprints and an option to choose your own custom Blueprint file.

- Select a featured Blueprint that fits your needs or “Choose blueprint file” and select the JSON file from your computer.
- Click Continue.
- On the setup screen, give your site a name. You can open “Advanced settings” for more options.
- Click “Add site.“

Behind the scenes, Studio builds the site from whichever Blueprint you selected or added.
Featured Blueprints
Studio currently has three free featured Blueprints that you can use when setting up a new local site.
- Quick Start: A WordPress.com-like environment that mirrors the Business plan. It includes the same core plugins and themes you’d find pre-installed on a WordPress.com Business plan, so you can spin up a production-like site right away.
- Development: Designed for building themes and plugins, this Blueprint enables debug settings and includes tools like Query Monitor, Plugin Check, Theme Check, and Create Block Theme.
- Commerce: Tailored for launching an online store, this Blueprint comes with WooCommerce and companion plugins pre-installed, along with optional extensions such as payment, advertising, and product listing tools. It provides a store-ready framework that you can extend for client projects.
Building your own Blueprints
Beyond the featured Blueprints, you can also create a custom JSON file to define your specific site requirements. For details on supported steps, JSON structure, and examples, refer to How to create custom Blueprints.
Last updated: October 08, 2025