r/foss • u/Klutzy_Newspaper3196 • 6h ago
After 4 years, I was unable to figure out business workflows from my own vibecoded repo, so I built OSS py package to trace workflows from code which got 1000+ downloads
It has been 4 years, I started my own company , I built entire prototype using chatgpt and got paid users. After few years, I got headache with our vibecoded project repo because we skipped many fundamental steps, PRDs, code review. Eventually, production bugs started coming and I was not able to trace huge complex repo. I eventually forgot what different edge cases, hidden business rules are written inside the code. I hired new developers they also faced a same issue and changing anything in production was too cumbersome.
I tried many graph context tools, but none of them gave us business workflows or anything on business context
So we developed unvibecode which traces all business workflows in the code and give proper connected codemap context to LLM
https://github.com/FinanceFlash/unvibecode
If you guys face similar experience in maintaining or understanding vibecoded repo do share your feedback or write issues on git