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
* typo
* Adds feature list to the sveltekit plugin page
* Removed Migrations section in side menu
* Tidy up the table links
* Creates a community packages section
* Small tweak
* Adds info and links to community packages
* Updated mintlify broken links version in workflow file
* fixed broken link
This is a community developed Vite plugin from [@cptCrunch_](https://x.com/cptCrunch_) that enables seamless integration between SvelteKit and Trigger.dev by allowing you to use your SvelteKit functions directly in your Trigger.dev projects.
11
+
12
+
## Features
13
+
14
+
- Use SvelteKit functions directly in Trigger.dev tasks
15
+
- Automatic function discovery and export
16
+
- TypeScript support with type preservation
17
+
- Preserves JSDoc documentation
18
+
- Hot Module Reloading support
19
+
- Configurable directory scanning
20
+
21
+
<Prerequisitesframework="SvelteKit" />
22
+
23
+
## Setup
24
+
25
+
[View setup guide on npm](https://www.npmjs.com/package/vite-plugin-triggerkit)
@@ -39,12 +39,12 @@ Get set up fast using our detailed walk-through guides.
39
39
40
40
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.
|[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)|
45
-
|[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)|
46
-
|[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)|
47
-
|[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)|
44
+
|[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 repo](https://github.com/triggerdotdev/examples/tree/main/realtime-fal-ai-image-generation)|
45
+
|[Batch LLM Evaluator](/guides/example-projects/batch-llm-evaluator)| Evaluate multiple LLM models and stream the results to the frontend. | Next.js |[View repo](https://github.com/triggerdotdev/examples/tree/main/batch-llm-evaluator)|
46
+
|[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 repo](https://github.com/triggerdotdev/examples/tree/main/realtime-csv-importer)|
47
+
|[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 repo](https://github.com/triggerdotdev/examples/tree/main/vercel-ai-sdk-image-generator)|
Copy file name to clipboardExpand all lines: docs/introduction.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ mode: "center"
24
24
25
25
Trigger.dev is an open source background jobs framework that lets you write reliable workflows in plain async code. Run long-running AI tasks, handle complex background jobs, and build AI agents with built-in queuing, automatic retries, and real-time monitoring. No timeouts, elastic scaling, and zero infrastructure management required.
26
26
27
-
We provide everything you need to build and manage background tasks: a [CLI and SDK](/config/config-file) for writing tasks in your existing codebase, support for both [regular](/tasks-regular) and [scheduled](/tasks/scheduled) tasks, full observability through our dashboard, and a [Realtime API](/realtime) with [React hooks](/frontend/react-hooks#realtime-hooks) for showing task status in your frontend. You can use [Trigger.dev Cloud](https://cloud.trigger.dev) or [self-host](/open-source-self-hosting) on your own infrastructure.
27
+
We provide everything you need to build and manage background tasks: a [CLI and SDK](/config/config-file) for writing tasks in your existing codebase, support for both [regular](/tasks/overview) and [scheduled](/tasks/scheduled) tasks, full observability through our dashboard, and a [Realtime API](/realtime) with [React hooks](/frontend/react-hooks#realtime-hooks) for showing task status in your frontend. You can use [Trigger.dev Cloud](https://cloud.trigger.dev) or [self-host](/open-source-self-hosting) on your own infrastructure.
0 commit comments