Every project is a
living entity.
Give your projects a soul, memory, prediction, and voice.
The SDK for autonomous human-AI project orchestration.
const project = await maxdo.create({
soul: { mission: "Ship v2 in 14 days" },
template: "product_launch",
});
project.start(); // Soul + Memory + Prediction + Dialogue — alive.Four engines. One living system.
Each engine works independently, but together they form a closed-loop intelligence that learns, predicts, and communicates.
Soul Engine
Define mission, objectives, constraints, and personality. Your project knows what it's trying to achieve and how to behave.
Memory Engine
Three-layer memory: L1 working memory, L2 experience memory with vector recall, L3 pattern memory for skill selection.
Prediction Engine
DAG critical-path simulation, multi-path comparison, what-if analysis. Know the finish line before you start running.
Dialogue Engine
Chat with your project. Streaming responses, memory-fused context, automatic insight distillation from conversations.
Built in layers. Extend at every level.
Core engines handle the intelligence. Adapters connect to your world. You focus on your domain.
Ship in 20 lines of code.
Define a soul, create a template, start the project. The SDK handles orchestration, prediction, and communication.
import { MaxdoSDK } from '@maxdo/core';
const sdk = new MaxdoSDK({
database: process.env.DATABASE_URL,
llm: { provider: 'openai', apiKey: process.env.OPENAI_API_KEY },
});
const project = await sdk.instantiate('customer_onboarding', {
mission: 'Complete onboarding in 7 days',
objectives: [
{ id: 'O1', description: 'Requirements gathered', weight: 0.3 },
{ id: 'O2', description: 'System configured', weight: 0.4 },
{ id: 'O3', description: 'Training complete', weight: 0.3 },
],
});
sdk.startHeartbeat(project.id);
const reply = await sdk.chat(project.id, 'How is the project going?');Built for any industry.
If your work involves multi-step processes with humans and AI, Maxdo can orchestrate it.
SaaS Onboarding
Automate customer onboarding with requirement surveys, tenant setup, data migration, and training — all tracked by a soul that ensures 7-day completion.
Software Sprints
A Scrum Master soul that tracks velocity, detects blockers in real-time, auto-escalates stalled stories, and predicts sprint completion probability.
Manufacturing QC
Quality inspection flows with zero-tolerance souls. Visual defect detection via AI skills, automatic production halts on safety failures.
Clinical Trials
GCP-compliant trial management with enrollment tracking, adverse event reporting, and site expansion triggers — all governed by a compliance-first soul.
How Maxdo compares.
The only engine that combines goal-driven autonomy, learned memory, predictive planning, and human-AI dialogue.
| Capability | Maxdo SDK | Temporal | LangGraph | CrewAI |
|---|---|---|---|---|
| Core Focus | Living Project Engine | Workflow Orchestration | AI Agent Graphs | Multi-Agent Collab |
| Soul (Goal-driven) | ✓ | ✗ | ✗ | Partial |
| Memory (L1+L2+L3) | ✓ | ✗ | Partial | Partial |
| Prediction Engine | ✓ | ✗ | ✗ | ✗ |
| Human-AI Dialogue | ✓ | ✗ | Partial | Partial |
| Human + Agent Tasks | ✓ | Partial | ✗ | ✗ |
| Autonomous Heartbeat | ✓ | ✗ | ✗ | ✗ |
| Prediction Feedback Loop | ✓ | ✗ | ✗ | ✗ |
| Multi-tenant (RLS) | ✓ | ✗ | ✗ | ✗ |
Simple, transparent pricing.
Start free. Scale when you're ready.
Open Source
Self-hosted, forever free
- ✓ All 4 core engines
- ✓ Unlimited projects
- ✓ Community support
- ✓ PostgreSQL + any LLM
Pro
Managed cloud, zero ops
- ✓ Everything in Open Source
- ✓ Managed Supabase infra
- ✓ Built-in LLM gateway
- ✓ Slack / Teams / Feishu
- ✓ Priority support
Enterprise
Private deploy, full control
- ✓ Everything in Pro
- ✓ Private deployment
- ✓ SOC2 compliance
- ✓ Custom SLA
- ✓ Dedicated support
Ready to bring your projects to life?
Start with the open-source SDK. Deploy in minutes.