v2.0 — 7 LIVE DEMOS

Autonomous marketing
agents, in motion.

A collection of interactive demos showing how AI agents plan, decide, and execute real marketing workflows — from lead routing and retargeting to full product launches.

Node-based workflows Real API patterns Dark mode only

Every demo follows the same agentic loop

STEP 01

Trigger

A signal enters the system — a new lead, a page visit, a launch date. The agent wakes up.

STEP 02

Decide

The agent enriches the data, segments, and picks a path. Logic nodes route to the right campaign.

STEP 03

Act

APIs fire: emails sent, deals created, ads launched, teams notified. Results feed back in.

Pick a workflow to run

7 interactive workflows
Retargeting

CRO & Retargeting Storyboard

A visitor lands on your site but doesn't buy. The agent watches what they did, sorts them into buckets (cart abandoner, browser, reader) and fires off the right email + ad combo to win them back.

Under the hood
  • Behavioral tracking node captures page views, cart state, dwell time
  • Rules engine segments into high/medium/low intent
  • Parallel branches: email_cart, ads_dynamic, email_webinar
  • Conversion tracking → A/B optimization feedback loop
Run workflow
Multi-agent

SaaS Marketing Audit

Point it at any SaaS landing page and three AI agents work in parallel — one reviews the copy, one checks SEO, one scores conversion design. They merge findings into a single PDF report.

Under the hood
  • Python requests + BeautifulSoup scrapes target URL
  • Clearbit API enriches company context
  • 3 specialist agents run in parallel: Content, SEO, Conversion
  • ReportLab compiles a client-ready PDF, Slack API notifies the team
Run workflow
Intro

Marketing Automation — Simplified

The gentlest intro. A visitor fills out a form, the agent checks the company size, and either enrolls them in an email series (small business) or alerts your sales team on Slack (enterprise). Start here if you're new.

Under the hood
  • Form capture → profile enrichment node
  • Logic node branches on companySize threshold
  • SMB path: welcome email + 7-day nurture sequence
  • Enterprise path: CRM deal creation + Slack alert to #sales-leads
Run workflow
Lead nurturing

SaaS Lead Nurturing Agent

Feed it a list of leads from different sources (eBook downloads, webinars, signups). The agent reads each one, skips the unsubscribed, picks the right email template per source, and updates your CRM in real time.

Under the hood
  • Iterates a leads[] queue from Pipedrive CRM
  • Template router maps source → email (eBook, Welcome, Webinar)
  • SendGrid API delivers, Salesforce API updates lead status to Contacted
  • Live agent log + simulated API call panel
Run workflow
Go-to-market

SaaS Product Launch GTM

The full product launch sequence, from beta to post-launch review. The agent runs three phases — pre-launch research and drafts, launch day publishing and outreach, post-launch monitoring and metrics.

Under the hood
  • Phase 1: market research → copy drafts → beta invites
  • Phase 2: site publish → social posts → email blast → PR outreach (serial)
  • Phase 3: parallel streams — brand mention monitoring + lead nurturing
  • Merge node compiles KPIs: signups, trial conversions, CAC
Run workflow
CRM routing

Enterprise Lead Routing

A new lead hits your CRM. The agent enriches it with Clearbit, checks the company size, and routes big accounts straight to Salesforce with a deal created and sales notified on Slack — all in seconds.

Under the hood
  • Trigger: new lead event from CRM webhook
  • Clearbit API enriches with company data (employees, industry)
  • Segment node routes by headcount (SMB vs Enterprise)
  • Enterprise path: Salesforce deal + Slack alert in parallel
Run workflow
Content

Social Content Generator Agent

Type in any product or topic and the agent drafts a full social media plan — campaign slogan, Instagram post, Twitter line, Facebook announcement, and a weekly posting schedule. Creative work in seconds.

Under the hood
  • Text input node accepts any product/topic string
  • Template-driven content generator produces multi-channel variants
  • Platform-aware output: IG visual brief, Twitter hook, FB long-form
  • In production this wires into an LLM prompt chain + image model
Run workflow