Welcome
Hi, I'm Victor 👋 — creator of vexal. I'm building developer tooling that gives engineers and AI agents an accurate picture of their codebase before making changes. Always open to feedback and collaboration, don't hesitate to reach out!
Vexal Documentation
Vexal is a developer workflow CLI with a built-in dependency graph, AI tooling, and repo automation.
vx gives you and your AI agents accurate codebase context so you can move faster with fewer surprises.
Feature Legend
Commands marked PRO are powered by the nyx engine, proprietary analysis technology I built and maintain as part of vexal. These features are completely free to use. The PRO badge simply means the underlying engine is closed-source.
Recently Released v1.4.0
vx deps <file>shows what a file imports and every file in the repo that depends on it, with line numbers.vx impact <file>gives you the blast radius of a change before you write a single line, following TypeScript re-export chains for accurate results across the entire repo.vx initnow builds a dependency snapshot automatically on first run, indexing every import relationship in your Go, TypeScript, or Python codebase.vx initgenerates aCLAUDE.mdgiving Claude Code accurate dependency context in a single command instead of multiple grep passes.
Feature Highlights
Getting started
To take advantage of all vx features, make sure you have an OpenAi API key and
a Github Access Token with proper persmissions.