Skip to content

Commit 88edd78

Browse files
committed
Renamed the file and updated docs.json
1 parent ddcd171 commit 88edd78

File tree

3 files changed

+4
-124
lines changed

3 files changed

+4
-124
lines changed

docs/docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@
343343
"guides/example-projects/mastra-agents-with-memory",
344344
"guides/example-projects/meme-generator-human-in-the-loop",
345345
"guides/example-projects/openai-agents-sdk-typescript-playground",
346+
"guides/example-projects/product-image-generator",
346347
"guides/example-projects/realtime-csv-importer",
347348
"guides/example-projects/realtime-fal-ai",
348349
"guides/example-projects/turborepo-monorepo-prisma",
@@ -376,6 +377,7 @@
376377
"guides/examples/puppeteer",
377378
"guides/examples/react-pdf",
378379
"guides/examples/react-email",
380+
"guides/examples/replicate-image-generation",
379381
"guides/examples/resend-email-sequence",
380382
"guides/examples/satori",
381383
"guides/examples/scrape-hacker-news",

docs/guides/examples/replicate-nano-banana-image-to-image.mdx

Lines changed: 0 additions & 124 deletions
This file was deleted.

docs/guides/introduction.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Example projects are full projects with example repos you can fork and use. Thes
5252
| [Mastra agents with memory](/guides/example-projects/mastra-agents-with-memory) | Use Mastra to create a weather agent that can collect live weather data and generate clothing recommendations. || [View the repo](https://github.com/triggerdotdev/examples/tree/main/mastra-agents) |
5353
| [OpenAI Agents SDK for Python guardrails](/guides/example-projects/openai-agent-sdk-guardrails) | Use the OpenAI Agents SDK for Python to create a guardrails system for your AI agents. || [View the repo](https://github.com/triggerdotdev/examples/tree/main/openai-agent-sdk-guardrails-examples) |
5454
| [OpenAI Agents SDK for TypeScript playground](/guides/example-projects/openai-agents-sdk-typescript-playground) | A playground containing 7 AI agents using the OpenAI Agents SDK for TypeScript with Trigger.dev. || [View the repo](https://github.com/triggerdotdev/examples/tree/main/openai-agents-sdk-with-trigger-playground) |
55+
| [Product image generator](/guides/example-projects/product-image-generator) | Transform basic product photos into professional marketing shots using Replicate's image generation models. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/product-image-generator) |
5556
| [Python web crawler](/guides/python/python-crawl4ai) | Use Python, Crawl4AI and Playwright to create a headless web crawler with Trigger.dev. || [View the repo](https://github.com/triggerdotdev/examples/tree/main/python-crawl4ai) |
5657
| [Realtime CSV Importer](/guides/example-projects/realtime-csv-importer) | Upload a CSV file and see the progress of the task streamed to the frontend. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/realtime-csv-importer) |
5758
| [Realtime Fal.ai image generation](/guides/example-projects/realtime-fal-ai) | Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. | Next.js | [View the repo](https://github.com/triggerdotdev/examples/tree/main/realtime-fal-ai-image-generation) |
@@ -79,6 +80,7 @@ Task code you can copy and paste to use in your project. They can all be extende
7980
| [React email](/guides/examples/react-email) | Send an email using React Email. |
8081
| [React to PDF](/guides/examples/react-pdf) | Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
8182
| [Resend email sequence](/guides/examples/resend-email-sequence) | Send a sequence of emails over several days using Resend with Trigger.dev. |
83+
| [Replicate image generation](/guides/examples/replicate-image-generation) | Learn how to generate images from source image URLs using Replicate and Trigger.dev. |
8284
| [Satori](/guides/examples/satori) | Generate OG images using React Satori. |
8385
| [Scrape Hacker News](/guides/examples/scrape-hacker-news) | Scrape Hacker News using BrowserBase and Puppeteer, summarize the articles with ChatGPT and send an email of the summary every weekday using Resend. |
8486
| [Sentry error tracking](/guides/examples/sentry-error-tracking) | Automatically send errors to Sentry from your tasks. |

0 commit comments

Comments
 (0)