Live data from Hacker News

Show HN: PrograMaker – Visual Programming Platform

programaker.com

11–17 of 17 posts

Re: Show HN: PrograMaker – Visual Programming Platform

#11

Congrats on shipping this, this looks really cool. Reminds me of n8n.io. What is the reasoning behind writing the flow editor from scratch versus utilising an existing library such as Rete.js? Also, if you need some ideas on the visual programming side of things, feel free to drop me an email, I used to work in this space.

Thanks! Certainly this shares space with n8n.io .

The reason for writing a new editor is to extend the things that can be build with the Scratch/Blockly one, like frontend interfaces or, in the future, streaming flows. There were also some recurring problems people found when building with Scratch that we can solve by having total control over the editor, like reacting to type mismatches. (Note, though, that Scratch also supports type checking)

I'm really interested on other viewpoints on visual programming, so for sure I'll send that email.

Re: Show HN: PrograMaker – Visual Programming Platform

#14

if you need funding, why not create a profile on Patreon[1] or GitHub sponsors? [1] https://www.patreon.com

That's a good idea. I've been leaving for later asking for funds, but now feels like the right moment.

Just created the Patreon [ https://www.patreon.com/programaker ] and will look into GitHub sponsors.

Re: Show HN: PrograMaker – Visual Programming Platform

#15

Well done! How does this relate to Node-Red?

Thanks!

We draw a lot of inspiration from Node-RED, especially for builing our own flow-based editor.

We take the same idea and try to make the first steps simpler by providing a cloud service and pre-installed connections to third party services. Also, having a collaborative editor should help when less tech-oriented people need some help to understand why some automations don't work as they expect.

There are more differences: we are working on further integrating the UI builder with the rest of the automation editor. On the other hand we don't yet support building API's directly on our flows or adding code blocks, but we are also working on that.

So, in summary, the main point is to have an easier onboarding and avoid needing to install servers and plugins from the start.

Re: Show HN: PrograMaker – Visual Programming Platform

#16

Well done! How does this relate to Node-Red?

Thanks! We draw a lot of inspiration from Node-RED, especially for builing our own flow-based editor. We take the same idea and try to make the first steps simpler by providing a cloud service and pre-installed connections to third party services. Also, having a collaborative editor should help when less tech-oriented people need some help to understand why some automations don't work as they expect. There are more d…

Great explanation, thank you!

Re: Show HN: PrograMaker – Visual Programming Platform

#17

Earlier quoted context omitted.

Thanks! We draw a lot of inspiration from Node-RED, especially for builing our own flow-based editor. We take the same idea and try to make the first steps simpler by providing a cloud service and pre-installed connections to third party services. Also, having a collaborative editor should help when less tech-oriented people need some help to understand why some automations don't work as they expect. There are more d…

Great explanation, thank you!

I missed the collaborative editor part. I think that is really great for teaching and for learning group collaboration.
Post reply on HN