Installation
How to install Stepflow in your project
Installation
Install Stepflow using your preferred package manager.
Core Package
pnpm add @stepflowjs/coreStorage 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-redisFramework Adapter
# Hono
pnpm add @stepflowjs/adapter-hono
# Express
pnpm add @stepflowjs/adapter-express
# Next.js
pnpm add @stepflowjs/adapter-nextjsClient SDK
# TypeScript client
pnpm add @stepflowjs/client
# React hooks
pnpm add @stepflowjs/react