AI Coding Workspace
A browser-based, AI-powered code editor designed for instant, code-only development. It features a VSCode-style interface with a live folder tree, side-panel chat, and a full multi-language editor. The AI engine can generate, modify, and refactor entire files or project structures using natural language — always returning clean, production-ready code with no explanations.
- Inline AI-driven coding in all languages
- Context-aware chat tied directly to the repository
- Instant file creation + updates through natural language
- VSCode-like folder management (create, rename, delete, organize files)
- Real-time AI code completion & full-file regeneration
- Automatic redaction of secrets and private keys
- Browser-based environment with no installs required
- Built for creators who want an AI coding partner that writes real code fast — like Bolt or DeepSite, but entirely code-focused, distraction-free, and designed for seamless browser development.
Your account
Generate API keys and check credits. Use the API key in X-API-Key for programmatic calls.
Token balance is decremented after each OpenRouter call using returned
usage.total_tokens (fallback estimate if missing).Top up credits
Add token credits to your account (placeholder flow—attach payment in production).
Use the chat API
POST to /v1/chat/completions with your API key or bearer token.
- Headers:
Content-Type: application/json,X-API-Key: <your-key> - Body:
{ "model": "google/gemini-2.5-flash-lite", "messages": [ { "role": "user", "content": "Hello" } ] } - System prompt is injected automatically from
prompts/system.md.
Session
Need to switch account? Go to login.