Portfolio intelligence for AI engineering teams. Scan repos, score health, find cross-project patterns.
Project description
nxtg-atlas
Portfolio intelligence for AI engineering teams.
Scan your repos. Score health. Find cross-project patterns nobody else sees.
pip install nxtg-atlas
The Problem
You manage 5, 10, 20+ repos. Every tool on the market — Cursor, Copilot, Claude Code — works inside a single repo. Nobody sees the full picture:
- Which repos have zero tests?
- Are your React versions consistent across projects?
- Where are you duplicating FastAPI patterns instead of sharing them?
- Which repos haven't been touched in weeks?
You don't know until something breaks.
The Solution
atlas init --name "My Portfolio"
atlas add ~/projects/api
atlas add ~/projects/frontend
atlas add ~/projects/ml-pipeline
atlas scan
atlas status
30 seconds. Full portfolio health dashboard. Real data from your repos.
What You Get
╭─────────────────────── ATLAS Portfolio Dashboard ─────────────────────────╮
│ │
│ Portfolio: NXTG.AI | 8 Projects | 609 Test Files | 1,251,303 LOC │
│ Health: B (82%) | Scanned: 2026-03-04T01:15 │
│ │
╰─────────────────────────────────────────────────────────────────────────────╯
┌────┬────────────────────┬──────────┬────────┬──────────┬─────────────────────┐
│ │ Project │ Health │ Tests │ LOC │ Tech Stack │
├────┼────────────────────┼──────────┼────────┼──────────┼─────────────────────┤
│ ● │ Dx3 │ A 94% │ 179 │ 164,806 │ Python · TypeScript │
│ ● │ content-engine │ B+ 88% │ 23 │ 12,552 │ Python │
│ ● │ Podcast-Pipeline │ B+ 88% │ 49 │ 33,680 │ Python · FastAPI │
│ ● │ nxtg.ai │ B+ 87% │ 36 │ 49,938 │ TypeScript · Next.js│
│ ● │ Faultline │ B+ 86% │ 29 │ 15,527 │ TypeScript · React │
│ ● │ voice-jib-jab │ B+ 86% │ 58 │ 45,311 │ TypeScript · Python │
│ ● │ SynApps │ C 67% │ 114 │ 793,406 │ Python · TypeScript │
│ ● │ NXTG-Forge │ D 59% │ 121 │ 136,083 │ TypeScript · Rust │
└────┴────────────────────┴──────────┴────────┴──────────┴─────────────────────┘
This is real output from scanning 8 production repos. Not a mockup.
Features
- Health scoring — 4 dimensions (tests, git hygiene, documentation, structure) → A-F grade
- Tech stack detection — Python, TypeScript, Rust, Go, Java + frameworks (FastAPI, React, Next.js, Django, etc.)
- Git health — branch, commit count, dirty state, remote status
- Database detection — PostgreSQL, SQLite, Redis, MongoDB, pgvector
- Cross-project intelligence — shared deps, version mismatches, health gaps
- Batch add —
atlas batch-add ~/projectsadds every repo at once - Export — markdown and JSON reports for stakeholders
- Unlimited projects — no limits, no tiers, no gates
Everything is free. Everything is open source. No catches.
What It Detects
| Category | Examples |
|---|---|
| Languages | Python, TypeScript, JavaScript, Rust, Go, Java, Ruby, C++, Swift, Kotlin |
| Frameworks | FastAPI, Django, Flask, React, Next.js, Vue, Express, Tailwind, Vite |
| Test Frameworks | pytest, Vitest, Jest, Playwright |
| Databases | PostgreSQL, SQLite, Redis, MongoDB, pgvector |
| CI/CD | GitHub Actions workflows |
| AI Tools | Anthropic SDK, OpenAI |
| Documentation | README, CLAUDE.md, CHANGELOG, docs/ |
Health Score Breakdown
Each project scores 0-100% across 4 dimensions:
Health Breakdown:
Tests █████████████░░ 90%
Git Hygiene ██████████████░ 99%
Documentation ███████████████ 100%
Structure █████████████░░ 90%
| Dimension | What It Measures |
|---|---|
| Tests (35%) | Test file count relative to source files |
| Git Hygiene (20%) | Commits, remote, clean working tree |
| Documentation (20%) | README, CLAUDE.md, NEXUS, CHANGELOG, docs/ |
| Structure (25%) | CI/CD, .gitignore, package config, source organization, linting |
Cross-Project Intelligence
Atlas finds patterns across your repos that no single-repo tool can see:
╭───────────────── Cross-Project Intelligence ──────────────────╮
│ │
│ Shared Dependencies │
│ ℹ fastapi used across 4 projects │
│ ℹ react used across 3 projects │
│ │
│ Version Mismatches │
│ ⚠ react: ^18.2.0 (app-a), ^19.2.1 (app-b) │
│ ⚠ fastapi: >=0.100.0 (api-v1), >=0.115.9 (api-v2) │
│ │
│ Health Gaps │
│ ✖ 3 projects have zero tests │
│ ⚠ 1 project has 50+ uncommitted changes │
│ │
╰────────────────────────────────────────────────────────────────╯
Commands
| Command | Description |
|---|---|
atlas init |
Create a portfolio |
atlas add <path> |
Add a project |
atlas scan |
Re-scan all projects |
atlas status |
Portfolio dashboard |
atlas inspect <name> |
Deep-dive on one project |
atlas remove <name> |
Remove a project |
atlas connections |
Cross-project patterns |
atlas batch-add <dir> |
Add all repos in a directory |
atlas export |
Markdown/JSON report |
atlas support |
How to support this project |
atlas reset |
Delete all data |
Requirements
- Python 3.11+
- git (for repo detection)
How It Works
Atlas scans your project directories — no network calls, no cloud, no telemetry. Everything runs locally.
- File walking — counts source and test files, skipping
node_modules,.venv,target, etc. - Config parsing — reads
pyproject.toml,package.json,Cargo.tomlfor deps and frameworks - Git inspection — runs
git log,git status,git branchfor repo health - Health scoring — weighted formula across 4 dimensions → A-F grade
- Cross-project analysis — compares deps, versions, and patterns across all repos
State lives in ~/.atlas/portfolio.json. Portable, inspectable, no database.
FAQ
Is this open source? Yes. MIT license. Every feature is free. No tiers, no gates, no "upgrade to unlock."
Does it phone home? No. Zero network calls. No telemetry. No analytics. Your code stays on your machine.
How fast is it? 8 projects with 1.25M lines of code scanned in 31 seconds.
Does it work with monorepos?
Each atlas add path is treated as one project. For monorepos, add the root.
Can I use it in CI?
atlas export --format json outputs machine-readable data. CI integration coming soon.
Support This Project
Atlas is free and always will be. If it saves you time, consider supporting development:
Supporters get their name in SUPPORTERS.md, priority GitHub issues, and early access to new features.
License
MIT
Built by NXTG.AI — the team behind NXTG-Forge.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nxtg_atlas-0.2.0.tar.gz.
File metadata
- Download URL: nxtg_atlas-0.2.0.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
963d585611d789b46f887da2bfe14d2d146b0453a93a47de0d4760a8f630f332
|
|
| MD5 |
fe0dcc55167adf152ce3bd27001707c7
|
|
| BLAKE2b-256 |
bb25b14b9d5370d29c8d90f9118281dd74bb963335c54888643305881d4c62a3
|
File details
Details for the file nxtg_atlas-0.2.0-py3-none-any.whl.
File metadata
- Download URL: nxtg_atlas-0.2.0-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf479f56ccc9abf9af17f59118b7d19a6efcc4a81ff467259bd02d93aed20367
|
|
| MD5 |
7431d70a743e458ae6adfa25d946c496
|
|
| BLAKE2b-256 |
7f79db889b4866821461f91f3ea14353f2ec73bca091f715b15697fafac3b253
|