diff --git a/docs/docs.json b/docs/docs.json index 06b2bc3353..b4529e80da 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -343,6 +343,7 @@ "guides/example-projects/mastra-agents-with-memory", "guides/example-projects/meme-generator-human-in-the-loop", "guides/example-projects/openai-agents-sdk-typescript-playground", + "guides/example-projects/product-image-generator", "guides/example-projects/realtime-csv-importer", "guides/example-projects/realtime-fal-ai", "guides/example-projects/turborepo-monorepo-prisma", @@ -376,6 +377,7 @@ "guides/examples/puppeteer", "guides/examples/react-pdf", "guides/examples/react-email", + "guides/examples/replicate-image-generation", "guides/examples/resend-email-sequence", "guides/examples/satori", "guides/examples/scrape-hacker-news", diff --git a/docs/guides/example-projects/product-image-generator.mdx b/docs/guides/example-projects/product-image-generator.mdx new file mode 100644 index 0000000000..c34c116035 --- /dev/null +++ b/docs/guides/example-projects/product-image-generator.mdx @@ -0,0 +1,61 @@ +--- +title: "Product image generator using Replicate and Trigger.dev" +sidebarTitle: "Product image generator" +description: "AI-powered product image generator that transforms basic product photos into professional marketing shots using Replicate's image generation models" +--- + +## Overview + +This project demonstrates how to build an AI-powered product image generator that transforms basic product photos into professional marketing shots. Users upload a product image and receive three professionally styled variations: clean product shots, lifestyle scenes, and hero shots with dramatic lighting. + +## Video + +