01 // Overview
"A CLI tool for generating component registries compatible with shadcn/ui CLI, automating registry.json creation."
02 // The Challenge
Parsed complex React component ASTs to extract metadata and dependency relationships, enabling clean component separation and registry management.
03 // The Solution
Built a robust parser using ts-morph for deep AST manipulation and custom scaffolding logic for maintainers.