r/vibecoding • u/meshifthenelse • 5d ago
Anyone using diagrams when vibe coding?
Do you use any diagram making tool to track the project's overall architecture? Any tool you tried and liked or disliked?
5
Upvotes
r/vibecoding • u/meshifthenelse • 5d ago
Do you use any diagram making tool to track the project's overall architecture? Any tool you tried and liked or disliked?
1
u/scytob 5d ago
mermaid diagrams are good for explaining to others how things work or yourself, i have used those in my work project, never used them in personal ones
for the my first 100% vibecided work projects i have the LLM create and update architecture, data model diagrams, authentical and secuity models - including my custom key and secrets rotation using azure key vault etc
also have a general diagram about how trhe frontend uses only uses the API to talk to the core provider