Disclaimer: Independent educational project. Not affiliated with EvoluteIQ. Built by Kaushal Khodifad. Data from public sources; figures are estimates.return to portfolio
Disclaimer: Independent educational project. Not affiliated with EvoluteIQ.
FlowIQ v0.1

Describe a process - get a runnable flow

Type one sentence → get a runnable, glass-box flow on the canvas. Press Run.

Try:

Process Flow Studio

Seed input:
truefalsetrue
Invoice received
trigger · manual
source: invoices
AI extract invoice fields
ai · extract
extract
Match purchase order
connector
po_ledger · matchPO
Compute payable total
transform
payable, lineCount
Amount over $5,000?
condition
total > 5000
TF
VP approval
approval · human
→ VP Finance
Schedule payment (Stripe)
connector
stripe · schedulePayment
Invoice Approval & 3-Way Match

The headline proof. With the $4,020 invoice (INV-1002) and threshold total > 5000, the false branch fires and a real Stripe op schedules the payment (watch the fabric write in the inspector). Change the condition to total > 4000 and re-run - the true branch fires and halts at VP approval. Try INV-1001: its total exceeds the approved PO, so the payment op itself refuses with GuardrailReject.

Do it now: Edit the condition from total > 5000 to total > 4000, then re-run. - then hit Run and watch the branch flip.

Click any node to edit its config. Click a node’s output handle, then a target, to draw an edge.

Scenario gallery

One click loads a runnable graph + seed. Then edit a number and re-run.

↑ Independent educational project by Kaushal Khodifad. EvoluteIQ is a real company in the intelligent automation & process orchestration space; this design and the underlying prototype were built by Kaushal as a portfolio study. Not affiliated with, endorsed by, or representative of EvoluteIQ's actual product. Data is from public sources. Figures are estimates.

Return to portfolioOpen the live demo