manta-ide
v0.1.82
Published
[](https://getmanta.ai/manta)  [![npm]](https://www.npmjs.com/package/manta-ide) [ - Indexing
Indexing is done via agent, so you can work on high level of abstraction, or even the lowest one like a node per function or variable. You can also see how your app works from different angles, or check if there are any dependencies between modules that need to be removed for refactoring.
🧑💻 Developers
Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup
Clone the repository:
git clone https://github.com/manta-ide/manta.gitInstall dependencies and build:
cd manta npm i npm run buildRun the solution:
npm run dev
