AUTOMATION STUDIO

Workflows that
move things forward.

Custom-built automation that saves you 10+ hours a week.
I build the systems — you keep the leverage.

SERVICES

Three tools. Infinite leverage.

01 $400

Lead Engine

Point me at any directory, platform, or database. I build a scraper that extracts exactly the contacts you need — names, emails, companies — delivered as a clean, filterable spreadsheet. Runs on autopilot.

SCRAPING + DATA
02 $300

Content Multiplier

Give me one blog post, podcast transcript, or long tweet. I build a system that transforms it into a Twitter thread, LinkedIn post, newsletter block, and email blast. One input, five outputs.

CONTENT + DISTRIBUTION
03 $500

Event Radar

Automated monitor that watches Eventbrite, Meetup, and any source you care about. New events get compiled into a single feed — calendar, spreadsheet, or both. Set it and forget it.

EVENTS + AGGREGATION

Bundle all three — $1,000 (save $200)

PROCESS

Simple. Fast. Permanent.

01

We talk

15-minute call. You tell me what eats your time. I tell you what I can automate.

02

I build

48-hour turnaround. Custom scripts, tested, documented, and ready to run.

03

You run

Simple commands, clear instructions. The automation is yours forever. No subscriptions.

OUTPUT

Here's what you get.

lead-engine — output.csv
$ node scraper.mjs --url "yelp.com/search?find_desc=restaurants&find_loc=Toronto" --output leads.csv

 Scraped 47 businesses in 12.3s

name,address,phone,website,rating,reviews
Alo Restaurant,163 Spadina Ave,416-260-2222,alorestaurant.com,4.7,892
Canoe,66 Wellington St W,416-364-0054,canoerestaurant.com,4.5,1203
Byblos,11 Duncan St,416-803-5292,bfrg.com/byblos,4.4,967
Richmond Station,1 Richmond St W,416-366-8882,richmondstation.ca,4.3,1456
...
content-multiplier — thread.txt
$ node repurpose.mjs --url "yourblog.com/post/remote-work-tips" --formats twitter,linkedin,newsletter

 Generated 3 formats from 1,847-word article

— twitter/thread.txt (7 tweets) —
1/ I've worked remotely for 3 years. Here's what nobody tells you about
staying productive when your commute is 10 steps:

2/ The #1 mistake: treating your home like an office. It's not. Stop
fighting it. Design your space around how you actually work...

— linkedin/post.txt —
After 3 years of remote work, I've learned that productivity isn't
about discipline — it's about design...

— newsletter/section.html —
<h2>This Week: Remote Work, Redesigned</h2>...
event-radar — feed.json
$ node aggregate.mjs --city toronto --sources eventbrite,allevents --output feed.json

 Found 83 events across 2 sources (12 duplicates removed)

[
  {
    "name": "Toronto Tech Meetup: AI Edition",
    "date": "2026-05-22T18:30:00",
    "venue": "MaRS Discovery District",
    "source": "meetup"
  },
  {
    "name": "Queen West Art Crawl",
    "date": "2026-05-24T12:00:00",
    "venue": "Queen St W",
    "source": "blogto"
  },
  ...
]

GET STARTED

Ready to stop doing things
the slow way?