The Heym Platform

Explore Heym's self-hosted AI workflow platform, production use cases, dashboards, analyzer feedback, tech stack, and Docker or Kubernetes deployment.

Why Heym?

See how Heym compares to other automation platforms. Built AI-first, not AI-added.

Native capabilities:
Heym 22/22n8n 11Zapier 5Make 6
AI & LLM Core capability comparison for Heym, n8n, Zapier, and Make
Capability & detailsHeymn8nZapierMake

Built-in LLM Node

Send prompts to language models for text generation, vision, image creation, and structured JSON output.

LLM Batch API + Status Branches

Send an array of prompts through the OpenAI Batch API, with a dedicated status branch for live progress from pending through completed—alongside your main result path on the canvas.

~~

Natural Language Workflow Builder

Describe what you want in plain text or voice and the AI assistant generates the entire workflow on the canvas.

~

LLM Guardrails

Block unsafe content categories like violence, hate speech, or harassment with configurable sensitivity levels per node.

~

Automatic Context Compression

Agent conversations automatically compress when reaching context limits to prevent timeouts and enable long-running tasks.

Other categories at a glance

Native, first-party support
~Partial or plan-dependent support
No documented native support

Comparison reflects publicly documented, native product capabilities reviewed on April 21, 2026 (LLM token cost tracking row: May 28, 2026; dashboard and workflow analyzer rows: June 26, 2026). Availability may vary by plan, deployment model, or third-party integrations. “Partial” indicates limited, plan-restricted, or indirect implementation.

Heym was designed AI-first from day one — multi-agent orchestration, built-in RAG, a portable skills system, workflow-powered dashboards, workflow analysis, and parallel DAG execution are core primitives, not add-ons. Combined with full self-hosting, LLM trace inspection, real-time token cost tracking in USD, threshold alerts on errors, duration, and spend, and a natural-language workflow builder, Heym gives teams complete visibility and control over their AI automation stack without vendor lock-in.

Complete Heym capability comparison

AI & LLM Core

  • Built-in LLM Node: Send prompts to language models for text generation, vision, image creation, and structured JSON output. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Native, first-party support; Make: Native, first-party support.
  • LLM Batch API + Status Branches: Send an array of prompts through the OpenAI Batch API, with a dedicated status branch for live progress from pending through completed—alongside your main result path on the canvas. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: No documented native support; Make: Partial or plan-dependent support.
  • Natural Language Workflow Builder: Describe what you want in plain text or voice and the AI assistant generates the entire workflow on the canvas. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: Native, first-party support; Make: Native, first-party support.
  • LLM Guardrails: Block unsafe content categories like violence, hate speech, or harassment with configurable sensitivity levels per node. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Native, first-party support; Make: Partial or plan-dependent support.
  • Automatic Context Compression: Agent conversations automatically compress when reaching context limits to prevent timeouts and enable long-running tasks. Heym: Native, first-party support; n8n: No documented native support; Zapier: No documented native support; Make: No documented native support.

Agent Intelligence

  • Built-in Agent Node (Tool Calling): LLM-powered agents that can call Python tools, execute code, and interact with external services autonomously. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Native, first-party support; Make: Native, first-party support.
  • Multi-Agent Orchestration: One orchestrator agent delegates tasks to named sub-agents and sub-workflows with up to 5 levels of nesting. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Partial or plan-dependent support; Make: Partial or plan-dependent support.
  • MCP (Model Context Protocol): Connect agents to MCP tool servers or expose your workflows as an MCP server for Claude Desktop and Cursor. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Native, first-party support; Make: Native, first-party support.
  • Skills System for Agents: Portable capability bundles with SKILL.md instructions and optional Python tools that extend agent behavior via drag-and-drop. Heym: Native, first-party support; n8n: No documented native support; Zapier: No documented native support; Make: No documented native support.

Observability & Cost

  • Workflow Analyzer: Run-aware AI feedback that generates a shared Markdown report covering improvement areas, purpose, and step-by-step workflow behavior. Heym: Native, first-party support; n8n: No documented native support; Zapier: No documented native support; Make: No documented native support.
  • LLM Trace Inspection: View full request and response payloads, timing breakdowns, tool calls, and skills included for every LLM invocation. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: No documented native support; Make: Native, first-party support.
  • OpenTelemetry Tracing Export: Emit a root span per workflow run and a child span per node over OTLP/HTTP to any OpenTelemetry backend (Jaeger, Tempo, Honeycomb, Datadog), with W3C trace-context propagation and no instrumentation code. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: No documented native support; Make: No documented native support.
  • LLM Token Cost Tracking (USD): Per-execution input/output token counts with real-time USD cost calculation, historical cost analytics with time-range filtering, and a synced pricing table covering all major models. Heym: Native, first-party support; n8n: No documented native support; Zapier: No documented native support; Make: Partial or plan-dependent support.
  • Metric Alerts (errors, duration, cost, run count): User-defined thresholds evaluated over a time window on error count, run duration, LLM token or USD spend, and execution count, with a backtest before saving and any workflow as the response. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: Partial or plan-dependent support; Make: Partial or plan-dependent support.

Infrastructure

  • Built-in RAG / Vector Store: Upload documents to managed Qdrant or built-in Postgres (pgvector) vector stores and perform semantic search with metadata filters and reranking. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Partial or plan-dependent support; Make: Partial or plan-dependent support.
  • WebSocket Read / Write: Native inbound and outbound WebSocket workflow steps for listening to external streams and pushing realtime payloads. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: No documented native support; Make: No documented native support.
  • Parallel DAG Execution: The engine builds a directed acyclic graph and runs independent nodes concurrently with a thread pool for maximum throughput. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: No documented native support; Make: No documented native support.
  • Self-Hostable, Source Available: Deploy on your own infrastructure with Docker Compose or Kubernetes. Your data never leaves your servers. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: No documented native support; Make: No documented native support.

Data & UI

  • Workflow-Powered Dashboards: Create custom chart dashboards where every widget is a hidden workflow that can fetch, transform, retrieve, or LLM-generate chart data. Heym: Native, first-party support; n8n: Partial or plan-dependent support; Zapier: Partial or plan-dependent support; Make: Partial or plan-dependent support.
  • Built-in Evals for AI Workflows: Create evaluation suites with test cases, run them against multiple models, and compare pass/fail rates with LLM-as-Judge scoring. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: No documented native support; Make: No documented native support.
  • Human-in-the-Loop (HITL): Agents pause at approval checkpoints, generate a public review link, and wait for a reviewer to accept, edit, or refuse. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Partial or plan-dependent support; Make: Partial or plan-dependent support.
  • Expression DSL for Dynamic Data: Reference upstream node outputs with expressions like $nodeLabel.field, with support for arithmetic, string helpers, and array operations. Heym: Native, first-party support; n8n: Native, first-party support; Zapier: Partial or plan-dependent support; Make: Native, first-party support.

Heym product demo: a drag-and-drop canvas where agentic AI workflow nodes such as LLM, Agent, RAG / Vector Store, HTTP, and Slack are connected into a running automation pipeline.

Product tour

What used to be hard is now built in

See the problems Heym removes, how each capability works, and why it matters in practice.

How Heym Solves It
01 / 18

Overview

Problem to answer

The problem

Teams keep stitching together separate tools for work that should feel simple.

The Heym answer

Heym brings sixteen once-difficult jobs onto one visual canvas.

116 practical capabilities
2Source-available
3Self-hosted

Use the arrow keys to move through the tour

Why it matters

This tour starts with the problem, then shows the Heym answer. Each stop focuses on a real task teams already handle today, without burying the point under a long feature list.

Solutions

Solutions for teams putting agentic systems to work

Heym focuses on ten solution areas where controlled, observable AI operations matter most. Each one is backed by real workflows you can import and run.

Built with Modern Tech

Every component is chosen for performance, developer experience, and reliability.

Frontend

The frontend uses Vue.js 3 with TypeScript for a fast, type-safe development experience. Vite handles builds and Tailwind CSS takes care of styling.

Vue.js 3TypeScriptViteTailwind CSS

Backend

A Python backend powered by FastAPI delivers async performance for concurrent workflow executions. Alembic handles database schema migrations.

Python 3.11+FastAPIAlembic

Database & Infra

PostgreSQL stores workflows and execution history, while pgvector powers built-in vector search for RAG pipelines. Docker keeps local development consistent.

PostgreSQLSQLAlchemypgvectorDocker

Security & Auth

JWT tokens in HttpOnly cookies with refresh token rotation secure user sessions. Passwords use bcrypt hashing, credentials are encrypted at rest with Fernet.

JWTbcryptPydantic v2Fernet

AI & LLM

Connect to OpenAI, Ollama for local models, vLLM for high-throughput inference, or expose workflows through the Model Context Protocol.

OpenAIOllamavLLMMCP

Developer Experience

First-party documentation lives inside Heym, alongside a native chat-with-docs experience. ESLint and Ruff keep the codebase healthy.

In-app docsChat with docsESLintRuff

Frequently Asked Questions

Answers to your common questions about Heym.

Still have questions?

Ask on Discord