Getting started
There are two ways to build a graph: paste a single snippet, or upload a folder to map a whole project.
Snippet mode
Great for one file or a quick example.
- Open the app and keep the
Snippettab active. - Pick the language in the bottom selector.
- Paste your code into the editor.
- Hit
Analyze(orโ/Ctrl + Enter).
The graph appears in the right panel. Switching language loads a fresh sample only if you haven't edited the editor.
Project mode
To see the architecture across many files at once.
- Switch to the
Projecttab. - Click
Upload a folderand pick the directory. - Weftmap filters by the language's extensions and ignores
node_modules,.gitand the like. - Review the file list and hit
Analyze.
Everything runs in your browser and server; files are not stored. There is a size and file-count limit to keep things fast.
Explore the diagram
- Pan & zoom: drag the canvas, scroll to zoom.
- Fit: use the controls to reset the view.
- Filter: in the legend, toggle
calls,importsandextends.
Nothing shows up?
- Make sure the selected language matches the code.
- Only functions defined in the code are drawn; calls to libraries are skipped.