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
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,15 @@ Get set up fast using our detailed walk-through guides.
41
41
42
42
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.
43
43
44
-
| Example project | Description | Framework | GitHub |
|[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
-
|[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
-
|[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)|
49
-
|[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)|
50
-
|[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)|
51
-
|[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)|
44
+
| Example project | Description | Framework | GitHub |
|[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
+
|[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
+
|[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
+
|[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)|
52
+
|[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)|
0 commit comments