Skip to main content

Visual Programming for the Modern Web

Flyde is open source visual, flow-based programming tool, batteries-included.
Seamlessly integrates with traditional coding using the VSCode extension.
Build

Online PlaygroundVSCode Extension
Greet.flyde
index.ts
import {loadFlow} from '@flyde/runtime'; const executeFlow = loadFlow('Greet.flyde'); const {output} = await executeFlow(); console.log(`Output: ${output}`);
Terminal
Run example to show output

Fully Integrable

Flyde is a runtime library that integrates seamlessly with your existing code and workflows. It's easy to manage and version control your flows alongside your other code, making it simple to integrate Flyde into any project. With Flyde, you can leverage its powerful features and benefits without sacrificing your existing CI/CD, testing, and version control systems

Build Complex Programs Faster and Easier

Flyde's visual, flow-based approach and modular design make it easy for developers of all skill levels to build complex programs quickly and efficiently. Whether you're a novice developer looking to learn more, or an experienced developer looking for a powerful tool to streamline your workflow , Flyde can help you get more done, faster.

Visual Feedback and Debugging

Flyde's visual approach and real-time visual feedback make it easy to understand and debug programs. This can be especially helpful for novice developers, but can also be a valuable tool for experienced developers looking to optimize their workflow.