What is Voxcode and who is it for?
What is Voxcode and who is it for?
Voxcode is a voice-first AI coding assistant that lets you build, edit, and preview web applications using natural voice commands — no keyboard required. You speak your intent, and Voxcode generates code in real time with a live preview.Voxcode is built for:
- Mobile developers who want to code on the go without a physical keyboard
- Rapid prototypers who think faster than they type
- Developers of all skill levels who want an AI pair-programmer they can talk to
Does Voxcode work on mobile?
Does Voxcode work on mobile?
Yes. Voxcode is designed mobile-first. The interface uses large tap targets, swipe gestures, and a responsive layout optimized for phones and tablets.On mobile, you can swipe right to open your conversation history and swipe left to open the file explorer. Voice mode works hands-free: after you tap the microphone once, Voxcode keeps listening and automatically picks up your next command after each AI response — no need to tap again between turns.Voxcode is also installable as a PWA (Progressive Web App), so you can add it to your home screen and launch it like a native app.
What AI models does Voxcode support?
What AI models does Voxcode support?
Voxcode connects to 15+ AI models via OpenRouter, organized into three tiers:
- Free models — Zero credit cost. Includes Gemini 2.5 Flash, Claude Haiku 4.5, Qwen 3 Coder Plus, OpenAI o4 Mini High, and more.
- Beta models — Experimental and cutting-edge. Includes Grok 4.1 Fast, GPT 5.1 Codex Mini, MiMo-V2-Flash (free), and others.
- Premium models — Most powerful. Includes Claude Sonnet 4.5, Claude Opus 4.5, Gemini 2.5 Pro, GPT 5.1 Codex, and Grok 3.
Is my code saved? Where is it stored?
Is my code saved? Where is it stored?
Your code is saved automatically in your browser’s
localStorage via Voxcode’s Virtual File System (VFS). Every file the AI generates — HTML, CSS, JavaScript, TypeScript, React components — is written to the VFS instantly and persists between sessions on the same device and browser.Your conversation history and account data are stored securely in Voxcode’s database. The VFS is local to your browser, so clearing your browser data will remove your project files. Use the export feature to download your code before clearing storage.GitHub sync (push/pull from repositories) is coming soon. Check the roadmap for updates.
Do I need an API key to use Voxcode?
Do I need an API key to use Voxcode?
No. On the Free, Starter, and Premium plans, Voxcode handles all API access for you — you just sign in and start coding. Credits are deducted automatically based on the model you use.If you are on the Premium plan, you have the option to bring your own API key (BYOK) from OpenRouter or another supported provider. When you use your own key, requests go directly to your provider and do not consume any Voxcode credits.
What happens if I run out of credits?
What happens if I run out of credits?
When your credit balance reaches zero, you will no longer be able to send requests to paid models. You can still use Free models (marked with
! in the model selector), which cost zero credits regardless of your plan.To continue using paid models, you can:- Top up credits — Purchase a credit pack (40, 100, 200, or 420 credits) at any time. Top-up credits never expire.
- Upgrade your plan — Move to Starter (15/month) for a larger monthly credit allowance.
- Use BYOK — On the Premium plan, add your own API key to bypass the credit system entirely.
Can I export or download my code?
Can I export or download my code?
Yes. You can download any file or your entire project from the file explorer. Individual code blocks in the chat also have a copy button so you can grab specific snippets instantly.Export your project before clearing browser storage or switching devices, since the VFS lives in your browser’s
localStorage.Does Voxcode work offline?
Does Voxcode work offline?
Partially. The Virtual File System (VFS) is stored in your browser and remains accessible offline — you can view and browse your existing files without an internet connection.However, AI code generation, voice transcription (Whisper), and voice synthesis (ElevenLabs) all require an active internet connection. Offline AI generation is not currently supported.
What browsers does Voxcode support?
What browsers does Voxcode support?
Voxcode works best in modern Chromium-based browsers:
- Google Chrome (recommended)
- Microsoft Edge
- Brave
Is there a free plan? What's included?
Is there a free plan? What's included?
Yes. The Free plan gives you 20 credits to start and access to all Free-tier models (marked
You can also purchase credit top-ups at any time on any plan.
!), which cost zero credits per request. Free models include Gemini 2.5 Flash, Claude Haiku 4.5, Qwen 3 Coder Plus, and more — capable models that handle most coding tasks well.If you need access to more powerful models or more credits, you can upgrade:| Plan | Price | Credits/month | Models |
|---|---|---|---|
| Free | $0 | 20 (one-time) | Free models |
| Starter | $7/month | 100 | Free + Beta + 2 Premium |
| Premium | $15/month | 250 | All models + BYOK |
What languages and frameworks can Voxcode generate?
What languages and frameworks can Voxcode generate?
Voxcode can generate code in any language or framework the underlying AI models support. Common use cases include:
- HTML, CSS, JavaScript — Static sites, landing pages, portfolios
- React / JSX / TSX — Component libraries, full React apps
- TypeScript — Typed components and utilities
- Node.js — Server-side scripts, Express apps, API routes
- Vue, Svelte — With appropriate preview setup
- Python, SQL, Bash — For scripting and data tasks (text output, no live preview)
How do I give feedback or report a bug?
How do I give feedback or report a bug?
You can reach the Voxcode team at support@voxcode.app. When reporting a bug, it helps to include:
- A description of what you expected to happen
- A description of what actually happened
- The browser and device you were using
- Any error messages visible in the chat or browser console

