DisFlow is a community driven, flow-based programming language mainly used for Discord Bots. We enable users to transition from a visual programming language to a text-based coding language (JavaScript) by directly generating code that can be executed by variable JavaScript server run-times. DisFlow is dedicated to keeping our entire code-base open source and local-first. View our repository here.
Additionally, due to our open source nature, our code can be customzied to fit other programs such as generating code for JavaScript game engines such as Babylon.js or completely taking JavaScript out of the loop and adding support for other languages such as C#. If you would like the adapt DisFlow's code generation capabilities to other applications or languages, you may view the main code generation package @disflow-team/code-gen here.