All activity
Code Eye is a personal tool that visualizes large Next.js codebases to make architecture easy to understand. It maps routes, file dependencies, and reverse dependencies, and generates clear ER diagrams if your Next.js project uses Prisma. It works with local projects and GitHub repositories.
Useful for: onboarding into large codebases, safe refactoring, impact analysis, debugging, and understanding complex system architecture at a glance.

Code EyeNext Js and Prisma Visulizer
ritesh Guptaleft a comment
I built Code Eye to solve a very real problem I kept running into: understanding large open-source Next.js projects without spending hours jumping between folders and files. Whenever I explored a new GitHub repo, my first questions were always the same: Where are the routes? How is the app structured? How do files depend on each other? If the project uses Prisma, how is the database designed?...

Code EyeNext Js and Prisma Visulizer
