Voxa — Parallel AI Co-pilot
Fix every error in your workspace simultaneously. Get four specialist code reviews in parallel. Build a full app from a description.
|
Other AI tools |
Voxa |
| Fix errors |
One file at a time |
All files simultaneously |
| Code review |
Single model response |
4 specialist personas in parallel |
| Codebase memory |
Resets every session |
Persists across sessions |
| Build from idea |
Not supported |
Research → codegen → write to disk |
Features
Fix All Workspace Errors — Simultaneously
Cmd+Shift+Alt+V — Voxa grabs every TypeScript/ESLint error across all files and sends them all to the AI at once via asyncio.gather. Every file is fixed in parallel. No waiting for one file before starting the next.
Board of Advisors Review
Right-click any file → Voxa: Board of Advisors Review. Four specialist AI personas review your code simultaneously:
- 🔒 Security Expert — OWASP top 10, injection, auth bypasses
- ⚡ Performance Engineer — N+1 queries, memory leaks, blocking I/O
- 🏗️ Senior Architect — SOLID, coupling, abstraction levels
- 📖 DX & Reliability — error handling, type safety, edge cases
Build App from Description
Cmd+Shift+I → Build → describe what you want → pick a stack. Voxa runs parallel research agents on top competitors, extracts patterns, then generates a complete 20-50 file project with Claude. Files are written directly to your workspace and npm install runs automatically.
Persistent Codebase Memory
Run Voxa: Index Workspace once. Voxa reads your package.json, tsconfig, and config files and remembers your stack, patterns, and decisions. Every fix and review uses this context — across sessions.
Fix Selection / Current File
Cmd+Shift+V — or click the lightbulb on any error → Fix with Voxa. Shows the proposed fix with a diff-style Apply button.
Getting Started
- Install the extension
- Open the Command Palette → Voxa: Sign In — paste your token from voxa.app → Settings → API Token
- Run Voxa: Index Workspace to give Voxa context about your project
- Hit
Cmd+Shift+Alt+V to fix all errors, or right-click to review
Keyboard Shortcuts
| Shortcut |
Action |
Cmd+Shift+V |
Fix current file / selection |
Cmd+Shift+Alt+V |
Fix ALL workspace errors in parallel |
Cmd+Shift+I |
Open Voxa panel |
Data & Privacy
The extension sends the following to Voxa's servers for AI processing:
- File contents — only files you explicitly trigger a fix or review on, or files with errors during a multifix
- Workspace metadata —
package.json, tsconfig.json, and config file contents when you run Index Workspace
- Chat messages — messages you type in the Voxa panel
Nothing is sent automatically or in the background. Every action is triggered explicitly by you.
Processed content is used solely to generate responses for your session. Workspace facts you index are stored to your account to enable persistent memory across sessions.
See our full Privacy Policy for details.
Requirements
Support