Browser Browser

Сканирование

Новый скан Мониторы

Инструменты

My IP DNS Lookup WHOIS SSL Certificate Ping HTTP Headers Domain Check IP Calculator IDN Converter Reverse DNS Schema Generator TAS-IX Трассировка

Сервисы

Массовый скан Хостинг Отчёт CSEC Дефейс

Разведка

Армия AI-агентов Конкуренты Граф CVE Страхование Репутация

SEO

AI Blog GitHub SEO Site Audit Site Compare Traffic Analytics

Ещё

Все функции Документация Цены
Начать бесплатно
19 LANGUAGES · NO INSTALL · CODE MAP

See the blast radius before you change a file

Paste a GitHub URL. Get an interactive dependency graph in 30 seconds. Find god-nodes, detect circular imports, see which files break if you touch one. Health score A-F.

No clone needed 19 languages D3 force-directed Markdown export
browser.uz/code-flow · github.com/django/django
SAMPLE
82
B
Files347
Edges1284
Cycles3
God-nodes2
Max blast217
utils/base.py blast: 217

Three things you can answer in 30 seconds

No clone, no setup. Paste a GitHub URL — D3 force graph + metrics in 30 seconds.

"What if I refactor this file?"

Click any node, see its blast radius — every file that transitively imports it. Plan refactors with data, not gut feel.

"Where are the god-nodes?"

Files with 20+ imports incoming get flagged red. Those are the ones to break up first — or at least not touch on a Friday.

"Are there circular imports?"

DFS-based cycle detection. Surfaces the actual chain — A → B → C → A — so you know where to break the loop.

19 languages parsed

Imports detected via regex per language. No language-server, no LSP, no build.
Python JavaScript TypeScript JSX / TSX ES Modules Go Java Kotlin Ruby PHP Rust Swift C# C / C++ Headers Vue Svelte

Map your own repo

First analysis is free. ~30 seconds. Markdown export ready for ADRs / PR reviews.

CodeFlow runs server-side via shallow git clone (--depth=1). Repos > 50 MB are rejected. We do not retain source code — only the parsed graph metadata. Public GitHub repos only.