Where AI systems
are built.
Zelaxy is the visual operating system for AI work — compose agents, workflows, automations, reasoning and knowledge on one canvas, then deploy to production.
The problem
AI got smart.
The tooling didn’t.
Models can reason, call tools, and write code. Yet most teams still wire them together with copy-pasted prompts, throwaway scripts, and dashboards no one trusts.
Intelligence is no longer the bottleneck. Building with it is.
Why existing tools fail
A prompt window is not a system. It forgets, it can’t act, and nothing is reproducible.
Scripts and SDKs rot. Every integration is bespoke, brittle, and invisible to your team.
Linear pipelines can’t reason. The moment logic branches, they break.
The shift
AI systems are graphs of decisions, memory and tools. They should be built like systems — seen, versioned, and run — not hidden inside a chat box.
Zelaxy — premise
One visual canvas where humans and agents build, connect, reason, and deploy production AI — local or cloud, with every run observable.
One canvas.
Every primitive.
Drag agents, models, memory, knowledge, MCP servers, logic and deploys onto an infinite canvas. Wire them together. Watch signals flow in real time.
From idea to
production, on
one surface.
No context-switching between a prompt playground, a code editor, and a scheduler. The whole loop lives on the canvas.
- 01
Idea
Start from a goal, a template, or a blank canvas.
- 02
Drag
Place agents, models, logic and integrations as blocks.
- 03
Connect
Wire data flow — branch, loop, and run paths in parallel.
- 04
Knowledge
Attach documents, vector stores and persistent memory.
- 05
Reason
Agents plan, call tools, and decide with LLM-as-judge.
- 06
Test
Run live and inspect every block, token by token.
- 07
Deploy
Ship as an API, webhook, schedule, or chat endpoint.
- 08
Observe
Trace every run with execution logs and metrics.
- 09
Improve
Version, branch, and iterate together with your team.
A complete
operating system.
Not a feature list — a coherent system. Every primitive a production AI team needs, on one surface, speaking one runtime.
Agent Block
LLM agents with tool use and structured output.
Visual Canvas
Infinite React Flow surface, drag & drop.
Workflow Engine
DAG executor with loops and parallel branches.
AI Copilot
The Wand builds workflows from a prompt.
Knowledge & RAG
pgvector search over your documents.
MCP Native
Connect any MCP server as live tools.
Memory
Persistent storage across runs and sessions.
Routing & Logic
Router, Condition, Loop, Parallel, Switch.
ZelaxyArena
Streaming chat engine with tool calls & cost.
Human in the Loop
Pause for review or approval, then resume.
Guardrails
Schema, regex, PII and hallucination checks.
Tables & Files
Built-in data tables and file storage.
Triggers & Schedules
Webhooks, cron, chat and manual runs.
Deployments
Ship as API, chat, or webhook endpoint.
Observability
Logs with trace spans, tool calls and cost.
Collaboration
Real-time multiplayer editing via Socket.IO.
Not logos. Infrastructure.
Every model and service connects to one runtime bus. Swap providers without rewiring. Run frontier models or your own local stack — Zelaxy stays agnostic.
250+ integrations · MCP servers · custom tools
Built like
infrastructure.
Roles, secrets, environments and audit trails aren’t add-ons — they’re the substrate. Run Zelaxy in our cloud, your VPC, or fully on-prem.
- Access
- RBAC · read / write / admin
- Secrets
- AES-256 encrypted at rest
- Isolation
- Per-workspace multi-tenant
- Deploy
- Cloud · Self-host · On-prem
- Audit
- Immutable execution history
- Auth
- SSO · SAML 2.0 · OIDC · OAuth
Every canvas is
just code.
What you build visually serializes to clean JSON you can diff, review, and version. Drop to the SDK, CLI or API whenever you want — nothing is locked behind the UI.
// workflow.zelaxy.json
{
"id": "support-triage",
"trigger": { "type": "webhook" },
"blocks": [
{ "id": "classify", "tool": "agent", "model": "claude-haiku-4-5" },
{ "id": "route", "tool": "router", "paths": 4 },
{ "id": "reply", "tool": "gmail.send" }
],
"edges": ["classify→route→reply"]
}TypeScript SDK
Type-safe blocks, tools and triggers.
Python SDK
Drive workflows from notebooks or services.
REST + Streaming
Run any workflow over HTTP with SSE output.
Webhooks
Trigger from Gmail, GitHub, Stripe and more.
Custom Nodes
Ship your own blocks with full UI control.
Git Sync
Workflows are JSON — review them in PRs.
CLI
Scaffold, deploy and inspect from the terminal.
Open Source
MIT licensed. Read it. Fork it. Extend it.
Extend everything.
Own everything.
Zelaxy is open source and built to be forked. Write custom nodes, publish templates, wire in MCP servers, and ship your own integrations — no walled garden.
From the template registry
Support Triage
@coreResearch Crew
@communityData Pipeline
@communityBuild the next
intelligent system.
Free to start. Deploy anywhere. Join the builders composing production AI on the canvas — local or cloud.