resonate-lovable-usage-prompt-typescript
Installation
SKILL.md
Resonate Lovable Usage Prompt — TypeScript
SDK version: This skill reflects
@resonatehq/sdkv0.11.4 (current on npm).
Overview
This skill provides specialized guidance for building Resonate durable execution applications within Lovable.dev, an AI-assisted full-stack development environment. Lovable enables rapid prototyping and deployment of React + Node.js applications with built-in hosting.
Core Philosophy: Resonate IS the Database
Critical insight: For workflow state, Resonate is your single source of truth. You don't need a separate database to track workflow status, pending approvals, or execution state.
Traditional approach (unnecessary complexity):
Create workflow → Store in DB → Poll DB for status → Sync with Resonate
Resonate approach (simple):
Create workflow → Query Resonate directly → Done