Summary
A repo's component structure comes back as a UI flow diagram without manual mapping.
The one tool, generate_ui_flow, scans a React or Angular codebase to identify components, their relationships, and the overall UI structure, working from either a local path or a named remote repository.
What it is
A UI-diagram generator: its single tool analyzes a React or Angular repository and produces a UI flow diagram from the components it finds.
What you get
- Generate a UI flow diagram from a React or Angular repo, local or remote (generate_ui_flow)
Requirements
A React or Angular repository to scan — a local path or an owner and repo name.
Setup effort
One command — npx -y uiflowchartcreator
