Add app home template#400
Open
MitchLillie wants to merge 2 commits intomainfrom
Open
Conversation
5d1c5d9 to
f2d9b4b
Compare
f2d9b4b to
f079925
Compare
- Removed scripts/, shared/, pages/ directories - Single file: src/AppHome.liquid with FAQ manager - Uses shopify.storage.getItem/setItem for persistence - Real Polaris components from PR#21 (s-page, s-section, s-table) - Simple view routing with useState - One i18n example (welcome message) - Gated behind exp flag d867a776 - Removed minimumCliVersion (not required)
638c1ea to
9296f23
Compare
elanalynn
reviewed
Apr 28, 2026
Contributor
elanalynn
left a comment
There was a problem hiding this comment.
Tested together. There is something with the organizationExpFlags that is blocking the option in the CLI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Background
Adds a template for the app-home extension.
Closes https://github.com/shop/issues-admin-extensibility/issues/2472
Solution
Based on work on this branch in our demo app: https://github.com/shopify-playground/ui-ext-hosted-jam/pull/4
As well as the original hosted app template: https://github.com/Shopify/shopify-app-template-extension-only
Checklist
🎩
Ensure you have the
f_hosted_app_orgflag enabled for your organization.Note: you may get an issue about npm not being allowed. I had to pass my PATH with an explicit npm path from nix to get it to work, e.g.
PATH="/nix/store/0x0x0x0x0x-node-22.22.0/bin:$PATH" SHOPIFY_CLI_APP_TEMPLATES_JSON_PATH=...