Hi,
I'd like to introduce the Blockly app we have been building over the last months:
https://app.code-it-studio.de/It's a combination of programming courses for kids and maker-space where they can practice their skills. For the courses we pair Blockly with WebGL games that contain a Lua interpreter. For our first maker-space we pair Blockly with P5.js, a library for procedural generation of images and animations. We plan to extend both parts of the app, integrate editors for blocks and toolboxes (based on Blockly's dev tools) and to eventually make an open source offline version. We see block based programming as a stepping stone towards text programming only for some people in some domains. For most people in most domains, a block editor can handle all their needs. I'm thinking of editing regular expressions, config files or CLI arguments. Giving non-technical people more access to such things is what we're trying to achieve long-term.
Anyway, thank you for answering my previous questions and changing my mind on issues. We're feeling very good about the decision to build our product on top of Blockly.
Any feedback about the app is welcome!