cd /news/developer-tools/how-i-built-a-local-tool-that-maps-a… Β· home β€Ί topics β€Ί developer-tools β€Ί article
[ARTICLE Β· art-32774] src=dev.to β†— pub= topic=developer-tools verified=true sentiment=↑ positive

How I Built a Local Tool That Maps Any Codebase in 55 Seconds No Cloud, No Uploads

A developer built Sentinel, a local tool that scans any codebase in 55 seconds without cloud uploads or internet. It generates a ~2,500-token prompt for AI coding agents, using only Python stdlib with zero external dependencies. The tool is available on GitHub and has passed 197 tests with zero failures.

read1 min views1 publishedJun 18, 2026

I spend a lot of time working with AI coding agents Claude Code, Cline, Cursor, OpenCode. And every time I start a new task in a large repo, I hit the same wall: the agent has no idea what the codebase looks like.

So I built Sentinel.

Point it at any repo. It scans everything locally (no uploads, no API keys, no internet needed) and produces:

Every scan runs entirely on your machine. No code leaves your disk. No API calls. Pure Python stdlib β€” zero external dependencies.

The AI agent prompt it generates a total of (~2,500 tokens) replaces hours of manually reading files and explaining the codebase to your agent.

bash
pip install git+https://github.com/Ntooxx/Sentinel.git
project-sentinel scan . --fast
πŸ”— GitHub: https://github.com/Ntooxx/Sentinel
🌐 Dashboard demo: sentinel-nt.netlify.app
πŸ“¦ 197 tests, 0 failures
Let me know what breaks or what's missing. I'm actively improving it.
── more in #developer-tools 4 stories Β· sorted by recency
── more on @sentinel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/how-i-built-a-local-…] indexed:0 read:1min 2026-06-18 Β· β€”