Hello Everyone,
I have a hosted app (that has a frontend and backend) that needs to go on a store so clients can interact with it.
Right now when the app is hosted (or when running npm run dev) the app only appears in admin where it works as intended.
I am trying to work on theme app extensions → app wrappers to “wrap” my app and get it on the store customizer. However, I am confused on what needs to be done for this process to work.
I am referencing this documentation and have added an apps.liquid file to my extensions/blocks. I have attached a screenshot of the file contents and the file structure.
https://shopify.dev/docs/storefronts/themes/architecture/blocks/app-blocks#render-app-blocks
Some common misconceptions when trying to get an answer:
- The app on admin is for testing purposes. Its true need is to be embedded in a store so that it can aid in the buying experience.
- The app has a completely functional front end and design. I need to find a way to either reference it, bundle it, or wrap it and get it in a store. Not create a front end using liquid files.
- I want to place the app in the store thus it does not need to be present on all pages of the store (like an accessibility app etc). Just in specific sections/pages.
- When I go to the store customizer and click add a section → apps I find the generic star rating app. (See photos)
Thanks!
File structure:
Store view:






