How it works

Canvas

Nodes can be dragged and dropped onto the canvas. They can then be connected to one another by clicking and dragging on the handles on the top, bottom, left, and right sides of a node.

Nodes

Each node has a distinct function within their more general category and may have multiple inputs required for them to function correctly. The left handles of each node are responsible for input and the right are for output. The top and bottom handles are responsible for the flow of execution. (FUNCTION node will execute, then CONST, and finally PRINT.)

Console

The console at the bottom right of the canvas page allows execution of the nodes on the canvas through the run button. It also displays the output and code generated from such nodes. The AI tab also allows prompting to generate nodes and connections automatically.

Dashboard

The dashboard page can be used to view your projects, public projects, earnings, and educational content. Projects can also be starred, similarly to GitHub.

Last updated