WordPress.com has integrated the Blueprints Gallery directly into its Studio desktop application, giving users access to a library of pre-configured WordPress environments from within the local development tool. The feature is available in Studio version 1.9.0 and later.
Studio is an open source desktop application developed by WordPress.com for building, testing, and managing WordPress sites locally. The app requires no server setup, allowing users to spin up local WordPress instances quickly.
What Blueprints Do
Blueprints are reusable JSON configuration files that automate the setup of a WordPress environment. They specify which themes, plugins, content, and settings should be applied, effectively creating a repeatable site configuration that can be launched with minimal effort.
These configurations are designed to reduce repetitive manual setup work, enabling developers and site builders to start from a pre-defined base rather than building from scratch each time. Blueprints were first introduced to Studio in October 2025.
What the Gallery Offers
The Blueprints Gallery is a curated collection of these configuration presets now accessible directly inside the Studio application. Previously, users had to import blueprints from external sources such as URLs, ZIP files, JSON files, or GitHub repositories. The gallery removes that step by hosting a library of configurations within the app itself.
The gallery includes presets tailored for different workflows, including blogging, ecommerce, development environments, design exploration, and plugin testing. Each Blueprint is built to skip setup steps so users can begin working on site content or code more quickly.
Accessing the Gallery
Users can access the Blueprints Gallery by clicking the “Add site” button in the Studio sidebar, selecting “Build a new site,” and scrolling to the “Explore more Blueprints” section. A search box is available for finding specific configurations.
The gallery also includes a live preview feature, powered by WordPress Playground, that lets users test a Blueprint before committing to creating a site. This allows users to evaluate layouts, themes, plugins, and overall site behavior in advance.
CLI Access for Developers
For developers who prefer command line tools, the Blueprints library is also accessible through Studio’s command line interface. A specific blueprint command can list available Blueprints and launch a configured local WordPress site directly from the terminal.
Implications for Local Development
The integration of a curated gallery inside the desktop application reduces the friction of locating and importing third party configurations. It also provides a standardized set of starting points that can help maintain consistency across projects or teams.
The gallery is expected to grow over time, with additional Blueprints being added for different use cases, learning scenarios, and experimental configurations.
Users interested in creating their own Blueprints can consult documentation on the basics of building custom configurations, which is available through WordPress.com’s developer guides.
Source: Delimiter Online