Playground apps
#1609
Replies: 1 comment 2 replies
-
I did a simple version of this for the puzzle app. Steps are the "easy" part, we just append extra steps at the end of the list and ensure there are no duplicates. The challenge is with other properties like |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Surfacing this comment from the WebApp redesign issue:
Long-term idea
Once we figure out merging Blueprints (probably quarters away), we could create a "Blueprint" block and easily create complex setups by inserting and configuring a few blocks.
@akirk the macro/variable-based builder you proposed could then be scoped down to creating a partially synced pattern from a few Blueprint steps and calling that a custom, configurable Blueprint step. We could distribute those using the existing block / plugin directories.
Short-term idea
Let's offer a few ways of creating new Playgrounds using templates.
"Save as a Template" site feature that would enable starting from a specific state. This would technically export the site as a zip and freeze it in time.
"Add Blueprint" to store Blueprint JSON that would always install fresh plugins versions.
"Blueprint Gallery"/"Playground apps" to browse a curated set of Playground setups, like:
Key point: all would be regular Blueprints using regular WordPress plugins. No setup would be Playground specific. You could create the exact same WordPress setup outside of Playground. This way we'll eventually be able to ship those as desktop, mobile, cloud, and frontend apps as well as plugins for, say, VS Code.
cc @jarekmorawski @akirk @bgrgicak @brandonpayton for visibility. I'm not sure if anything here is actionable right now, I just wanted to make sure this discussion is on your radar.
Beta Was this translation helpful? Give feedback.
All reactions