@@ -19,20 +19,23 @@ mode: "center"
1919
2020Get set up fast using our detailed walk-through guides.
2121
22- | Guide | Description |
23- | :----------------------------------------------------------------------------------------- | :------------------------------------------------------ |
24- | [ AI Agent: Generate and translate copy] ( /guides/ai-agents/generate-translate-copy ) | Chain prompts to generate and translate content |
25- | [ AI Agent: Route questions] ( /guides/ai-agents/route-question ) | Route questions to different models based on complexity |
26- | [ AI Agent: Content moderation] ( /guides/ai-agents/respond-and-check-content ) | Parallel check content while responding to customers |
27- | [ AI Agent: News verification] ( /guides/ai-agents/verify-news-article ) | Orchestrate fact checking of news articles |
28- | [ AI Agent: Translation refinement] ( /guides/ai-agents/translate-and-refine ) | Evaluate and refine translations with feedback |
29- | [ Prisma] ( /guides/frameworks/prisma ) | How to setup Prisma with Trigger.dev |
30- | [ Sequin database triggers] ( /guides/frameworks/sequin ) | Trigger tasks from database changes using Sequin |
31- | [ Supabase edge function hello world] ( /guides/frameworks/supabase-edge-functions-basic ) | Trigger tasks from Supabase edge function |
32- | [ Supabase database webhooks] ( /guides/frameworks/supabase-edge-functions-database-webhooks ) | Trigger tasks using Supabase database webhooks |
33- | [ Using webhooks in Next.js] ( /guides/frameworks/nextjs-webhooks ) | Trigger tasks from a webhook in Next.js |
34- | [ Using webhooks in Remix] ( /guides/frameworks/remix-webhooks ) | Trigger tasks from a webhook in Remix |
35- | [ Stripe webhooks] ( /guides/examples/stripe-webhook ) | Trigger tasks from incoming Stripe webhook events |
22+ | Guide | Description |
23+ | :----------------------------------------------------------------------------------------- | :------------------------------------------------------------------- |
24+ | [ AI Agent: Generate and translate copy] ( /guides/ai-agents/generate-translate-copy ) | Chain prompts to generate and translate content |
25+ | [ AI Agent: Route questions] ( /guides/ai-agents/route-question ) | Route questions to different models based on complexity |
26+ | [ AI Agent: Content moderation] ( /guides/ai-agents/respond-and-check-content ) | Parallel check content while responding to customers |
27+ | [ AI Agent: News verification] ( /guides/ai-agents/verify-news-article ) | Orchestrate fact checking of news articles |
28+ | [ AI Agent: Translation refinement] ( /guides/ai-agents/translate-and-refine ) | Evaluate and refine translations with feedback |
29+ | [ Prisma] ( /guides/frameworks/prisma ) | How to setup Prisma with Trigger.dev |
30+ | [ Python image processing] ( /guides/python/python-image-processing ) | Use Python and Pillow to process images |
31+ | [ Python web crawler] ( /guides/python/python-crawl4ai ) | Use Python, Crawl4AI and Playwright to create a headless web crawler |
32+ | [ Python PDF form extractor] ( /guides/python/python-pdf-form-extractor ) | Use Python, PyMuPDF and Trigger.dev to extract data from a PDF form |
33+ | [ Sequin database triggers] ( /guides/frameworks/sequin ) | Trigger tasks from database changes using Sequin |
34+ | [ Supabase edge function hello world] ( /guides/frameworks/supabase-edge-functions-basic ) | Trigger tasks from Supabase edge function |
35+ | [ Supabase database webhooks] ( /guides/frameworks/supabase-edge-functions-database-webhooks ) | Trigger tasks using Supabase database webhooks |
36+ | [ Using webhooks in Next.js] ( /guides/frameworks/nextjs-webhooks ) | Trigger tasks from a webhook in Next.js |
37+ | [ Using webhooks in Remix] ( /guides/frameworks/remix-webhooks ) | Trigger tasks from a webhook in Remix |
38+ | [ Stripe webhooks] ( /guides/examples/stripe-webhook ) | Trigger tasks from incoming Stripe webhook events |
3639
3740## Example projects
3841
0 commit comments