# braedonsaunders/codeflow

Paste any GitHub URL → interactive architecture map. See how files connect, find what breaks if you change something. No install, no accounts — runs entirely in your browser.

Repository: https://github.com/braedonsaunders/codeflow
Canonical: https://ross.abutalabs.com/products/codeflow
Homepage: https://codeflow-five.vercel.app
Language: HTML
License: MIT
License Family: permissive
Topics: architecture, browser-based, code-analysis, codebase-visualization, d3js, dependency-graph, developer-tools, github-api, single-file, visualization
Last push: 2026-08-24T01:06:38+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 18
- inputs: {"age_days": 260, "days_push": 10, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5076, forks 758 (observed 2026-08-28T04:09:09.420673+00:00)

## What it is
CodeFlow is a browser-based tool that turns any GitHub repository URL (or local files) into an interactive architecture map showing how files connect. It provides dependency graphs, blast radius analysis, security scanning, pattern detection, and code health scoring with zero installation.

## Use cases
- visualize a github repo's architecture as an interactive dependency graph
- find out what breaks if I change a file
- analyze blast radius of a pull request before merging
- scan a codebase for hardcoded secrets and sql injection
- identify god objects and circular dependencies in a new codebase
- see who owns a file based on git history
- grade the health of a codebase before taking it over

## When to choose
- you want instant codebase insight without installing anything or creating accounts
- you're onboarding onto an unfamiliar repository and need an architecture overview
- you need quick static analysis of security issues and anti-patterns in the browser
- you want to assess the impact of a change or PR before making it

## When to avoid
- you need deep, compiler-accurate static analysis or IDE-integrated refactoring tools
- you need to analyze private repositories with server-side processing or CI integration beyond the provided GitHub Action
- you need runtime profiling or dynamic dependency tracing rather than static analysis

## Facets
- artifact type: application
- maturity: active
- function: developer-tools, data-visualization, search-engine, security, code-review
- domain: developer-tools, web-development, version-control, analytics
- platform: browser
- tags: codebase-visualization, dependency-graph, architecture-map, blast-radius, static-analysis, github-api, d3js, single-file, no-install, web-server

## Member repositories
- braedonsaunders/codeflow (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:09.420673+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:02:36.675960+00:00, confidence not recorded.
  - readme: https://github.com/braedonsaunders/codeflow (fetched 2026-08-28T04:09:09.420673+00:00, sha 2e08a6621342)
  - homepage: https://codeflow-five.vercel.app (fetched 2026-08-29T08:57:28.992631+00:00, sha aba1d04a8050)
- Data as of 2026-08-30T08:39:29.467469+00:00.
