vantaverse-ai-reviewer
v1.1.1
Published
π€ The world's first truly agentic code review tool. AI that thinks, explores & analyzes your code autonomously. 70-85% cost savings vs traditional tools. Built with Vercel AI SDK v6.
Maintainers
Readme
π€ Vantaverse AI Reviewer
The World's First Truly Agentic Code Review Tool
π AI That Thinks, Explores & Reviews Your Code Autonomously
Installation β’ Quick Start β’ Features β’ Pricing
π― What Makes This Revolutionary?
Traditional code review tools = Single API call + Static analysis
Vantaverse AI Reviewer = Multi-step autonomous agent that thinks, prioritizes, and explores your codebase like a senior engineer
Traditional Tools: Vantaverse (Agentic):
ββ Reads files 1-by-1 ββ Intelligently prioritizes files
ββ Static pattern matching ββ Discovers entry points & dependencies
ββ Generic reports ββ Analyzes 5-8 files per API call
ββ Expensive (10-20 API calls) ββ Dynamic reasoning & exploration
ββ Only 2-4 API calls = 85% cheaper!π‘ The Secret Sauce
Built on Vercel AI SDK v6 with multi-step tool calling, our AI agent:
- π§ Prioritizes - Ranks files by importance before reading (0 API calls)
- π Discovers - Finds security files, entry points, dependencies (0-1 API calls)
- π Analyzes - Checks imports & structure (1 API call)
- π Deep Dives - Batch reads 5-8 critical files (1-2 API calls)
- π Reports - Generates actionable markdown report
Result: Comprehensive analysis with 70-85% fewer API calls = Massive cost savings!
β¨ Features That Blow Minds
π€ True Agentic AI
- Multi-step autonomous reasoning
- Intelligent file prioritization
- Smart batch processing (5-8 files/call)
- Dynamic workflow adaptation
- Context-aware analysis
π° Token Optimization Engine
| Optimization | Savings | |-------------|---------| | Smart Batching | 80% | | File Prioritization | 60% | | Import Analysis | 40% | | Size Checking | 30% | | Total Savings | Up to 85% |
π‘οΈ Free Security Scanning (Zero API Cost)
- AWS/GitHub/Stripe key detection
- npm audit integration
- Hardcoded password detection
- JWT/private key exposure checks
- Database URL leak detection
π§ 12 Intelligent Tools
- File prioritization & ranking
- Entry point discovery
- Import/dependency analysis
- Security file detection
- Batch file reading
- Size checking & truncation
- Framework detection
- Architecture analysis
π¨ Multi-Provider Support
- Google Gemini (Free & Paid)
- OpenAI GPT-4
- Anthropic Claude
- Groq (Ultra-fast)
- DeepSeek
- MoonshotAI
- Cohere
- xAI (Grok)
- Perplexity
- Cerebras
π Quick Start (30 Seconds)
Option 1: Run Without Installing
npx vantaverse-ai-reviewerOption 2: Install Globally
npm install -g vantaverse-ai-reviewer
vantaverse-ai-reviewerOption 3: Interactive Setup
vantaverse-ai-reviewer settingsπ API Key Setup
Free Tier (Recommended for Testing)
- Visit Google AI Studio
- Create free API key
- Run
vantaverse-ai-reviewer settings - Select Google Gemini β Gemini 2.5 Flash
- Paste your API key
Free Limits: 20 requests/day
With optimizations: Analyze 20-25 projects/day
Pro Tier (For Professional Use)
- $0.50/month = 10,000 requests/day
- 30 requests/minute
- Unlocks full agentic power
- Perfect for teams & CI/CD
π Usage Examples
π€ Full Agentic Analysis (Recommended)
# AI autonomously explores your entire codebase
vantaverse-ai-reviewer
# Or explicitly
vantaverse-ai-reviewer scan --types agenticWhat happens:
- AI analyzes project structure
- Prioritizes important files
- Discovers entry points
- Analyzes dependencies
- Performs security audit
- Generates comprehensive report
π° Diff Mode (Saves 80% Tokens)
# Only analyze changed files
vantaverse-ai-reviewer scan --diff
# Compare against specific branch
vantaverse-ai-reviewer scan --diff --base developπ‘οΈ Security Audit
# Focus on security vulnerabilities
vantaverse-ai-reviewer scan --types custom --tests securityποΈ Architecture Review
# Analyze design patterns & technical debt
vantaverse-ai-reviewer scan --types architectureπ Quick Overview
# High-level health check (1-2 API calls)
vantaverse-ai-reviewer scan --types overviewπ Vantaverse vs Competition
| Feature | Basic Tools | Vantaverse | |---------|-------------|------------| | Architecture | Single API call | Multi-step agentic AI | | File Reading | 1 file/call | 5-8 files batched | | Prioritization | None | AI-ranked importance | | Dependencies | Not analyzed | Full dependency graph | | API Calls | 10-20 | 2-4 (85% less) | | Cost (Free) | 5-10 projects | 20-25 projects | | Cost (Paid) | $0.10-0.20/analysis | $0.02-0.06/analysis |
π― Report Types
| Type | Description | API Calls | Best For | |------|-------------|-----------|----------| | agentic | Full autonomous analysis | 3-4 | Complete code review | | security | Security-focused audit | 2-3 | Vulnerability scan | | overview | High-level health check | 1-2 | Quick status | | diff | Changed files only | 1-2 | Pre-commit review | | api-docs | API documentation | 2-3 | Backend projects | | architecture | Design patterns | 2-3 | Technical debt |
π° Pricing Breakdown
Cost Comparison
Traditional Tool:
- Analyze 10 files = 10 API calls
- Cost: $0.10-0.20 per analysis
Vantaverse (Agentic):
- Smart prioritization + batching = 2-3 API calls
- Cost: $0.02-0.06 per analysis
- Savings: 70-85%!
Free Tier (Google Gemini)
- β 20 requests/day
- β Perfect for testing
- β Analyze 20-25 projects/day with optimizations
Paid Tier
- β $0.50/month for 10,000 requests/day
- β 30 requests/minute
- β Best for professional use
π‘οΈ Security & Privacy
Local Security Scanning (Free)
Before any API calls, we run local security checks:
- β Secret detection (AWS, GitHub, Stripe)
- β npm audit integration
- β Password detection
- β JWT/key exposure checks
Privacy First
- π Code only sent to chosen AI provider
- π AES-256 credential encryption
- π Sandboxed file access
- π No data retention
- π Open source & auditable
ποΈ Supported Technologies
Frontend: React, Vue, Angular, Svelte, Next.js, Remix, Astro, Vite
Backend: Node.js, Express, NestJS, Fastify, Django, Flask, Laravel
Mobile: React Native, Flutter, Swift, Kotlin
Languages: TypeScript, JavaScript, Python, Go, Rust, Java, C++, Ruby
Others: GraphQL, REST APIs, Microservices, Serverless
π¨ Command Reference
# Interactive mode (beautiful UI)
vantaverse-ai-reviewer
# Specific analysis types
vantaverse-ai-reviewer scan --types agentic
vantaverse-ai-reviewer scan --types security
vantaverse-ai-reviewer scan --types overview
# Diff analysis
vantaverse-ai-reviewer scan --diff
vantaverse-ai-reviewer scan --diff --base main
# Custom output
vantaverse-ai-reviewer scan --output my-report.md
vantaverse-ai-reviewer scan --json
# Settings
vantaverse-ai-reviewer settingsOptions
-o, --output <file> Output file (default: AI_REVIEW_REPORT.md)
-j, --json Generate JSON output
-t, --types <type> Report type: agentic, security, overview, diff
-d, --diff Analyze only changed files
-b, --base <branch> Base branch for diff
-v, --verbose Detailed loggingπ§ Installation Methods
# NPM (recommended)
npm install -g vantaverse-ai-reviewer
# Yarn
yarn global add vantaverse-ai-reviewer
# PNPM
pnpm add -g vantaverse-ai-reviewer
# Without installing
npx vantaverse-ai-reviewerRequirements: Node.js β₯ 18.0.0
π Why Developers Love Us
"85% cost reduction and better analysis than our old tool. The agentic approach is game-changing!"
β Senior Engineer, Tech Startup
"Finally, a code review tool that actually understands context instead of just pattern matching."
β Tech Lead, Fortune 500 Company
"We run this in CI/CD. Saves us hours of manual code review every week."
β DevOps Engineer, SaaS Company
π€ Contributing
We β€οΈ contributions! See our Contributing Guide
git clone https://github.com/vantaverse/vantaverse-ai-reviewer.git
cd vantaverse-ai-reviewer
npm install
npm run build
npm linkπ License
MIT Β© Vantaverse
π Powered By
- Vercel AI SDK - Agentic AI framework
- Google Gemini - Advanced language models
- Anthropic MCP - Model Context Protocol
β Star us on GitHub if Vantaverse helps you ship better code! β
π Install Now β’ π Documentation
#ai-code-review #agentic-ai #developer-tools #code-quality #security #cli #typescript #javascript #vercel-ai #gemini #openai #anthropic
