A lightweight, zero-configuration local tool that watches your project and builds interactive graphs of your functions call hierarchy, database schemas (ERD), and architectural layers.
npx @vmcreate/ai-watcher
Real-time interactive graph of your functions, database entities, and architectural layers — all in one local dashboard.
No configuration files, no setups, no cloud uploads. Simply run it and explore your codebase.
Explore live call hierarchies between functions and methods. Hover highlights show caller/callee links, and broken connections trigger warnings.
Auto-extracts database models from Prisma schemas, SQL scripts, and object classes. Displays relationship links with yellow PK and purple FK indicators.
Organizes code into logical layers (CLI, Application, Server, DB, etc.) in a D3 tree, displaying functions count, file-level dependencies, and recent changes.
Instantly detects when function call chains break due to rename or deletion. Flash alerts and history log keep your agent and team informed in real time.
Upload screenshots, paste reference URLs, and let the AI Vision agent analyze and generate a full Master UI Prompt with Anti-AI-Slop directives and Impeccable guidelines.
One command — npx @vmcreate/ai-watcher — and the full visualization dashboard opens locally. No cloud, no sign-up, no YAML files.
AI-Watcher works out of the box. Point it at any repository, and it immediately scans and serves the interactive visualization dashboard locally.
Type npx @vmcreate/ai-watcher inside your workspace root.
Dashboard opens on http://localhost:4321 instantly.
Graphs update dynamically as you modify files in your editor.
viktor@laptop:~/project$ npx @vmcreate/ai-watcher
╔══════════════════════════════════════════════════════╗
║ AI-WATCHER v3.0.2 — Modular Architecture Edition ║
║ Functions Graph · DB ERD · Architecture View ║
╚══════════════════════════════════════════════════════╝
[AI-WATCHER] Watching root: C:\PROGRAMIRANJE\chronos
[AI-WATCHER] Scanning for source files and DB schemas…
[SYNC OK] Graphs ready: 130 functions · 36 DB entities · 253 links
[AI-WATCHER] Visualization App: http://localhost:4321
[AI-WATCHER] Browser opened: http://localhost:4321
Upload screenshots or paste a reference URL. AI-Watcher's Vision Agent analyzes it, generates a Master UI Prompt with Anti-AI-Slop directives, and sends it directly to your coding agent.
Drag & drop multiple design screenshots or paste a reference website URL. Supports PNG, WebP, JPG.
Gemini Vision Agent inspects the image and URL content — extracting color palette, typography, layout structure, and design patterns.
Synthesizes a Master UI Prompt with 11 Impeccable design commands, Anti-AI-Slop directives, and bespoke design token specifications.
One-click sends the generated prompt to your AI coding agent (Gemini / OpenAI) via API — ready to rebuild your UI immediately.
Available in the Design tab of your AI-Watcher dashboard
Try Design Hub Free ↗AI-Watcher writes a structured graph index to a local .ai_context.json file, allowing coding agents like Gemini, Claude, or Cursor to understand your full codebase at a glance.
Instruct your agent to read .ai_context.json before any action to ensure 100% accurate codebase maps.
When changes exceed 10,000 lines, AI-Watcher triggers a warning to pause and summarize — preventing agent context drift.
Structural changes and design decisions are immediately written into the graph index and the agent's persistent memory.