StepflowStepflow

Installation

How to install Stepflow in your project

Installation

Install Stepflow using your preferred package manager.

Core Package

pnpm add @stepflowjs/core

Storage Adapter

Choose a storage adapter based on your needs:

# Development/Testing
pnpm add @stepflowjs/storage-memory

# Production
pnpm add @stepflowjs/storage-postgres
# or
pnpm add @stepflowjs/storage-redis

Framework Adapter

# Hono
pnpm add @stepflowjs/adapter-hono

# Express
pnpm add @stepflowjs/adapter-express

# Next.js
pnpm add @stepflowjs/adapter-nextjs

Client SDK

# TypeScript client
pnpm add @stepflowjs/client

# React hooks
pnpm add @stepflowjs/react

On this page