Stage.it is a Codex plugin that creates stunning product photos from your Shopify product catalog: it pulls product images from any Shopify store, generate preview candidates for you to review based on your asks, upload approved images back to Shopify directly in the product listings. All autonomously for you.
Codex prompt: Stage.it, update my catalog with new photos:
Before:
After:
This repository includes a repo-scoped Codex plugin marketplace:
codex plugin marketplace add thibaultimbert/stage.itAfter adding the marketplace, open Codex Plugins and install Stage.it.
For local development from this checkout:
codex plugin marketplace add .Then open Codex Plugins, switch to the Stage.it marketplace, and install the plugin.
- Authenticates with Shopify through Shopify CLI.
- Resolves Shopify's permanent
myshopify_domainbefore first auth so OAuth callbacks use the canonical store domain. - Pulls product media and writes local manifests.
- Uses the real product image as the generation reference.
- Produces product-photo previews in any size needed.
- Uploads only when explicitly requested.
- Adds generated images as additional media by default.
The static landing page lives in site/. This repo includes a GitHub Pages workflow that uploads that folder as the site artifact.
On desktop, the landing page's Install in Codex button opens a new Codex thread with a prefilled install request. On mobile, the CTA opens Codex in ChatGPT because mobile Codex runs through the ChatGPT app with a paired Codex desktop host. The CLI command above remains the most reliable install path for first-time users because Codex needs to know this marketplace before it can show the plugin in the plugin directory.