
A real-time collaborative workflow canvas built on the MERN stack, letting teams visually design and edit execution plans together with Socket.io-powered live sync.
The AI layer runs a RAG pipeline over ChromaDB and Llama 3.3 on a Flask service — feeding it raw requirement documents and having it automatically extract structured, ready-to-run execution plans, with webhooks tying the flow into external systems.
- Real-time multi-user canvas editing via Socket.io
- RAG pipeline over ChromaDB + Llama 3.3 for document-to-plan conversion
- Visual workflow building with React Flow
- Webhook integrations for external system hooks


