CodeGraph Explorer is a WebGPU-first 3D codebase knowledge graph visualizer for the OpenAI Codex Creator Challenge.
- Paste a GitHub URL or drop a ZIP archive.
- Parse repository files in-browser.
- Build an interactive dependency and call graph.
- Render the graph as a cinematic 3D constellation.
- Ask natural-language questions and highlight the relevant architecture path.
- Vite + TypeScript
- Three.js WebGPU renderer with graceful fallback behavior
- Tailwind CSS v4
web-tree-sitterfor in-browser parsingjszipfor archive import- OpenAI Chat Completions API for explanations
pnpm install
pnpm dev
pnpm build
pnpm lintpublic/wasm/is where Tree-sitter WASM assets are served from.scripts/postinstall.mjscopies the basetree-sitter.wasmwhen available.- Language-specific grammar WASM files should also live in
public/wasm/.
pnpm buildDeploy dist/ to Vercel. vercel.json sets the WASM MIME type.