by gorango
A lightweight workflow engine
# Add to your Claude Code skills
git clone https://github.com/gorango/flowcraftflowcraftBuild complex, multi-step processes with a lightweight, composable, and type-safe approach. Model complex business processes, data pipelines, ETL workflows, or AI agents and scale from in-memory scripts to distributed systems without changing the core business logic.
npm install flowcraft
Define and run a simple workflow in a few lines of code.
import { createFlow, FlowRuntime } from 'flowcraft'
// 1. Define your functions for the nodes
async function startNode({ context }: ...