Nodemind Documentation

Learn how to build powerful workflows

Getting Started

Quick Start
Get up and running with your first workflow in minutes
  1. Sign up for a free Nodemind account
  2. Click "Start Building" to open the workflow builder
  3. Drag nodes from the library to the canvas
  4. Connect nodes by dragging from output to input handles
  5. Configure each node by clicking on it
  6. Save and run your workflow
Key Concepts
Understanding the building blocks of workflows
  • Nodes: Individual processing units that perform specific tasks
  • Connections: Data flow paths between nodes
  • Handles: Input and output connection points on nodes
  • Canvas: The workspace where you build your workflows

Node Types

Input Nodes
Start your workflow with data

Input nodes are the entry points for your workflows. They can receive data from external sources, user inputs, or trigger events.

Process Nodes
Transform and manipulate data

Process nodes perform operations on your data like filtering, sorting, calculations, or applying business logic.

Code Nodes
Custom JavaScript logic

Write custom JavaScript code to handle complex logic that isn't covered by standard nodes.

Output Nodes
Send results to destinations

Output nodes send your processed data to external systems, databases, APIs, or display results.

Building Workflows

Step-by-Step Guide
How to create effective workflows

1. Adding Nodes

Drag nodes from the node library on the left side of the screen onto the canvas. Each node type serves a different purpose in your workflow.

2. Connecting Nodes

Click and drag from an output handle (right side of a node) to an input handle (left side of another node) to create connections. Data flows through these connections.

3. Configuring Nodes

Click on any node to open the configuration panel on the right. Here you can set parameters, write code, and customize the node's behavior.

4. Testing Your Workflow

Use the run button to execute your workflow and see the results. Check the output of each node to debug and optimize your workflow.

Advanced Features

Custom Code

Use Code nodes to write custom JavaScript functions. You have access to:

  • • Input data from connected nodes
  • • Standard JavaScript libraries
  • • Async/await for API calls
  • • Error handling and logging
Sharing & Collaboration

Collaborate with your team:

  • • Save workflows to your account
  • • Share workflows with team members
  • • Export workflows as JSON
  • • Import existing workflows

Frequently Asked Questions

How do I save my workflow?

Click the "Save" button in the top toolbar. You'll need to be signed in to save workflows to your account. Saved workflows can be accessed from your dashboard.

Can I export my workflows?

Yes! Use the export feature to download your workflow as a JSON file. You can then import it later or share it with others.

What programming languages are supported?

Currently, Nodemind supports JavaScript for custom code nodes. We're working on adding support for Python and other languages in future updates.

Is there a limit to workflow complexity?

Free accounts can create workflows with up to 50 nodes. Premium accounts have unlimited nodes and additional features like team collaboration.

Need More Help?

Can't find what you're looking for? Our support team is here to help.