惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

L
LangChain Blog
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
D
Docker
WordPress大学
WordPress大学
罗磊的独立博客
J
Java Code Geeks
博客园 - 【当耐特】
博客园 - 司徒正美
雷峰网
雷峰网
H
Help Net Security
酷 壳 – CoolShell
酷 壳 – CoolShell
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
Martin Fowler
Martin Fowler
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
B
Blog

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Workflow Builder: Build your own workflow automation plat...
Authors · 2025-11-24 · via Vercel News

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

Today we're open-sourcing Workflow Builder, a complete visual automation platform powered by the Workflow Development Kit (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

Link to headingWhat'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.

Link to headingVisual 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 (AI models)

Link to headingAI-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.

Link to headingWebhook triggers

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

Link to headingReferencing 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.

Link to headingWorkflow 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.

Link to headingUse 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