joeyhbuilds · setup guide
Once a week, it reads the AI and automation blogs for you, writes a short plain-language summary of what's new, and emails it to you — so you stay in the loop without doing the reading.
01 What this is
Every week, this little helper checks a few trusted AI and automation blogs, keeps only the fresh posts, and asks Claude (the AI) to write a quick, plain-English summary of each one. You get a single email: the three biggest things first, then short summaries grouped by topic, each with a link to read more. A copy is also saved to a folder on your computer, so over time you build your own searchable library.
Honestly — yes, if you'd like a weekly summary of what's new without spending an hour reading. You don't need to be technical. If you can copy and paste, you can do this. It takes about 45 minutes, one time, and then it runs on its own.
What you get: a ready-to-read summary each week — a prepared starting point you can use however you like. It's not a finished blog post or a social media caption; it's the research done for you, so you can take it wherever you want.
Worried it's too technical? Every step below is written in plain language, and any unfamiliar word has a definition you can hover or tap. If you get stuck at any point, email support@joeyhbuilds.com, tell me what you're seeing, and I'll help you through it.
What "done" looks like
02 At a glance
03 What you'll need
Four things, all free to start. Some may be new — that's fine. Any word with a dotted underline like this one has a plain explanation: hover or tap it, or find them all in the word list at the end. You'll set each tool up as you go.
The workflow file — the ready-made automation. You'll download it and load it in Step 3 below.
04 Cost & safety
Setting it up is free. The only ongoing cost is the AI writing your summaries — one summary a week, which is tiny.
| To set up | Free |
| To run | About a few cents a month. (Claude charges by the amount of text; a weekly summary works out to roughly one to four cents.) |
05 Set it up — three steps
▸ about 20 minutes — most of it just waiting for downloads
Install Docker Desktop. Make a folder for the saved summaries (e.g. ~/Newsletter Digests). In a terminal, run:
docker run -d --name n8n --restart unless-stopped \
-p 5678:5678 \
-v ~/.n8n:/home/node/.n8n \
-v "$HOME/Newsletter Digests":/files \
-e N8N_RESTRICT_FILE_ACCESS_TO=/files \
-e NODE_FUNCTION_ALLOW_BUILTIN=fs \
docker.n8n.io/n8nio/n8n
Then open http://localhost:5678 and create your account.
http://localhost:5678. (localhost just means "your own computer," and this is the same address for everyone.) Create a simple account — it's only on your machine.The command has a -d in it — that's what keeps n8n running after you close the window. Leave it in.
Typing http://localhost:5678 into your browser opens n8n and you see a blank workspace (an empty screen where automations will live). If the page won't open: check the whale icon (Docker) is running, and that the folder name in your command matches a folder you actually made — then try the command again. Still stuck? See Troubleshooting.
▸ about 10 minutes
Create an API key at console.anthropic.com and add a little credit. In n8n, add a Gmail connection (sign in with the account you want to send from).
The key is shown only once. If you lose it, no problem — just make another and delete the old one.
You have your key copied and ready, and n8n shows a connected Gmail account (usually a small green tick). If the Gmail sign-in doesn't finish, make sure you picked the right account and said yes to the permissions it asked for.
▸ about 15 minutes
Import the workflow file. Paste your API key into the "HTTP Request" box. Put your email and Gmail connection in the "Send a message" box. Set the save folder to /files. Pick your weekly day and time on the "Schedule Trigger."
x-api-key. Nothing else in it changes./files — that's the guide's name for the Newsletter Digests folder you made in Step 1.Each box shows your details, and none of them has a little red dot (that's n8n's way of flagging a problem). If one does, check the key was pasted with no extra spaces, the Gmail connection is chosen, and the save folder says exactly /files.
06 Try it, then turn it on
Run it once by hand to make sure it all works:
If the first email looks a little short, that's usually just a quiet news week — it only includes posts from the last seven days.
07 Turning it off & what it can't do
This is the first version. It reads three sources (the n8n blog, the Zapier blog, and OpenAI's news), and it gives you a summary to read — not a finished article. It runs on your own computer, so it only sends the email when your computer and Docker are on at the scheduled time. It's an early version, so more sources and options are on the way.
08 Common questions
09 If something's not working
No file is showing up in my folder. Usually the folder wasn't connected properly. Re-check that the command you pasted included your folder name and the two -e lines, and that the folder really exists.
The email looks like a jumble of symbols. Re-load the file that came with this guide rather than editing the boxes by hand.
An email never arrives. Double-check your email address and Gmail connection are set in the "Send a message" box.
Claude says something about billing or credit. Add a little credit under "Billing" in your Anthropic account.
Email support@joeyhbuilds.com and tell me what you see on screen — which step you're on and anything in red. The more detail, the faster I can help.
10 Every word, explained
New terms in one place — no need to know these before you start.
11 What's next
joeyhbuilds · the newsletter
You just set up one of the automations from joeyhbuilds — systems that do the work so you don't have to.
Subscribe and each new build reaches you the moment it's finished — the working automation, plus a simple guide like this one.
Subscribe at joeyhbuilds.com →