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
|[Batch LLM Evaluator](/guides/example-projects/batch-llm-evaluator)| Evaluate multiple LLM models and stream the results to the frontend. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/batch-llm-evaluator)|
47
47
|[Claude thinking chatbot](/guides/example-projects/claude-thinking-chatbot)| Use Vercel's AI SDK and Anthropic's Claude 3.7 model to create a thinking chatbot. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/claude-thinking-chatbot)|
48
-
|[Turborepo monorepo with Prisma](/guides/example-projects/turborepo-monorepo-prisma)| Use Prisma in a Turborepo monorepo with Trigger.dev. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/monorepos/turborepo-prisma-tasks-package)|
49
-
|[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)|
50
48
|[Human-in-the-loop workflow](/guides/example-projects/human-in-the-loop-workflow)| Create audio summaries of newspaper articles using a human-in-the-loop workflow built with ReactFlow and Trigger.dev waitpoint tokens. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/article-summary-workflow)|
49
+
|[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)|
51
50
|[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)|
51
+
|[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)|
52
+
|[Turborepo monorepo with Prisma](/guides/example-projects/turborepo-monorepo-prisma)| Use Prisma in a Turborepo monorepo with Trigger.dev. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/monorepos/turborepo-prisma-tasks-package)|
52
53
|[Vercel AI SDK image generator](/guides/example-projects/vercel-ai-sdk-image-generator)| Use the Vercel AI SDK to generate images from a prompt. | Next.js |[View the repo](https://github.com/triggerdotdev/examples/tree/main/vercel-ai-sdk-image-generator)|
53
-
|[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)|
54
54
55
55
## Example tasks
56
56
@@ -67,9 +67,9 @@ Task code you can copy and paste to use in your project. They can all be extende
67
67
|[LibreOffice PDF conversion](/guides/examples/libreoffice-pdf-conversion)| Convert a document to PDF using LibreOffice. |
68
68
|[OpenAI with retrying](/guides/examples/open-ai-with-retrying)| Create a reusable OpenAI task with custom retry options. |
69
69
|[PDF to image](/guides/examples/pdf-to-image)| Use `MuPDF` to turn a PDF into images and save them to Cloudflare R2. |
70
-
|[React to PDF](/guides/examples/react-pdf)| Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
71
70
|[Puppeteer](/guides/examples/puppeteer)| Use Puppeteer to generate a PDF or scrape a webpage. |
72
71
|[React email](/guides/examples/react-email)| Send an email using React Email. |
72
+
|[React to PDF](/guides/examples/react-pdf)| Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
73
73
|[Resend email sequence](/guides/examples/resend-email-sequence)| Send a sequence of emails over several days using Resend with Trigger.dev. |
74
74
|[Satori](/guides/examples/satori)| Generate OG images using React Satori. |
75
75
|[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. |
0 commit comments