google-gemini / gemini-image-editing-nextjs-quickstart
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 4 components.
  • 21 files, 1,115 LOC (14.0% vs. main code).
  • "components" is biggest, containing 50.76% of LOC.
  • "lib" is smallest, containing 1.17% of LOC.


components566 LOC (7%) 10 files
app443 LOC (5%) 4 files
ROOT93 LOC (1%) 5 files
lib13 LOC (<1%) 2 files
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
components11 commits (44%)
app10 commits (40%)
ROOT2 commits (8%)
lib2 commits (8%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025
components
34
app
18
ROOT
10
lib
4


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G components components components--components 5 app app components--app 5 app--app 4 lib lib lib--components 2 lib--app 2 lib--lib 2 ROOT ROOT lib--ROOT 2 ROOT--components 2 ROOT--app 2 ROOT--ROOT 2


2025-06-30 08:43