# appbuilder-quickstarts **Repository Path**: mirrors_adobe/appbuilder-quickstarts ## Basic Information - **Project Name**: appbuilder-quickstarts - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-11 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Adobe Developer Platform App Builder Quick Starts This repo has an ever growing collection of simple apps that demonstrate how to achieve small goals with App Builder. Contributions are welcome! ### Quick Starts |Title|Description| |---|---| |openai-prompt|use a runtime action to call openai apis| |progressive-web-app|build a pwa with a service worker and touch icons| |qr-code|generate qr code images from input urls| |qs-appbar-menus|add menu items to the experience.adobe.com top bar| |action-apis|put an api in front of a runtime action| |async-request-reply|proxy web-action calls to a long running action| |state-memos|a demo application using app builder state| ### How to install In addition to git clone and/or forking this repo, you can generate an app from the @adobe/aio-cli _ex. to generate the qr-code quickstart_ `aio app init --repo adobe/appbuilder-quickstarts/qr-code` ### Contributing Contributions are welcome! Read the [Contributing Guide](CONTRIBUTING.md) for more information. Each directory is a self-contained starter app that can be used to demonstrate features or methods. These apps may be starting points only, or full app projects with tests, ci/cd setups, etc. Every quick-start should contain a README.md outlining what it does, how it works, why it matters, and how to use it. Please send a pull request if you have a great quickstart you would like to add. ### Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.