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
| Feature | Description |
|---|---|
| 🎨 Visual Canvas | Design data pipelines with a drag-and-drop interface |
| 🤖 Agentic Flow Engine | AI-powered workflow orchestration |
| âš¡ High Performance | Distributed execution with automatic parallelism |
| 🔗 50+ Connectors | Postgres, Oracle, Snowflake, S3, Kafka, REST, and more |
| 🔒 Enterprise Security | SSO, RBAC, audit logging, and encryption |
| 📊 Monitoring | Real-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