Hey everyone,

I’ve been working on a side project called Prompt Flow and wanted to share it here — it’s not finished yet, but I’ve been using it day to day.

The real starting point: when I’m developing an algorithm, I didn’t want to keep going with spoken explanations or flat text notes. I wanted to design a flow and see the whole process at once — so I moved to a canvas where I can answer “where does it go from here, and what happens on this branch?” in one glance.

What’s in there now:

Flow control: if/else, for/while, switch, try/catch