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
* Improved the react email docs and added a video
* Copy
* Added a link to the cursor rules
* Added satori example
* Copy updates
* Added react pdf link
description: "Learn how to generate dynamic Open Graph images using Satori and Trigger.dev."
5
+
---
6
+
7
+
## Overview
8
+
9
+
This example demonstrates how to use Trigger.dev to generate dynamic Open Graph (OG) images using Vercel's [Satori](https://github.com/vercel/satori). The task takes a title and image URL as input and generates a beautiful OG image with text overlay.
10
+
11
+
This can be customized and extended however you like, full list of options can be found [here](https://github.com/vercel/satori).
Copy file name to clipboardExpand all lines: docs/guides/introduction.mdx
+4
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,10 @@ Task code you can copy and paste to use in your project. They can all be extende
77
77
|[Vercel AI SDK](/guides/examples/vercel-ai-sdk)| Use Vercel AI SDK to generate text using OpenAI. |
78
78
|[Vercel sync environment variables](/guides/examples/vercel-sync-env-vars)| Automatically sync environment variables from your Vercel projects to Trigger.dev. |
79
79
80
+
## Cursor rules
81
+
82
+
If you use Cursor, we have a set of Cursor rules which will help you build your tasks. You can find our installation guide [here](https://trigger.dev/changelog/cursor-rules-writing-tasks/).
83
+
80
84
<Note>
81
85
If you would like to see a guide for your framework, or an example task for your use case, please
82
86
request it in our [Discord server](https://trigger.dev/discord) and we'll add it to the list.
0 commit comments