hatchmoment. scored by care · not by stars

CodeLens-Wasm

Browser‑based AST visualizer that parses code via Rust‑Wasm

notableTypeScript🛠 Developer Tools

It helps developers instantly see concrete syntax trees of TypeScript, TSX, Rust, and JSON without leaving the browser. The core parser is written in Rust, compiled to WebAssembly and run inside a dedicated Web Worker, keeping the UI at 60 fps. Files and projects persist locally via IndexedDB, and the Monaco editor provides a full‑featured coding experience. By being self‑contained, offline‑first, and supporting multiple grammars, it outshines ad‑hoc demos and heavyweight IDE plugins.

View on GitHub →

CSTwist/CodeLens-Wasm