> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mainly.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> MainlyAI is a node-based platform for building AI workflows.

<img className="block dark:hidden" src="https://mintcdn.com/mainlyai/5I0niqUGYQkLSnXv/images/designer_light.png?fit=max&auto=format&n=5I0niqUGYQkLSnXv&q=85&s=9bf0cb42d62dabba550f40e665193454" alt="Hero Light" width="3600" height="2058" data-path="images/designer_light.png" />

<img className="hidden dark:block" src="https://mintcdn.com/mainlyai/5I0niqUGYQkLSnXv/images/designer_dark.png?fit=max&auto=format&n=5I0niqUGYQkLSnXv&q=85&s=253d5b3aa8799eaac3e1fedb3247f1e9" alt="Hero Dark" width="3600" height="2058" data-path="images/designer_dark.png" />

# Features and manifesto

Our manifesto posits that AI is the next layer in your infrastructure stack. For this layer to be sustainable, it requires a structure that is transparent, controlled, and deeply rooted in rigorous engineering. Below are our features, categorized by the four pillars of **Grounded Vibe Coding**.

***

## 1. The Graph as a First-Class Object

*Mastering complexity through visualization.*

In a world where AI generates the code, human understanding of the system becomes the bottleneck. We elevate the graph as the primary interface.

<CardGroup cols={2}>
  <Card title="Foundation Patterns" icon="layer-group">
    Solid architectural building blocks and solution templates designed to scale.
  </Card>

  <Card title="Search Nodes" icon="magnifying-glass">
    Navigate complexity by quickly finding any code in any node in your workflow.
  </Card>

  <Card title="Integrated Code Editor" icon="code">
    Develop, tweak, and fine-tune logic directly within the nodes in a one-stop shop.
  </Card>

  <Card title="Search Projects" icon="folder-tree">
    Full transparency and searchability across code, assets, and team members.
  </Card>
</CardGroup>

***

## 2. Human Strategy & Control

*Steer the AI; don't let it take the helm.*

The promise of automation is to eliminate repetition, but the strategy must always remain human.

<CardGroup cols={2}>
  <Card title="AskAI" icon="robot">
    Use our code agent or write your own custom version that acts on your specific terms and instructions.
  </Card>

  <Card title="Pod Inspection / Shell" icon="terminal">
    Deep-dive debugging to understand exactly what is happening under the hood.
  </Card>

  <Card title="Localbot" icon="laptop">
    Run your workflows locally for full control and rapid iteration before deployment. With our k3s plugin you can manage a whole cluster.
  </Card>

  <Card title="Ollama Service" icon="microchip">
    Orchestrate and run customized, local Large Language Models (LLMs).
  </Card>
</CardGroup>

***

## 3. The Infrastructure Foundation

*Reliability and security rooted deep within the data model.*

Security isn't "patch-on" middleware—it’s a core part of the architecture. We build on proven tech to eliminate technical debt.

<CardGroup cols={2}>
  <Card title="Team Share" icon="share-all">
    Database security model for granular and secure data sharing across organizations.
  </Card>

  <Card title="Vault & File Server" icon="vault">
    S3-compatible storage and SSH access to manage and protect your data capital.
  </Card>

  <Card title="Secret Store Integration" icon="key">
    Seamless management of external API keys and resources with deep integration.
  </Card>

  <Card title="MySQL & MariaDB" icon="database">
    Industry-standard storage, now enhanced with Vector Store support.
  </Card>

  <Card title="Tailscale VPN" icon="shield-check">
    Enterprise-grade network isolation and secure connectivity for your entire stack.
  </Card>
</CardGroup>

***

## 4. Hybrid Execution & Scalability

*Seamless orchestration across environments.*

To avoid friction, the system must be able to breathe and grow without being torn up by the roots.

<CardGroup cols={2}>
  <Card title="Argot LLM Proxy" icon="bridge">
    A central gateway to any LLM via a universal credit system.
  </Card>

  <Card title="Internal Compute" icon="server">
    On-demand access to GPU, CPU, and disk resources for heavy workloads.
  </Card>

  <Card title="RabbitMQ" icon="conveyor-belt">
    Robust messaging to scale transactions and asynchronous logic flows let your workflows speak between each other or with GUI controls.
  </Card>

  <Card title="k3s Plugin" icon="cubes">
    Move workflows seamlessly from local environments to on-premise clusters.
  </Card>

  <Card title="Credit Provisioning" icon="credit-card">
    Simple B2B integration for resource management, auditing, and budgeting.
  </Card>
</CardGroup>

***

> **The Grounded Vibe:** "Execution is automated, but strategy stays in your hands. We make systems transparent, predictable, and genuinely human to understand."

## Get to know The Platform

<Card title="Getting Started - Thinking with Nodes" icon="lightbulb" href="/thinking_with_nodes">
  MainlyAI is a node-based platform for building AI workflows. What does this mean?
</Card>

<CardGroup cols={2}>
  <Card title="Glossary" icon="book" href="/glossary">
    Get to know the terminology used in the MainlyAI Platform.
  </Card>

  <Card title="Controls" icon="sliders" href="/core_concepts/controls">
    Dynamic Input & Display Elements on Nodes.
  </Card>
</CardGroup>

## Example Projects

<CardGroup cols={2}>
  <Card title="Visualizing a Dataset" icon="chart-bar" href="/guides/visualizing-a-dataset">
    Learn how to visualize a CSV dataset loaded from a URL.
  </Card>

  <Card title="Start a webservice" icon="chart-bar" href="/guides/webservices">
    Learn how to visualize a CSV dataset loaded from a URL.
  </Card>
</CardGroup>
