mlightcad/cad-viewer: README-based editorial guide
A guide grounded in the README, repository metadata, and license for installing and checking mlightcad/cad-viewer.
Project scope
mlightcad/cad-viewer describes itself in the README as "The world's first fully web-based DXF/DWG viewer and editor that runs entirely in the browser , no backend server required.". This article keeps to facts that can be checked in the repository. Stars, forks, and promotional badges are signals of attention, not proof of quality. Under "CAD-Viewer", the README says: cad-viewer is the first web-based DXF/DWG viewer and editor in the world that operates entirely in browser, without relying on any backend services.. That establishes the project's stated boundary, not a production test.
Suitable use cases
The README's "Apps Built with cad-viewer" section gives a useful starting point for deciding whether the project fits: Google Drive , open DWG/DXF from Drive with Open with. If that problem is not yours, popularity is a poor reason to adopt it. Project names, commands, and component names are kept as written so a reader can return to the primary source without guessing at terminology. Another checkable README item is: DWG Viewer Web App , Browser-based DWG/DXF viewer used by engineering teams worldwide for fast, serverless drawing access. Install for your platform:. It can shape a first test, but it does not replace testing in the intended environment.
How it works
The operating model is spread across sections such as "Apps Built with cad-viewer". The source evidence includes: The Thingraph team builds production DWG/DXF viewers and platform integrations on top of cad-viewer, serving tens of thousands of users worldwide:. This article does not turn missing architecture, performance, or security details into claims. A real deployment still needs a look at the repository layout, configuration files, and release history.
Installation and first run
Start installation from the README's documented entry point. A command that can be checked in the source is: git clone https://github.com/mlightcad/cad-viewer.git cd cad-viewer pnpm install When the README contains no runnable command, this article does not invent one. Open its "Apps Built with cad-viewer" section and confirm system dependencies, default ports, and first-run initialization before using a public server.