Skip to content

flydelabs/flyde

Repository files navigation

Visual Programming. For Developers. Open-source, runs in VS Code.
Integrates with existing TypeScript code, browser and Node.js.

VSCode Extension ✔️ · Runtime Library ✔️ · Integrates with Existing Code ✔️
Rich Standard Library ✔️ · Visual Debugger ✔️ · TypeScript Support ✔️

Introduction

Flyde is an open-source visual programming language built to integrate with your existing codebase. It allows you to create and run visual programs and is designed to complement and enhance traditional textual coding, not to replace it. It includes a VSCode extension, seamlessly integrates with existing TypeScript/JavaScript code and runs on Node.js and in the browser.

Quick Start

Playground

The easiest way to experiment with Flyde is to visit the online playground, which allows you to create and run flows in the browser.

Running locally

  1. Install the VSCode extension
  2. mkdir my-flyde-project && cd my-flyde-project
  3. Open your project in VSCode
  4. Command Palette (Ctrl+Shift+P) -> Flyde: New visual flow
  5. Check out the Integrating with Existing Code guide to learn how to integrate your flows with your code

Who is Flyde for?

  • Novice Developers and Non-Technical Users: Flyde simplifies programming by transforming complex code into accessible visual blocks, making it an ideal entry point for those new to development or from non-technical backgrounds.

  • Team Collaboration Across Roles: Flyde democratizes innovation by enabling team members like product managers and data engineers to contribute directly to the codebase through visual programming, fostering collaboration and understanding.

  • Educators in Programming: Flyde is a valuable resource for educators seeking to provide hands-on, interactive programming education by blending visual learning with real-world coding concepts.

  • Seasoned Developers: Flyde offers experienced developers a new dimension of efficiency for designing, prototyping, and managing APIs and microservices visually, while retaining the flexibility and power of traditional coding. Its open-source nature and the commercial platform Trigg.dev provide further customization and cloud-hosted capabilities.

And many more!

Contributing

Flyde is an open-source project. We are committed to a fully transparent development process and highly appreciate any contributions. Whether you are helping us fix bugs, proposing new features, improving our documentation, or spreading the word - we would love to have you as a part of the Flyde community. Please refer to our contribution guidelines and code of conduct.

  • Bug Report: If you see an error message or encounter an issue while using Flyde, please create a bug report.

  • Feature Request: If you have an idea or if there is a capability that is missing, please submit a feature request.

  • Documentation Request: If you're reading the Flyde docs and feel like you're missing something, please submit a documentation request.

Not sure where to start? Join our discord and we will help you get started!

discord

Learn more

Check out the official website at https://flyde.dev for more information.

License

Everything needed to run a Flyde file is MIT-licensed. That includes:

  • @flyde/core
  • @flyde/resolver
  • @flyde/runtime
  • @flyde/stdlib

The UI library and other nodes of the toolkit are GNU AGPLv3 licensed.

In other words, using Flyde flows in your software is permitted without any limitation. However, if you use Flyde's visual editor in your own work, it must be open-sourced as well. More about GNU APGLv3 here