blueprints - PhpGt/WebEngine GitHub Wiki
Blueprints are small WebEngine applications that have the basics built already, such as rudimentary page layout and functionality for a blog/shop/gallery/etc. They allow you to base new projects on them, to get started with development as quickly as possible.
A list of blueprints can be found at https://php.gt/blueprints, which takes its source from the Github organisation https://github.com/WebEngineBlueprints
To create a new application with a specified blueprint, use gt create DIRECTORY --blueprint BLUEPRINT
.