Navin

Vision 360

Navin Vision 360: project health audit, architecture, RBAC and PDF

August 5, 2026 · 3 min read · Navin team

Local health cockpit: score /100, API catalog, Mermaid, RBAC map, SQL inventory, security/perf findings and PDF export - without sending code anywhere.

Vision 360 is not a decorative dashboard: it is the project health cockpit, computed locally from the real files on disk. Scores, API catalog, Mermaid architecture, RBAC map, SQL inventory, security and performance findings, PDF export - without sending your code anywhere.

While agents write, you see the project the way a CTO reads it: what holds, what breaks, what to prioritize.

What Vision 360 actually shows

SectionWhat you get
OverviewGlobal health score /100, KPIs, languages, size, visible debt
API modulesCatalog of endpoints discovered in the code
ArchitectureLive Mermaid diagram of the system
API explorerOpenAPI specs / API surfaces to navigate contracts
Permissions / RBACMap of rights and sensitive zones
SQL QueriesInventory of queries and data patterns
SecurityFindings ranked (critical / high / …) with locations
PerformancePerf risks found in code (N+1, hot loops, etc.)
Export PDFFull 360° report, or a single section

Same engine in the Code workbench and in the Vision 360 tab of Project Home: one truth, not two copies that drift.

Why this changes the positioning

A classic AI IDE helps you write. Vision 360 helps you steer.

NeedIDE + chatNavin Vision 360
Repo healthGut feelingLive score and KPIs
API surfaceManual grepStructured catalog
Rights / RBACReading docsDedicated map
Hidden SQLBlind searchBounded inventory
Shareable auditScreenshotExportable 360° PDF
Project dataOften cloudLocal scan only

The report is heuristic and bounded (file / size caps) so it stays fast on large repos. No file content leaves the machine: local assembly, local UI.

The flow that impresses

  1. Open the project in Navin.
  2. Launch Vision 360 (Code workbench or Project Home).
  3. Read the score and critical / high counters.
  4. Chain Review or Security /fortify on the red zones.
  5. Turn findings into board tasks, then autonomy: branch, tests, PR.
  6. Export the PDF for a client, a CTO or an audit pack.

Vision 360 is not the end of the work: it is the radar that decides where to send the agents.

Workbench + audit: two faces of the same post

The Vision 360 workbench article covers the session control room (preview, mobile, tasks, graph, terminal). Here we talk about the 360° audit engine: the cross-cutting read of the project.

Together:

  • the workbench shows what the agent is doing now;
  • the audit shows where the system stands;
  • the graph shows how the parts connect.

PDF export: the deliverable that leaves Navin

Two modes:

  • Full 360° report - every section, including rendered architecture.
  • One section only - ideal for a security or SQL focus.

The PDF becomes a project artifact: weekly review, due diligence, onboarding a new tech lead, proof for a client. Not a chat that disappears.

FAQ

Does Vision 360 replace /fortify or /inspect?

No. Vision 360 maps and scores. Review and Security prove and propose a #1 plan. The three complete each other.

Are scores a magic grade?

No. They are local heuristics. They orient; evidence still lives in the investigate agents and in your tests.

Does it work without a GitHub remote?

Yes. Everything is read from local disk. GitHub enriches Issues / PRs elsewhere; Vision 360 does not depend on it.

Is it slow on a monorepo?

The scan is bounded (files, sizes, finding counts). Generated folders (node_modules, .venv, dist…) are skipped.

Download Navin · Features · Documentation

Conclusion

Vision 360 turns a repository into a decision dashboard: health, architecture, rights, data, risks, PDF. That is what chat alone cannot be - and what makes Navin a project steering tool, not just a diff generator.

Try Navin on your machine

Local agent, cross-platform. Code, debug, scrape, leads, security and review - without leaving Navin.

Related reading