382ce8daff
* Added introduction page for guides * New intro page for examples * Fixed links * Updated examples intro to include all of the new ones * Improved FFmpeg example * Improved the react pdf example * Added Supabase overview page * Updated card-supabase snippet * Added sharp payload instructions * Added vercel payload instructions * Added dall-e payload instructions * Added openai payload instructions * Added resend payload instructions * Made the prompts more consistent * Minor tweaks and moved bun * Updated links and added bun logo --------- Co-authored-by: James Ritchie <james@jamesritchie.co.uk>
16 lines
1.4 KiB
Plaintext
16 lines
1.4 KiB
Plaintext
---
|
|
title: "Introduction"
|
|
sidebarTitle: "Introduction"
|
|
description: "Learn how to use Trigger.dev with these practical task examples."
|
|
---
|
|
|
|
| Example task | Description |
|
|
| :------------------------------------------------------------ | :-------------------------------------------------------------------------- |
|
|
| [DALL·E 3 image generation](/examples/dall-e3-generate-image) | Use OpenAI's GPT-4o and DALL·E 3 to generate an image and text. |
|
|
| [FFmpeg video processing](/examples/ffmpeg-video-processing) | Use FFmpeg to process a video in various ways and save it to Cloudflare R2. |
|
|
| [OpenAI with retrying](/examples/open-ai-with-retrying) | Create a reusable OpenAI task with custom retry options. |
|
|
| [React to PDF](/examples/react-pdf) | Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
|
|
| [Resend email sequence](/examples/resend-email-sequence) | Send a sequence of emails over several days using Resend with Trigger.dev. |
|
|
| [Sharp image processing](/examples/sharp-image-processing) | Use Sharp to process an image and save it to Cloudflare R2. |
|
|
| [Vercel AI SDK](/examples/vercel-ai-sdk) | Use Vercel AI SDK to generate text using OpenAI. |
|