Creator Content Engine: 1.15M Threads Views in 27 Days on Claude, Notion and n8n

Hand-drawn sketch of the creator content engine: a discovery script finds and ranks accounts in a niche, Claude drafts posts against a tested format library, Notion holds the calendar and every draft, n8n schedules and publishes through the Threads API and fires the first-hour reply, and a weekly review kills dead formats and promotes winners

A faceless Threads account went from near zero to 1.15M views in 27 days, 120 followers to 615, on a four-tool content engine: Claude writes against a tested format library, Notion holds the calendar and drafts, n8n schedules and publishes through the Threads API and fires the first-hour reply, and a research toolkit finds and ranks the accounts and posts worth learning from. Running cost was close to nothing: Notion free tier, self-hosted n8n, the free Threads API and one Claude subscription.

Built and run by Prem Patel, Make Level 5 Expert and Zapier Certified Professional, for our own Natal Junction account. It is one of the 1,200+ systems we have shipped and the one we point to when a creator, an agency or a UGC programme asks what "content automation" looks like when it has to survive a real algorithm.

The situation

Threads rewards format and timing, not talent. Most accounts post on instinct, get 300 views on one post and 30,000 on an identical-looking one, and never learn why. We wanted a loop that found what a specific audience responds to and then compounded it without a person babysitting it every day.

The account started with 120 followers and no format library.

The 3 problems

  1. No data on what works. Advice says "post consistently and add value". It does not say which shape, which hour or why.
  2. Manual publishing breaks cadence. A person posting by hand misses slots, and missed slots reset the algorithm's trust.
  3. Discovery by scrolling. Finding the accounts and posts worth studying in a niche took hours and produced no record.

What was built

How it flows

  1. Discovery. A Node.js and Playwright toolkit searches the niche by keyword, harvests candidate accounts, reads followers, recent views, post count and bio for each, ranks them on an active-plus-influential blend and writes a top-N CSV. A second script logs top posts for a query set with likes, replies, reposts, shares, views, date and URL.
  2. Format library. Every post is tagged by format. A weekly review promotes the formats that carried reach and kills the dead ones. Twelve posts out of 190 drove roughly 30 percent of all views.
  3. Drafting. Claude writes against the format library, so output never drifts back to guesswork.
  4. Calendar. Notion holds the calendar and every draft, the single source of truth.
  5. Publishing. n8n schedules each post, publishes through the Threads API in the slots that won and fires the first-hour reply automatically.
  6. Review. Three 10-day blocks, each ending in a hard review: find the format, double down and add structure, then scale and run one new experiment a week beside the winners.

Tools used

Results

MeasureValue
Views in 27 days1.15M
Views in the final 7-day window490K
Followers120 to 615
Top single post30.2K views
Algorithmic reach70 percent plus, not from existing followers
Posts that carried the account12 of 190 drove about 30 percent of views
Running costClose to nothing: free tiers, self-hosted n8n, one Claude subscription

Every number comes from one real account across one 27-day sprint, recorded in the full write-up.

Where this goes for UGC and creator programmes

The same engine, pointed at a brand's creators instead of one account, is the automation layer of an influencer or UGC programme: discover creators by keyword and follower threshold, rank them, log what they post and when, track live links and engagement, and report weekly without manual data entry. We have run each of those stages; the creator content automation page sets out the scope and price bands.

Honest limits

Related guides

FAQ

Q: Can this run for a brand's creator or UGC programme rather than one account? A: Yes. The discovery, tracking and reporting stages are the same; the publishing stage becomes reminders and content logging for each creator instead of posting from one account.

Q: Why n8n and not Make.com here? A: Cost and the Threads API. Self-hosted n8n runs the schedule for the price of a small server and the Threads API is free. For a client with existing Make.com or Zapier accounts we build on whichever they already run.

Q: Does the discovery toolkit need an API key? A: No. It drives a signed-in browser over the Chrome DevTools Protocol, because view counts only render for a signed-in session. Where an official API exists we prefer it.

Q: What did it cost to run? A: Close to nothing: Notion on the free tier, self-hosted n8n, the free Threads API and one Claude subscription. The leverage is the design, not the spend.

Running a creator, UGC or content programme by hand?

Discovery, tracking, reminders and reporting are the parts that automate first.

Book a Call →