Skip to content

vercel/workflow-examples

Repository files navigation

Workflow Examples

This directory contains different examples of how to use the Workflow DevKit.

  • AI SDK Workflow Patterns - Example of how to use the AI SDK to implement common workflow patterns with the Workflow DevKit.
  • Birthday Card Generator - Example of how to use the Workflow DevKit to build a birthday card generator.
  • Custom Adapter - Example of building a custom adapter to run workflows on other frameworks and runtimes, like Bun.
  • Flight Booking App - Example of how to use the Workflow DevKit to build a flight booking app.
  • FFmpeg Processing - Express + Workflow DevKit example for building FFmpeg-based media processing workflows.
  • Kitchen Sink - Comprehensive reference implementation of all core workflow patterns including steps, control flow, streaming, AI integration, hooks, and batching.
  • RAG Agent Example - Example of how to use the AI SDK with the Workflow DevKit.

Framework Integrations