Interactive workflow playground

See how real automationsmove through Heym

Explore six real recorded runs. Press Run, follow the live path across the canvas, inspect every node, and copy the exact workflow into your own self-hosted Heym.

Real outputs, deterministic replay Actual node timings No signup or setup
Browser3 steps · 2.7s

Browser Product Scraper

Playwright opens a live store, grabs the page text, and an LLM turns it into structured product data.

Open replay
AI agent3 steps · 2.3s

Your First AI Agent

A question goes in, the agent reasons over it, and a complete answer comes out.

Open replay
Integration23 steps · 9.0s

AI Pricing Data Pipeline

A loop reads four live AI pricing pages, then an LLM turns the collected evidence into a structured cost-change digest.

Open replay
Integration3 steps · 436ms

Live Weather Brief

A keyless Open-Meteo request fetches current Paris conditions and exposes clean JSON for the next automation step.

Open replay
Logic3 steps · 2ms

Priority Incident Router

A condition recognizes an urgent checkout incident and sends only the matching branch into the fast lane.

Open replay
Productivity3 steps · 5.0s

AI Weekly Goal Planner

A goal, deadline, and time budget become a realistic eight-week plan with milestones and first actions.

Open replay

Playground FAQ

Real workflow data, without the wait or risk of anonymous live executions.

Is this a live execution?

No. Each demo is a deterministic replay of a real run recorded on our own Heym instance. Every step, output, and timing is genuine. We replay recordings so the playground stays instant, free, and abuse-proof.

Do I need an account to use the playground?

No. There is no signup, no trial, and no sales call. Pick a demo, press Run, and inspect every node.

Can I run these workflows myself?

Yes. Copy or download the workflow JSON from any demo and paste it onto your self-hosted Heym canvas. Add your own credentials and the same flow runs live on your machine.

Why replays instead of live runs?

Live anonymous browser automation and LLM calls would need rate limits, queues, and security sandboxes, and those make demos slow and flaky. Recorded replays keep the data real and the experience instant.

Run these workflows on your own machine

Heym is Self Hosted and Source Available, clone it and spin up the canvas locally in under a minute, then run the workflows you just watched.

$ git clone https://github.com/heymrun/heym.git
$ cd heym && cp .env.example .env
$ ./run.sh
✓ Ready at http://localhost:4017
Watch the self-hosted setup videoSet Up Heym Locally in Under 2 MinutesWatch
Need every variable? See the environment reference.