recipeviz

Edit the recipe to redraw its dependency forest.
SVG
Loading renderer…

How recipeviz works

Write steps as lines. Their results flow from left to right.

Read the image

Start on the left. Each tall action groups the rows inside its green outline; keep moving right to reach the finished step.

Write a .recipe

BUTTER: 4 oz butter melt BUTTER SUGAR: 1 cup sugar BATTER: mix BUTTER SUGAR
NAME: names this line's result NAME … ending names are inputs other text describes what you do
One nonblank line = one step Names: letters + numbers only A result feeds at most one later step No cycles

Shortcut: melt BUTTER has one input and no new name, so later BUTTER means the melted result.