The Road Ahead
The MVP is built and battle-tested. 232 tests. 8 packages. 21 MCP tools. 38 CLI commands. Now it's time to ship it to the world.
The foundation is solid. Time to launch.
Everything works — the parser, the graph, the MCP tools, the CLI, the viz dashboard. The focus now shifts from building to shipping and getting real users.
Launch Sequence
Four steps from built to public. Each step builds on the last.
Website Launch
Ship nomik.co — the public face of the project. Documentation, demos, and the vision.
npm Publish
Ship @nomik-ai/cli to npm. One command: npm install -g @nomik-ai/cli. Free to use, no restrictions.
GitHub PR Bot
GitHub App that auto-comments blast-radius analysis on every PR. The viral hook — every dev who sees it will want it.
Open Source Release
Publish the full codebase on GitHub under a source-available license. Transparency builds trust — the code speaks for itself.
What's Already Shipped
37 extractors across TypeScript, JavaScript, Python, Rust, SQL, C#, Markdown via Tree-sitter
17 node types, 22 edge types, batch UNWIND upserts, QueryCache, rules engine
search, impact, trace, path, context, health, explain, onboard, communities, flows, wiki, guard, rules, rename, diff, test-impact, audit, service-links, db-impact, changes, projects
scan, watch, impact, explain, pr-impact, audit, rules, guard, onboard, diff, communities, flows, wiki, badge, ci, doctor, and more
Cytoscape.js 2D + Three.js 3D, 4 layout modes, impact overlay, dead code highlighting, search + filter
Git diff → symbol extraction → blast radius → risk scoring (LOW/MEDIUM/HIGH)
Redis, Bull/BullMQ queues, Prometheus metrics, OpenTelemetry spans, Kafka/RabbitMQ/NATS messaging
Hardcoded secret detection, dependency vulnerability audit with blast radius, feature flag tracking
Docker, CI/CD, Terraform, CloudFormation, OpenAPI specs, GraphQL schemas, K8s manifests
9 built-in rules + custom Cypher rules, quality gates, CI pipeline integration
Full symbol explanation with callers/callees and one-command codebase briefing
Architecture drift detection between git SHAs — new/removed files, functions, call edges
NOMIK_ROLE env var: dev, architect, security, pm — each sees only relevant tools
Comprehensive test coverage across 18 test files, 8 packages
Visionary Features
The features that turn Nomik from a tool into a platform. Each one is concrete, buildable, and aligned with the existing architecture.
Live Watch Warnings
Q2 2026Modify a function with 15 callers → instant terminal warning with blast radius. Nomik feels alive while you code.
Natural Language Queries
Q2 2026Ask "Why does checkout break when I change user schema?" and get a graph-grounded answer with citations.
Automated Refactoring
Q3 2026Graph-guided safe refactoring suggestions. Identify extract-method, move-function, and split-module opportunities.
Multi-Repo Federated Graph
Q3 2026Connect graphs from multiple repositories into one federated view. Cross-repo impact analysis and service maps.
Graph Time-Travel
Q3 2026Per-commit graph snapshots. Compare architecture at any two points in time. Track tech debt trends over months.
VS Code Extension
Q4 2026Inline graph overlays in VS Code: see callers, impact radius, and dead code warnings directly in the editor gutter.
Language Expansion
More languages = more teams = more adoption. Community contributions welcome.