resonate-supabase-deployments-typescript
Installation
SKILL.md
Resonate Supabase TypeScript
Overview
Build durable workflows on Supabase Edge Functions using Resonate, with start/probe endpoints and optional progress tracking in Supabase.
Summary
- Build durable workflows on Supabase Edge Functions using the Resonate Supabase shim.
- Use when you need long-running, reliable, stepwise workflows triggered by HTTP or external events.
- Outputs a
flows/index.tsworkflow module plus start/probe endpoint usage patterns.
Preconditions / Assumptions
- Supabase project with
supabase/functionsdirectory. - Supabase Edge Functions runtime (Deno) is available.
- Resonate Server URL is known and reachable.
- Assumes a recent stable Resonate Server and
@resonatehq/supabaseshim.