You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a feature that allows web demos to provide a link (using a custom protocol handler, e.g., studio://createFromBlueprint?<REMOTE-BLUEPRINT-URL>) which, when clicked, launches Studio and generates a local WordPress instance from a specified blueprint.
Expected Behavior
Web demos can include a link or button that uses the custom protocol.
When the link is clicked, Studio opens (or prompts for installation) and creates a new WordPress instance from the given remote blueprint URL.
Feedback on this suggestion is welcome!
Why
This feature would provide the following benefits:
Streamlined developer experience: go from demo to local instance in one click
Enables sharing reproducible environments for onboarding, learning, or collaboration
Increase the number of WordPress.com sites, leveraging the seamless transition from Studio to WordPress.com.
How
Studio already implements a custom protocol handler. Enabling web demos to include links like studio://createFromBlueprint?<REMOTE-BLUEPRINT-URL> would allow users to seamlessly move from viewing a demo online to reproducing that demo locally in Studio, based on a remote blueprint.