AI Workflow Builder

Chain AI prompts into visual flowcharts. Drag, connect, export.

Click to add blocks. Drag to move. Drag from bottom port to top port to connect. Double-click to edit.

How ClaudFlow Works

ClaudFlow is a visual workflow builder that lets you design AI prompt chains as flowcharts. Instead of running one prompt at a time and manually copying outputs between steps, you map out your entire multi-step process on a drag-and-drop canvas. Each block in the flow represents a distinct step — an input, an AI prompt, a conditional branch, a data transformation, or a final output — and connections between blocks define how data flows through the pipeline.

The workflow builder uses five block types that cover every pattern you need for production AI workflows. Input blocks define the starting data and user-provided variables. AI Prompt blocks contain the actual prompt text with placeholders for dynamic content from upstream blocks. Condition blocks add branching logic so different inputs can follow different paths. Transform blocks reformat or restructure data between steps. Output blocks define what the final deliverable looks like. You build a workflow by clicking to add blocks, dragging them into position, and connecting them by drawing lines from output ports to input ports.

Three pre-built example workflows are included to help you get started immediately. The Blog Pipeline example chains topic research, outline generation, draft writing, and SEO optimization into a complete content creation flow. The Code Review example runs bug analysis, security scanning, and performance auditing in parallel, then merges findings into a unified report. The Data Analysis example processes raw data through cleaning, statistical summary, and insight generation steps. Load any example, customize the prompts for your use case, and export the result as a portable JSON file.

Features

ClaudFlow includes real-time canvas rendering with SVG connection lines that update as you drag blocks around. Every block is editable by double-clicking — change its label, update its prompt content, or modify condition logic at any time. The export system saves your entire workflow as a single JSON file containing all blocks, their positions, connections, and content, which you can share with teammates or import into automation tools. Auto-save stores your work in browser localStorage between sessions so you never lose progress. The canvas supports unlimited blocks and connections, allowing you to build workflows of any complexity from simple three-step chains to enterprise-grade branching pipelines.

Who Uses This

ClaudFlow is designed for AI practitioners, content teams, developers, and anyone who builds multi-step AI processes. Content teams use it to design blog post, email, and documentation pipelines that produce consistent quality. Developers use it to prototype prompt chains before implementing them in code. AI consultants use it to document and share workflow designs with clients. Product managers use it to visualize AI-powered features and communicate requirements to engineering teams. If you need prompt templates to use inside your workflow blocks, ClaudHQ provides a library of 30+ tested templates that pair directly with ClaudFlow's AI Prompt blocks. For teams building with the Claude API, ClaudKit offers developer tools that can execute the workflows you design here.

Privacy

Everything runs locally in your browser. ClaudFlow does not send any data to any server, does not use cookies for tracking, does not require authentication, and does not store any information about you or your workflows. The application is a static HTML, CSS, and JavaScript site hosted on GitHub Pages. Your workflows are stored in localStorage on your own device and are never transmitted anywhere. The complete source code is open source on GitHub.

Frequently Asked Questions

What is an AI workflow builder?

An AI workflow builder is a visual tool that lets you chain multiple AI prompts into a flowchart. Each block in the flow performs one step — input, prompt, condition, transform, or output — and the output of one block feeds into the next. ClaudFlow lets you build these workflows by dragging and connecting blocks on a canvas.

How does prompt chaining work?

Prompt chaining takes the output of one AI prompt and feeds it as input to the next prompt. This breaks complex tasks into focused steps, where each prompt specializes in one sub-task. The result is significantly better than asking a single prompt to handle everything at once.

Do I need to code to use ClaudFlow?

No. ClaudFlow is a visual builder — you drag blocks onto a canvas, connect them with lines, and write prompt text in each block. No programming knowledge is required. You can export your workflow as JSON to use in code later if you choose.

Can I export my workflows?

Yes. Click the Export JSON button to download your workflow as a portable JSON file. This file contains all blocks, positions, connections, and content. Share it with teammates or import it into other tools that support JSON-based workflow definitions.

Is ClaudFlow free to use?

Yes, ClaudFlow is completely free. No sign-up, no accounts, no usage limits. Everything runs in your browser and your workflows are saved locally. The source code is open on GitHub.

What types of blocks does ClaudFlow support?

ClaudFlow has five block types: Input (defines starting data), AI Prompt (contains prompt text), Condition (adds branching logic), Transform (reformats data between steps), and Output (defines the final deliverable). These cover the full range of workflow patterns from linear chains to complex branching pipelines.

Does ClaudFlow work with models other than Claude?

ClaudFlow is a workflow designer, not an execution engine. The prompt chains you build can be used with any AI model — Claude, GPT-4, Gemini, or open-source models. You design the flow visually and then execute the prompts in whatever tool or API you prefer.