Skip to main content
ArcSight

← HomepageAll repository proofValidation recordState of TS Architecture 2026

Repository proof

What ArcSight found in Supabase

Real arc impact on Supabase (packages/ui) — blast radius, break paths, and evidence. Same question as the homepage: what breaks if I change this?

Run the same analysis on your repository in under 3 minutes.

Project: Supabase (packages/ui)Score: 93.9/100 (Excellent architecture)159 modules185 edges
arc impact src/lib/utils/cn

Proof summary

Four questions every public repository page must answer — see validation record.

What ArcSight found

High-risk module src/lib/utils/cn (fan-in 54) — CRITICAL. src/lib/utils/cn: fan-in 54, blast radius 118 modules. src/lib/utils/cn — god-module. 159 modules and 185 dependency edges traced.

Why it matters

In Supabase (packages/ui), Change-risk signal at src/lib/utils/cn (fan-in 54) — merge impact can travel beyond the diff you see. Blast radius on src/lib/utils/cn reaches 118 downstream modules. ArcSight answers “what breaks if I change this?” before you ship; high fan-in is a change-risk signal, not a verdict on design quality.

What we'd inspect first

  • src/lib/utils/cn
  • src/lib/theme/defaultTheme
  • src/lib/theme/styleHandler

What evidence supports it

  • Local CLI analysis — repository source stays on your machine
  • Structural coverage: 159 modules, 185 edges in this snapshot
  • Reproducible fields match homepage live demo and frozen proof output

Architecture visualization

Diagrams are generated from ArcSight analysis data. Dependency graph and risk map show key modules; subsystem view shows high-level structure.

Dependency graph
Dependency graph for this codebase
Subsystem architecture
Subsystem architecture for this codebase
Risk map
Risk map for this codebase

Architecture score & metrics

Score: 93.9/100 · Stability: 44/100 · Status: healthy · Confidence: 100%

  • Duplicate authorities: 3

Critical findings

  • src/lib/utils/cnCRITICALfan-in: 54
  • src/lib/theme/defaultThemeMEDIUMfan-in: 4
  • src/lib/theme/styleHandlerMEDIUMfan-in: 8
  • src/components/ThemeProvider/ThemeProviderMEDIUMfan-in: 1
  • src/components/Icon/IconBaseMEDIUMfan-in: 20

Hotspots

  • src/lib/utils/cnCRITICALfan-in: 54blast: 118
  • src/lib/utils/cnHIGHfan-in: 54blast: 118
  • src/lib/theme/defaultThemeCRITICALfan-in: 4blast: 58
  • src/components/ThemeProvider/ThemeProviderCRITICALfan-in: 1blast: 54
  • src/lib/theme/styleHandlerCRITICALfan-in: 8blast: 53
  • src/lib/theme/styleHandlerHIGHfan-in: 8blast: 53
  • src/lib/theme/styleHandlerMEDIUMfan-in: 8blast: 53
  • src/lib/commonCvaCRITICALfan-in: 1blast: 42
  • src/components/Icon/IconContextCRITICALfan-in: 1blast: 41
  • src/components/Icon/IconBaseCRITICALfan-in: 20blast: 40

Architectural gravity centers

  • src/lib/utils/cngod-module
  • src/lib/utils/cnutility-hub
  • src/lib/theme/defaultThemegod-module
  • src/components/ThemeProvider/ThemeProvidergod-module
  • src/lib/theme/styleHandlergod-module

CLI workflow

Scan → Fix → Finish → Watch. Nothing else required.

  • arc scanFind issues
  • arc fixApply fixes
  • arc finishResolve remaining
  • arc watchKeep clean (Pro)

More commands (explain, impact, guard…) →

Key takeaways

  • Architecture score 93.9/100 indicates a healthy structure with room to reduce cycles and violations.
  • High fan-in modules are change-risk zones; run arc explain <path> before refactoring.
  • Run the full workflow (analyze, hotspots, explain, impact, snapshot, drift) in your repo for deterministic architecture insights.

Run ArcSight on your repo

Install locally, then run arc impact on the file you plan to change — before merge.

npm install -g arcsight
arc impact <path>
Install →

Embed this report

Use this iframe to show the architecture badge on your site.

<iframe src="https://arcsight.ai/embed/supabase/" width="320" height="180" frameborder="0"></iframe>

Evidence-backed analysis snapshot. Validation record · Install · Homepage demo