Recipe Grid

Paste in, grid out

Drop in a recipe's ingredients and steps. The grid reads left to right: ingredients on the left, each operation spanning everything it combines.

How the reading works

Every ingredient gets a row. An operation cell spans exactly the rows it acts on, so mix covering four rows means those four things go in the bowl together. Columns run in time order, so the rightmost cell is the last thing you do.

Nothing is sent anywhere — parsing happens in your browser, and the app works offline once loaded.