Manta banner
manta-ide manta-ide

Manta

AI community

Description

[![](https://getmanta.ai/api/badges?text=Manta%20Graph&link=manta)](https://getmanta.ai/manta)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Manta IDE

[![](https://getmanta.ai/api/badges?text=Manta%20Graph&link=manta)](https://getmanta.ai/manta) ![](https://img.shields.io/badge/Node.js-18%2B-brightgreen?style=flat-square) [![npm]](https://www.npmjs.com/package/manta-ide)

Manta IDE is a graph-based development environment that lets you code by creating natural-language nodes.

image

⚑ Quick Start

  1. Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup

  2. Install Manta IDE:

    npm i -g manta-ide
  3. Run the IDE:

    manta run
  4. Open [http://localhost:3000](http://localhost:3000)

πŸ’‘ Features

  • Node-based creation
    Create nodes and direct AI to build them, and get a stateful editable system. The nodes are softly structured, so any node can be connected to any other node, like on a jam board. This makes it possible to create an architecture diagram, user flow, or a graph of features.
  • Properties
    Each node has properties that you can edit to add content or change the components. Properties are generated based on your node or prompt, so you can decide which parts should be configurable. The properties are not affecting the code, they are used only to direct the coding agent to make a concrete change (color, padding, etc.)
  • 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

  1. Install and setup Claude Code by Anthropic: https://docs.claude.com/en/docs/claude-code/setup

  2. Clone the repository:

    git clone https://github.com/manta-ide