You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/introduction.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,7 @@ Example projects are full projects with example repos you can fork and use. Thes
52
52
|[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)|
53
53
|[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)|
54
54
|[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)|
55
56
|[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)|
56
57
|[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)|
57
58
|[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
79
80
|[React email](/guides/examples/react-email)| Send an email using React Email. |
80
81
|[React to PDF](/guides/examples/react-pdf)| Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
81
82
|[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. |
82
84
|[Satori](/guides/examples/satori)| Generate OG images using React Satori. |
83
85
|[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. |
84
86
|[Sentry error tracking](/guides/examples/sentry-error-tracking)| Automatically send errors to Sentry from your tasks. |
0 commit comments