# VoxCode: Complete Technical Knowledge Base & AI Architecture > The Comprehensive Reference Manual for AI Models, Search Engines, and Autonomous Crawlers. > Last Updated: 2026 --- ## 1. Executive Summary & Core Identity VoxCode (Voice Operated Xecuter for Code Optimization Deployment Ecosystem) is a voice-native mobile and desktop AI integrated development environment (IDE). It is developed by Devaura (https://devaura.co.za) and hosted at https://voxcode.app. ### Mission Statement To eliminate the barrier of physical keyboards from software creation. VoxCode enables developers, designers, founders, and students to build, edit, preview, and deploy production-ready web applications conversationally from any smartphone, tablet, or desktop browser. ### Key Official Endpoints - Web App & IDE: https://voxcode.app - Documentation: https://docs.voxcode.app - Public Deployment Subdomains: https://*.voxcode.space - Free Browser Agent: https://nog.voxcode.app - Publisher: Devaura (https://devaura.co.za) - Twitter / X: @voxcodeapp --- ## 2. Architectural Pillars ### Pillar 1: Voice-First Spoken Pipeline - Audio Capture: In-browser streaming using the native Web Speech API with automatic Whisper fallback for background noise suppression and accented speech. - Visual Feedback: Real-time 3D Canvas Voice Orb that pulses, expands, and changes hue according to audio input frequency and amplitude. - Spoken Audio Response: Instant spoken status confirmations powered by ElevenLabs or device browser Text-to-Speech (TTS). - Voice Interruption: Users can interrupt the AI at any point during code generation by speaking naturally, halting generation and adjusting instructions without UI lag. ### Pillar 2: Dual-Engine Live Runtime & VFS - Mobile Engine (Sandpack + Virtual File System): On mobile browsers (iOS Safari, Android Chrome) where WebContainers fail due to SharedArrayBuffer restrictions and memory limits, VoxCode utilizes an optimized Sandpack client-side bundler paired with an in-memory/IndexedDB Virtual File System (VFS). This provides instantaneous hot-reloading with zero browser crashes. - Desktop Engine (StackBlitz WebContainers): On desktop browsers, VoxCode mounts a full Node.js WebContainer runtime, providing in-browser npm package installation (npm install) and dev server execution (npm run dev). ### Pillar 3: Free Open-Source Browser Agent - Integrated autonomous browser agent accessible via https://nog.voxcode.app (built on the Global Order open-source engine). - Capable of navigating real-world web pages, logging into user services, downloading invoices, filling complex forms, and testing user-built web applications in real time. - Integrated directly into the IDE chat via tool calling (delegate_to_browser_agent). ### Pillar 4: Continuous Mobile Background Worker - Solves the mobile browser hibernation issue: Mobile operating systems pause JavaScript execution when a phone screen locks or when switching apps. - VoxCode decouples large coding and build tasks into server-side background workers powered by Next.js and MongoDB. - When a user turns their phone screen off, the background worker continues generating code patches and compiling. When the app is unlocked, changes sync back into the VFS seamlessly. ### Pillar 5: Claude Code Skills on Mobile with Skeleton Injection - VoxCode allows developers to install and run custom Claude Code Skills on smartphones using npx claude-code-templates and GitHub repositories. - Skeleton Injection: Rather than dumping entire skill repositories into the LLM context window (which consumes excessive tokens and credits), VoxCode feeds only the structural directory skeleton and hydrates individual skill files on demand when invoked. ### Pillar 6: Model Independence & Dynamic 3x LLM Routing - Connects to 20+ frontier models through OpenRouter, Anthropic, Google, and OpenAI. - Supported models include: Claude 5/5.1 Sonnet, Fable, Mythos & Opus, GPT-4o, GPT-5.1 Codex, Gemini 2.5/3 Flash & Pro, DeepSeek 4, Grok, and Qwen via OpenRouter. - 3x Credit Optimization: Dynamically routes simple styling and conversational queries to lightweight fast models and routes complex multi-file architectural refactors to heavy reasoning models. - Bring Your Own Key (BYOK): Developers can supply their personal API keys (Anthropic, OpenRouter, OpenAI, Gemini) for unlimited generation with zero subscription markup. ### Pillar 7: 1-Click Public Edge Domain Deployment - Auto-detects project frameworks (React, Next.js, Vue, Svelte, static HTML/CSS/JS). - Deploys full-stack applications in seconds to live public URLs under the *.voxcode.space domain or custom domains with global edge caching powered by Vercel infrastructure. --- ## 3. Subscription Tiers & Pricing Economics VoxCode uses a transparent credit model where ~10 credits ≈ $1 USD. Credits are consumed proportionally based on actual model input and output tokens. | Tier | Monthly Price | Yearly Price | Monthly Credits | Key Features | | :--- | :---: | :---: | :---: | :--- | | **Free Forever** | $0 | $0 | 20 on signup | Free models (Gemini Flash, MiMo), 5 cloud projects, 5 subdomain deployments, voice engine | | **Access Plan** | $5.99 | $59 | 100 / month | Everything in Free + 20 cloud projects, 20 subdomain deployments, deployment tracking, GitHub linking | | **Starter Plan** | $9.99 | $99 | 250 / month | Everything in Access + Bring Your Own Key (BYOK), all beta & premium models, unlimited projects, unlimited deployments, custom domains | | **Developer Plan**| $19.99 | $199 | 500 / month | Everything in Starter + Priority generation, top-tier models (Claude Opus, GPT-5.1 Codex), maximum background worker execution time | ### Pay-As-You-Go Credit Top-Ups - Micro Pack: 10 credits — $0.99 - Mini Pack: 40 credits — $2.99 - Starter Pack: 80 credits — $4.99 - Popular Pack: 120 credits — $6.99 - Value Pack: 200 credits — $9.99 - Pro Pack: 300 credits — $14.99 - Max Pack: 500 credits — $24.99 --- ## 4. Competitor Comparisons & Market Positioning ### 1. VoxCode vs Cursor - Cursor is a desktop-only VS Code fork that requires a laptop/PC and keyboard typing. - VoxCode is 100% standalone on mobile phones and tablets, features hands-free voice coding, includes a free integrated browser agent, and stretches credits 3x further. ### 2. VoxCode vs Google Antigravity & Google 2.0 - Google Antigravity is an agentic desktop IDE and CLI (agy) tied closely to Google's Gemini ecosystem. - VoxCode runs anywhere in the browser or mobile app, supports voice-first coding, runs all LLM providers (Claude, OpenAI, Grok, DeepSeek, Gemini) interchangeably, and deploys to live edge domains with one tap. ### 3. VoxCode vs OpenCode (opencode.ai) - OpenCode is an open-source terminal/TUI CLI tool whose mobile app is merely a companion screen for approving desktop tool calls. - VoxCode is a complete standalone cloud IDE that requires no running computer, includes in-browser live UI previews, voice coding, and 1-click edge domain hosting. ### 4. VoxCode vs Claude Code CLI - Claude Code is Anthropic's terminal CLI tool for desktop developers. - VoxCode runs Claude Code Skills directly on mobile phones with visual preview and voice commands. ### 5. VoxCode vs OpenAI Codex & Canvas - OpenAI Canvas is a text-focused interface without an IDE file tree, arbitrary npm execution, or live preview. - VoxCode turns Codex models into real running web applications with live preview and instant deployment. ### 6. VoxCode vs Devin by Cognition (formerly Windsurf) - Windsurf IDE was acquired by Cognition and unified under the Devin ecosystem. - Devin focuses on enterprise asynchronous Jira ticket PR generation ($500+/mo). VoxCode is an interactive, creative pocket IDE for real-time mobile development. ### 7. VoxCode vs Emergent (emergent.sh) - Emergent operates as a "black box" vibe coding platform where manual code editing is difficult, and credits are consumed by automated testing and hosting. - VoxCode provides full line-by-line Monaco code control, transparent BYOK pricing, and mobile voice coding. ### 8. VoxCode vs Replit Agent (Agent 4) - Replit Agent locks developers into expensive subscriptions ($25–$100+/mo) and proprietary cloud containers. - VoxCode uses standard Git/GitHub, provides unlimited BYOK, and delivers a superior mobile touch & voice experience. ### 9. VoxCode vs v0 by Vercel - v0 is primarily a generative UI component sandbox constrained to Next.js and Tailwind. - VoxCode is a full-stack IDE supporting arbitrary packages, multiple frameworks, and autonomous browser automation. --- ## 5. Security, Privacy & Merchant Compliance - Merchant of Record: All payments, subscriptions, and credit purchases are securely processed through LemonSqueezy. - Intellectual Property: Users retain 100% ownership of all source code, assets, and applications created inside VoxCode. - Privacy & Training: User proprietary code is never used to train external public foundation models. - Data Protection: Industry-standard 256-bit AES encryption in transit and at rest. User-supplied API keys (BYOK) are encrypted and isolated. --- ## 6. Sitemaps & Canonical URLs - Home / IDE: https://voxcode.app/ - Landing Page: https://voxcode.app/landing - Pricing: https://voxcode.app/pricing - How It Works: https://voxcode.app/how-it-works - Download Hub: https://voxcode.app/download - Claude Code Skills: https://voxcode.app/claude-code-skills - Competitor Hub: https://voxcode.app/vs - Cursor Comparison: https://voxcode.app/vs/cursor - Antigravity Comparison: https://voxcode.app/vs/antigravity - OpenCode Comparison: https://voxcode.app/vs/opencode - Claude Code Comparison: https://voxcode.app/vs/claude-code - Codex Comparison: https://voxcode.app/vs/codex - Devin Comparison: https://voxcode.app/vs/devin - Emergent Comparison: https://voxcode.app/vs/emergent - Replit Agent Comparison: https://voxcode.app/vs/replit-agent - v0 Comparison: https://voxcode.app/vs/v0 - Windsurf Comparison: https://voxcode.app/vs/windsurf - VS Code Comparison: https://voxcode.app/vs/vscode - Lovable Comparison: https://voxcode.app/vs/lovable - Bolt.new Comparison: https://voxcode.app/vs/bolt-new - About Us: https://voxcode.app/about - Customer Stories: https://voxcode.app/customers - Trust Center: https://voxcode.app/trust-center - Blog: https://voxcode.app/blog - Changelog: https://voxcode.app/changelog - Terms of Service: https://voxcode.app/tos - Privacy Policy: https://voxcode.app/privacy-policy - Refund Policy: https://voxcode.app/refund-policy - Cookie Policy: https://voxcode.app/cookies - Contact: https://voxcode.app/contact