PH AI Worksn8n Automation Demo
phaiworks.com
Built with n8n · workflow automation

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.

Self-contained demo. The orchestration, routing logic and output structure mirror a real n8n workflow. The AI step is reproduced deterministically so the demo runs instantly with no API keys and no cost — in production it is an LLM (Claude) call inside an n8n node, and the database/Slack/WordPress steps are live integrations.

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.

or try an example:

Workflow canvas

idle
🔗WebhookForm submission
🤖AI AgentClassify + extract
🔀SwitchRoute by category
🗄️SupabaseInsert CRM lead
💬SlackNotify channel
✉️GmailAuto-acknowledge

Not 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.