MagicWeb v3.1 is a 2026-standard In-Browser Cloud Hypervisor that integrates the architectural breakthroughs of Grok v3 while addressing real-world production gaps.
- Direct GitHub REST API Ingestion: Pulls complete repository trees and file blobs directly via
api.github.comwithout needing a local git binary. - Rate-Limit Resilience & PAT Support: Configurable GitHub Personal Access Token (boosts API limit from 60 to 5,000 requests/hr).
- Local Folder Drag-and-Drop Dropzone: Supports
<input webkitdirectory />to drag & drop any local project directory directly into browser storage instantly without network calls. - Polyglot Catalog Presets: Pre-seeded with
wasi-core(Rust WASI 0.3 with WIT bindings),gateway-node(Express.js JWT auth), andbilling-php(PHP 8.3 Slim framework).
- Real file inspection (not crude URL matching):
-
.wasm,wit/,Cargo.toml$\to$ WASI 0.3 Component Model. -
composer.json,.php$\to$ Linux Plane (PHP 8.3). -
pyproject.toml,requirements.txt$\to$ Linux Plane (Python). -
package.json$\to$ Linux Plane (Node.js).
-
- Stores all code chunks and 384-dimensional MiniLM-shaped embeddings in IndexedDB (
magicweb_v31_datastore), completely eliminating the fatal 5MBlocalStoragequota crash limit.
- Offline In-Browser Extractive RAG: Zero-config local synthesizer that retrieves code chunks using 384-D cosine similarity and outputs answers with clickable file and line citations.
- Custom LLM Provider: Optionally configure xAI (
grok-4.5), OpenAI (gpt-4o-mini), or local Ollama (http://localhost:11434/v1).
- Interactive Execute Real WASI matmul button that instantiates real WebAssembly linear memory and computes
$128 \times 128$ float32 matrix operations in sub-millisecond time.
- Real-time visual microservice topology with a Run IPC Stress Test tool demonstrating 10,000 round-trips over
SharedArrayBufferwith median latency$<0.035\text{ ms}$ .
- Interactive file tree navigator allowing developers to browse and inspect any source file (
src/lib.rs,wit/compute.wit,server.js,index.php) with copy-to-clipboard functionality.
cd magicweb-v3.1
node serve.jsThen navigate to: http://localhost:8080/
(Configured with COOP same-origin and COEP credentialless for SharedArrayBuffer acceleration).