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
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,16 +33,24 @@ Get set up fast using our detailed walk-through guides.
33
33
|[Using webhooks in Remix](/guides/frameworks/remix-webhooks)| Trigger tasks from a webhook in Remix |
34
34
|[Stripe webhooks](/guides/examples/stripe-webhook)| Trigger tasks from incoming Stripe webhook events |
35
35
36
+
## Example projects
37
+
38
+
Example projects are full projects with example repos you can fork and use. These are a great way of learning how to encorporate Trigger.dev into your project.
|[Vercel AI SDK LLM evaluator with Realtime streaming](/guides/examples/vercel-ai-sdk-llm-evaluator)| A full-stack demo showing off Trigger.dev triggering from the frontend, Batch triggering and Realtime streams. | Next.js |[View the repo](https://github.com/triggerdotdev/batch-llm-evaluator)|
43
+
|[Fal.ai with Realtime](/guides/examples/fal-ai-realtime)| 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/nextjs-realtime-fal-demo)|
44
+
|[Fal.ai image to cartoon](/guides/examples/fal-ai-image-to-cartoon)| Convert an image to a cartoon using Fal.ai, and upload the result to Cloudflare R2. | Next.js | Coming soon |
45
+
36
46
## Example tasks
37
47
38
-
Tasks you can copy and paste to get started with Trigger.dev. They can all be extended and customized to fit your needs.
48
+
Task code you can copy and paste to use in your project. They can all be extended and customized to fit your needs.
|[Fal.ai image to cartoon](/guides/examples/fal-ai-image-to-cartoon)| Convert an image to a cartoon using Fal.ai, and upload the result to Cloudflare R2. |
45
-
|[Fal.ai with Realtime](/guides/examples/fal-ai-realtime)| Generate an image from a prompt using Fal.ai and show the progress of the task on the frontend using Realtime. |
46
54
|[FFmpeg video processing](/guides/examples/ffmpeg-video-processing)| Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
47
55
|[Firecrawl URL crawl](/guides/examples/firecrawl-url-crawl)| Learn how to use Firecrawl to crawl a URL and return LLM-ready markdown. |
48
56
|[LibreOffice PDF conversion](/guides/examples/libreoffice-pdf-conversion)| Convert a document to PDF using LibreOffice. |
0 commit comments