#854 · Primary category: AI Agents & Automation

flyde

agentic-ai ai flow-based-programming visual-ai visual-programming visual-programming-editor visual-programming-language vscode vscode-extension

Open-source Visual programming for backend logic that integrates with existing codebases. Flyde bridges the gap between technical and non-technical team members. Product managers, designers, and backend developers can collaborate on the same visual flows.

Project last updated:07/27/25

GitHub Stars

3.5K

Forks

170

Contributors

12

License

Other

Why we included this project

Most visual programming tools force you into a separate editor and hope you sync work back to your repo. Flyde takes the opposite route: the flows are plain files in your TypeScript project, edited through a VS Code extension, and backed by a runtime library that calls your existing functions as nodes. That means a product manager can trace and tweak how a prompt chain or an API call is wired together without writing TypeScript, while the developers who own the code still review and version those flows like any other source change. The same flows can be triggered from CLI scripts or HTTP handlers, which makes them useful for multi-step agent work as well as ordinary backend orchestration. If your backend is already TypeScript and you want non-engineers contributing to the AI-heavy parts of it, this is worth a real look.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category