Skip to content

Latest commit

 

History

History

README.md

Cloudflare Workflows Starter Template

Deploy to Cloudflare

A real-time, interactive demonstration of Cloudflare Workflows with live updates via WebSockets and Durable Objects. This template showcases durable multi-step workflows with time-based delays, event-driven pauses, and real-time status visualization.

Cloudflare Workflows Starter Template

Getting Started

Installation

npm install

Development

npm run dev

Visit http://localhost:5173 to see the interactive demo.

Deployment

npm run deploy

Learn More