🎛️ Visual First
Build workflows by connecting nodes visually. No code required to get started, but fully extensible when you need it.
Flow-Like is a visual workflow platform that lets you design, execute, and ship typed workflows — from local prototyping to production deployment.
🎛️ Visual First
Build workflows by connecting nodes visually. No code required to get started, but fully extensible when you need it.
🔒 Type-Safe
Every connection is typed. Catch errors before runtime, not after your pipeline crashes at 3am.
⚡ Rust Performance
The runtime is built in Rust. Run thousands of flows without breaking a sweat.
🌍 Run Anywhere
Local, edge, cloud, or air-gapped. Same flow works everywhere without vendor lock-in.
A flow is a directed graph of nodes. Data enters through input pins, flows through transformations, and exits through output pins. Each step is recorded, so you always know what went in and what came out.
Nodes are the building blocks. Each node has:
Every pin has a type. When you connect two pins, Flow-Like checks that types match. Incompatible connections are blocked at design time — not runtime.
Flow-Like is designed to work offline. Start on your laptop, sync to the cloud when ready, or stay completely air-gapped. Your data, your rules.