This guide walks you through creating a basic conversational chatbot using HyperFlow’s visual flow-graph editor. You’ll learn how to connect nodes, understand data flow, and create an interactive AI assistant that maintains conversation context.
It is highly recommended that you watch the introductory video on building flow-graphs, it will help familiarize you with the HyperFlow user interface and show you the basic ways of creating, editing and running HyperFlow AI apps.

HyperFlow uses a visual programming approach where you connect “nodes” (functional blocks) with “edges” (connections) to create AI workflows. There are two types of connections:
Important concept: Nodes connected only by data-flow lines and not connected in the process flow are “pure data” nodes that run automatically when their data is needed, simplifying your flow-graph wiring.
A simple conversational chatbot requires just three nodes:
Purpose: Captures user messages and file uploads
Location: Chat node group
What it does: Creates an input interface where users type questions or upload files
Key settings:
Purpose: Defines your chatbot’s personality and behavior