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/examples/fal-ai-realtime.mdx
+6-22Lines changed: 6 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Generate an image from a prompt using Fal.ai and Trigger.dev Realtime"
3
3
sidebarTitle: "Fal.ai with Realtime"
4
-
description: "This example project generates an image from a prompt using Fal.ai and shows the progress of the task on the frontend using Trigger.dev Realtime."
4
+
description: "This example task generates an image from a prompt using Fal.ai and shows the progress of the task on the frontend using Trigger.dev Realtime."
5
5
---
6
6
7
7
## Walkthrough
@@ -21,31 +21,15 @@ This video walks through the process of creating this task in a Next.js project.
21
21
/>
22
22
</div>
23
23
24
-
## Tech stack
24
+
## Prerequisites
25
25
26
-
- Next.js using the App Router for the frontend
27
-
- Trigger tasks from the frontend using our [React hooks](/frontend/react-hooks)
28
-
-[Trigger.dev Realtime](/realtime/overview) to stream updates to the frontend
29
-
-[Trigger.dev](https://cloud.trigger.dev) for task processing
30
-
-[Fal.ai](https://fal.ai/) for AI image generation
31
-
32
-
<Note>You will need all of these services to run this project.</Note>
33
-
34
-
## GitHub Repo
35
-
36
-
Check out and fork the full code in our [nextjs-realtime-fal-demo repo
0 commit comments