Job 001 · Live demo

One workflow runs this entire site's contact page

BY ERIC · JULY 2026 · BUILT WITH N8N, SELF-HOSTED ON A $10 VPS

Anyone can claim they build automations. This site proves it the only honest way: the machinery is running underneath the page you're reading. Fill out the contact form and you're triggering the exact kind of system I install for clients — you'll have a confirmation in your inbox before you've finished closing the tab.

What happens when you press "Send the work order"

The form hands your message to a workflow that does four things in about a second: filters out spam bots (there's an invisible trap field only bots fill in), sends you an instant confirmation email, logs the request in my lead tracker, and pings my phone with your name and what you need. No inbox-checking, no lost messages.

The n8n workflow: webhook, spam filter, then confirmation email, lead notification, and response
The whole system: five nodes, running on the same $10 server as this website.

Five nodes, left to right. The Webhook node is the front door — it gives the form a URL to send to, and it's listening 24/7. Next, a filter checks the invisible trap field: the contact form has an input humans never see, but spam bots fill in everything. If that field has anything in it, the message is dropped right there — no email, no noise.

Real messages then split down two paths at the same time. One sends you the confirmation email — that's the reply that landed in your inbox seconds after you pressed Send. The other sends me the lead: your name, business, phone, what you need, and which page you sent it from, so nothing ever sits unread in a contact-form inbox I forgot to check. Finally, a respond node tells the form "received," which is how the green confirmation message appears on the page.

Total time from clicking Send to both emails delivered: about one second. The whole thing has run unattended since the day it was installed.

The part that matters if you own a business

Everything on this site — the pages, the form, the automation behind it — runs on a $10/month server I was already paying for. No subscriptions were added to build any of it. That's the whole point of automation done right: it should cost less than the problem, permanently.

Your version of this

Your contact form, your quote requests, your booking inquiries — same machinery, pointed at your business. It's part of the "Answer every lead in 10 seconds" package, or its own small job if that's all you need.

Try the form — that's the demo