COMMAND CONSOLE v2.17
(C) 1984-1987 SYNTAXA SYSTEMS INC. ALL RIGHTS RESERVED
C:\PROJECTS\SYNTAXA>npx syntaxa scan ./repo --output ./docs --template c4
[OK] 42 components scanned, C4 diagrams saved to ./docs
C:\PROJECTS\SYNTAXA>npx syntaxa generate ./repo --format markdown --diagram-format svg
[OK] Markdown docs and SVG diagrams written to ./repo
C:\PROJECTS\SYNTAXA>npx syntaxa query "How does authentication work?" [OK] Found auth modules, built dependency map [ANSWER] JWT tokens validated via middleware in auth-handler.js (line 42)
Syntaxa scans your code and configurations to generate consulting grade documentation and diagrams automatically.
Join the waitlist to be the first to know when we launch.
_Save hours with AI-generated Markdown
_Spot risks, dependencies, configs
_Refreshes with every code push
_Understand architecture quickly
> step 1: scan repo
npx syntaxa scan ./repo
> step 2: analyze
parsing code, configs,
dependencies...
> step 3: generate docs
/docs/architecture.md
/diagrams/system.svg
npx syntaxa scan ./repo --output ./docs --
--template c4
npx syntaxa generate ./repo --format markdown
--diagram-format svg
npx syntaxa query
"How does authentication
work?"
/use-cases/ ├─── onboarding/ │ └─── fast-track-new- devs.md ├─── open-source/ │ └─── contributor-guide.md ├─── refactoring/ │ └─── legacy-structure- overview.svg ├─── audits/ │ └─── security-insights.md └─── ci-cd/ └─── auto-refresh- docs.yaml