Your first n8n automation, in 30 minutes.
If you run a business by yourself, your time is the whole company. Automation is how one person keeps up with the work of a team, and n8n is the tool that makes it affordable to do it yourself. This guide gets you from zero to one working automation in about half an hour.
What n8n actually is
n8n is an open-source automation tool. You build a workflow, a trigger (something happens) followed by steps (do this, then this), and it runs on its own, forever. If you have heard of Zapier or Make, it is the same idea, with two differences that matter for a solo budget:
- You own it. Self-host it for free, or use n8n's cloud. Either way the workflows are yours, export them, change them, keep them.
- No per-task pricing. Zapier charges per task once you are past a small free tier. n8n does not meter you, so an automation that fires 5,000 times a month does not cost more than one that fires ten times.
For a one-person business running dozens of little automations, that difference is the whole game. You are not renting access, you own the machine.
Step 1 — get n8n running
Two easy paths:
- n8n Cloud — start a trial at n8n's site. Nothing to install. Fastest way to try this today.
- Self-host — if you are comfortable with a bit of setup, run it on a cheap server or your own machine. Free, and fully yours.
Either works for this guide. Cloud is the quickest to get moving.
Step 2 — import a real workflow
Rather than building from a blank canvas, start from a working example. We give one away free: a contact form to inbox plus instant auto-reply workflow. When someone fills your website form, they get a friendly reply within seconds and the lead lands in your inbox, nothing slips.
- Download the free workflow file (a small
.json). - In n8n, open the menu (…) then Import from File and pick the file.
- The workflow opens with a setup note explaining every step.
Step 3 — configure and test
Open the Code node and fill the short CONFIG block at the top, your business name and the inbox you want leads sent to. Then click the two Email nodes and attach an email credential (Gmail or SMTP, n8n walks you through it once).
Point your website form at the workflow's webhook URL, flip the workflow Active, and submit your own form once. You should get the lead in your inbox and the auto-reply in the address you tested with. That is a live automation, running on its own.
That is the whole loop. A trigger, a couple of steps, and something that now happens without you. Every automation you will ever build is just a bigger version of this.
Where to go next
Once one is running, the pattern clicks and the next ones are faster. The highest-leverage systems to add, lead follow-up, content, onboarding, a morning numbers digest, are in the free Starter Pack as step-by-step blueprints.
Get the free Starter Pack
Five plug-and-play automations for a one-person business, plus a real workflow you can import today.
Get it free →