GitHub - flydelabs/flyde: 🌟 Open-source, visual programming for developers. Includes a VS Code extension, integrates with existing TypeScript code, browser and Node.js. (original) (raw)

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?

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.

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:

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