n8n Automation Demo
Two production-style n8n workflows you can run right here in the browser. Watch each node light up as data flows from a trigger, through an AI step, out to a database, Slack, a CMS and email — exactly how these automations run for real clients, only wired into a sandbox.
A website contact form is the Webhook trigger. n8n calls an AI Agent to classify the message and extract structured fields, a Switch routes by category, then the lead is written to Supabase, the team is pinged in Slack, and the sender gets an auto-acknowledgement by Gmail.
Workflow canvas
idleNot just “can use n8n” — system integration
The hard part of automation isn't dragging nodes onto a canvas. It's the integration discipline around them.
n8n as the hub, not the whole system
Workflows are triggered by a real Next.js front end and fan out to Supabase, Slack, Gmail and WordPress — n8n orchestrates, it doesn't live in isolation.
AI with a strict output contract
The AI node returns a fixed schema (category, priority, entities, routing) so the downstream Switch, CRM insert and Slack payload are deterministic and testable — not free text.
Idempotent, reviewable, safe
The content pipeline publishes a draft for human review rather than auto-posting blindly; the intake flow assigns owners and SLAs so nothing silently falls through.
35 years in IT · IBM-certified AI engineer
Built by an engineer who pairs n8n with custom Next.js, RAG and API work — so the automation connects cleanly to the rest of your stack.
Stack: n8n · Next.js · Supabase · Slack / Gmail APIs · WordPress REST · deployed on Vercel. Want this wired into your tools? Talk to PH AI Works.