Generates comprehensive relationship and dependency maps for component-based codebases to optimize AI context and project understanding.
Codebase Indexer is a specialized utility designed to map the architecture of modern component-based projects across frameworks like React, Vue, Svelte, Astro, and Next.js. By scanning imports, dependencies, and data flows, it creates a structured index that helps Claude understand unfamiliar projects instantly. It uniquely supports the TOON format, which reduces token consumption by 30-60% compared to standard JSON, making it an essential tool for maintaining deep codebase context within LLM token limits without sacrificing accuracy.
Características Principales
01Automatic framework detection for React, Vue, Svelte, Astro, Next.js, Angular, and Solid
02Maps component usage graphs including 'usedBy' and 'uses' relationships
03Generates token-efficient TOON format files for 30-60% reduction in context usage
04Auto-categorizes components (atoms, molecules, organisms) based on directory patterns
05Tracks NPM dependencies, utility functions, and API/CMS data query patterns
0619 GitHub stars
Casos de Uso
01Optimizing context window usage when working with large projects via the TOON format
02Rapidly onboarding Claude to a large, complex codebase to improve its reasoning accuracy
03Visualizing and documenting component dependencies and architecture during refactoring