Skip to main content

Welcome to ProAI

ProAI is an enterprise-grade ETL (Extract, Transform, Load) and Agentic Flow Development Platform designed for modern data teams. It combines a visual pipeline designer with a powerful runtime engine to build, deploy, and monitor intelligent data workflows at scale.

New to ProAI?

Start with the Quickstart Guide to build your first pipeline in under 5 minutes.

What is ProAI?​

ProAI provides a unified platform for:

  • Visual Pipeline Design — Build complex data transformations with an intuitive drag-and-drop canvas
  • Agentic Flows — AI-powered agents that autonomously orchestrate and optimize data workflows
  • Enterprise Connectors — Pre-built integrations for 50+ data sources and destinations
  • Production Runtime — A battle-tested execution engine with auto-scaling and monitoring
  • Developer Experience — Full CLI, REST API, SDK, and notebook support

Key Features​

FeatureDescription
🎨 Visual CanvasDesign data pipelines with a drag-and-drop interface
🤖 Agentic Flow EngineAI-powered workflow orchestration
âš¡ High PerformanceDistributed execution with automatic parallelism
🔗 50+ ConnectorsPostgres, Oracle, Snowflake, S3, Kafka, REST, and more
🔒 Enterprise SecuritySSO, RBAC, audit logging, and encryption
📊 MonitoringReal-time dashboards, alerts, and lineage tracking

Quick Start​

# Install the ProAI CLI
npm install -g @proai/cli

# Initialize a new project
proai init my-first-project

# Start the local development server
proai dev
```

## Architecture Overview

```
┌─────────────────────────────────────────────────┐
│ ProAI Platform │
├─────────────┬─────────────┬─────────────────────┤
│ Designer │ Notebooks │ API / CLI │
├─────────────┴─────────────┴─────────────────────┤
│ DAG Builder & Scheduler │
├─────────────────────────────────────────────────┤
│ Runtime & Execution Engine │
├─────────────┬──────────────┬────────────────────┤
│ Connectors │ Transforms │ Destinations │
├─────────────┴──────────────┴────────────────────┤
│ Monitoring · Logging · IAM · Encryption │
└─────────────────────────────────────────────────┘
```

## Next Steps

- 📖 Read the [Overview](/docs/overview) to understand ProAI's architecture
- 🚀 Follow the [Quickstart](/docs/getting-started/quickstart) to build your first pipeline
- 🔧 Explore the [Workspace](/docs/workspace/overview) to learn the UI
- 📡 Check the [API Reference](/docs/api-reference/overview) for integration details