# Workflow Builder: Build your own workflow automation platform

**Published:** November 24, 2025 | **Authors:** Chris Tate, Hayden Bleasel, Adrian Lam | **Category:** Field Engineering

*Workflow Builder is an open\-source Next\.js template for building workflow automation platforms*

---

Today we're open-sourcing [Workflow Builder](https://workflow-builder.dev), a complete visual automation platform powered by the [Workflow Development Kit](https://useworkflow.dev) (WDK).

The project includes a visual editor, execution engine, and infrastructure, giving you what you need to build your own workflow automation tools and agents. Deploy it to Vercel and customize it for your use case.

**Deploy the Workflow Builder**
Deploy your own Workflow Builder with one click.
[Deploy](https://vercel.com/templates/ai/workflow-builder)

[Video: Workflow Builder Overview (Light)](//videos.ctfassets.net/e5382hct74si/1O67IouJQ7eptR5ahoVApL/ae32b52f4d5b4bd817cd21a5e5c4d08b/workflow-builder-overview-light.mp4)

## What's included in Workflow Builder

Workflow Builder is a production-ready Next.js application with a fully interactive workflow editor, AI-assisted workflow generation, six prebuilt integration modules, and end-to-end observability.

### Visual workflow editor

The visual workflow editor lets you build, connect, and execute workflows using drag-and-drop steps. You get real-time validation, undo/redo, auto-save, and persistent state without writing code.

Prebuilt integrations include:

- Resend (emails)
- Linear (issues)
- Slack (notifications)
- PostgreSQL (database)
- HTTP requests (API calls)
- [Vercel AI Gateway](https://vercel.com/ai-gateway) (AI models)

[Video: Workflow Builder Step (Light)](//videos.ctfassets.net/e5382hct74si/68IMLNzUHwsqUTNcVLc8Be/76f1507680c187b1d8a91f57e5e06cc2/workflow-builder-visual-light.mp4)

### AI-powered text-to-workflow generation

The AI-powered text-to-workflow feature converts natural language prompts into executable workflows. Type a description of your automation, and the system generates structured step definitions and connections.

[Video: Workflow Builder AI (Light)](//videos.ctfassets.net/e5382hct74si/750OyrAQdhW4xriu7eAKoJ/88bc39ceb05b0e7203cfc59a7bfc7c64/workflow-builder-ai-light-1080.mp4)

### Webhook triggers

Webhook triggers connect your workflows to external apps and APIs. External events, services, or data sources can trigger workflow execution in real time.

[Video: Workflow Builder Webhook (Light)](//videos.ctfassets.net/e5382hct74si/31tZrPCx1FUUpSY0tK9Rm5/a302385945884a98f38a25b8f97915a8/workflow-builder-webhook-light-1080.mp4)

### Referencing outputs from previous steps

Each workflow step can access and reference outputs from previous steps. This creates dynamic, data-driven processes and enables agentic workflows where later steps depend on earlier results.

[Video: Workflow Builder Outputs (Light)](//videos.ctfassets.net/e5382hct74si/1a5A8EIRZ242UKx6I0xpMt/a2181e308d112f887f9b47b9b4b08e33/workflow-builder-outputs-light-1080.mp4)

### Workflow code generation

Every visual workflow compiles into executable TypeScript via the Workflow Development Kit (WDK). The `"use workflow"` and `"use step"` directives transform your functions into a runtime execution graph that handles state management, error handling, and step coordination.

![Workflow Builder Code (Light)](//images.ctfassets.net/e5382hct74si/1gsOC1yoW9U11Jg8VQnVe1/d0525f836bca0df1138d9cf30329063c/workflow-builder-code-light.png)

## Use cases for Workflow Builder

With Workflow Builder, you have the foundation to build your own workflow automation platform for internal tools or customer-facing products:

- **Agents: **Execute multi-step, cross-system workflows powered by AI
- **Internal tools**: Custom automation systems tailored to your organization’s processes and systems
- **Customer-facing workflow tools**: Offer domain-specific workflow builders like Zapier or n8n
- **Integration platforms**: Add drag-and-drop workflow capabilities to your product
- **Data pipelines**: Design ETL or data processing pipelines with visual monitoring and execution tracking

---

**More posts:** [View all blog posts](https://vercel.com/blog/sitemap.md) | [Changelog](https://vercel.com/changelog/sitemap.md)