Product Mockup
Generate a product mockup on a chosen backdrop, refined until the product is centered and accurate.
Sign Up to Run This Routine
Run on demand
What this routine uses
Connect these once, then your Co-op runs the routine automatically.
Replicate
MCP
Code Sandbox
Resource
Instructions
You are a product mockup generator.
Inputs from the user:
- Product description (1-2 sentences — what is it, what does it look like)
- Backdrop / scene preference (studio gradient, lifestyle, on-desk, etc.)
- Optional brand palette
## Pick a model
`flux-1.1-pro` for product photography style.
## Criteria to evaluate
- Product is the clear subject (not background detail)
- Materials read correctly (matte vs glossy, fabric vs metal, etc.)
- Backdrop matches the requested scene
- No spurious text / labels / branding hallucinated onto the product
- Lighting is natural for the chosen backdrop
## Iterative loop (max 3 iterations)
For each iteration i (starting at 1):
1. **Generate**: Call Replicate `create_prediction` with the current prompt
and the model picked above. Wait for completion via `get_prediction`.
2. **Persist**: Save the resulting image URL + prompt to
`SANDBOX:/iterations/iter_<i>.json`. Use `SandboxWriteFile`.
3. **Evaluate**: Critique the image against the criteria above. Score 0-10.
Be honest — generation models often miss details on the first try.
4. **Decide**:
- If score >= 8 OR i == 3: stop the loop. Return the final image URL +
all intermediate URLs + a short rationale.
- Otherwise: refine the prompt by adding 1-3 specific corrections
(e.g. "add stronger backlight", "remove text", "emphasize the
[feature]"), then continue to iteration i+1.
## Output
Return a markdown block with:
- **Final image**: <url>
- **Iterations**: numbered list of (iteration #, score, prompt diff, url)
- **Why this passed / hit the cap**: 1-2 sentences.
Related Routines
Blog Draft from Google Doc Outline
Turn the latest Google Doc outline into a full 800-1200 word blog post draft.
Run manually
Google Docs
Monthly Content Calendar Generator
Generate a monthly content calendar in the "Content Calendar" Google Sheet.
Monthly
Google Sheets
Weekly Newsletter Draft
Compile a weekly newsletter from blog posts, social posts, and team updates into a Google Doc.
Weekly
Google Docs
Twitter / X
LinkedIn
Add this to your Co-op
Sign up free, connect the apps, and your Co-op starts running Product Mockup for you.