Introducing the ColdIQ Unified API - one API for every GTM data sourceJoin the beta
Guide · Visualize your automations

Turn your tangle of automations into a living map

Your automations are scattered across n8n, Airtable, cron jobs and webhooks — and nobody can see the whole. This guide builds a single living "constellation": every automation as a star, colored by health, clustered by lifecycle, that you can zoom, drill into and share.

10 steps · ~30 minNext.js 16 · React 19 · SVG + one rAF
What you will build

Every team past a certain size ends up with the same invisible mess: a few n8n workflows, a couple of Airtable automations, a cron job or two, a handful of webhooks — each built by a different person on a different afternoon. Individually they're fine. Collectively, nobody holds the whole picture, so nobody notices when one link quietly breaks and a downstream step stops firing.

This guide builds the antidote: a single living map of every automation you run. Each one becomes a star, positioned by where it sits in your lifecycle (capture → enrich → route → engage → report), colored by health, ringed by the platform it runs on. You can zoom the whole galaxy, drill into one lifecycle stage as a clean "metro line", spotlight a broken chain on hover, and share the exact framing as a URL.

The techniques that make it feel alive rather than like a static diagram:

  • Data-first modelling — an automation is reduced to the handful of fields the map actually draws.
  • Deterministic layout — golden-angle packing, identical on server and client (no hydration drift) and stable across reloads.
  • One requestAnimationFrame — a single loop eases the camera and publishes the zoom as a CSS variable, so labels counter-scale in CSS with zero React re-renders per frame.
  • Drill-down + spotlight — overview to metro-line, and a hover that lights only the dependency chain.
Prerequisites

What you need before you start

01 · Node 20+

Next.js 16 needs an active LTS.

02 · A Next.js App Router project

TypeScript, app/ directory. Tailwind assumed for the classNames.

03 · Comfort with SVG

You'll write <g>/<circle>/<text> by hand and reason in a viewBox.

04 · An inventory of your automations

The map is only as honest as your list. A spreadsheet of id, platform, health, hands-off-to is enough to start.

Unlock the full guide

Enter your email to read the rest of the tutorial.

Copy-paste code. Any email works. Unlocks in your browser, so you only do this once.

Protected by Turnstile. No spam - one email per guide and you can unsubscribe any time.

Unlock above to read the full guide
Want us to build agents like this for you?

Want this built into your stack?

ColdIQ builds AI-powered GTM and internal tooling for B2B teams every day — including the visualizations that make an ops estate legible. If you'd rather have your automation map wired to live health than assemble it yourself, book a call.

Talk to us

Your GTM stack. One API key.

Stop managing 39 tools. Start shipping GTM from code.

Get StartedOr try the playground first

Free to start. No credit card required.