Automation studio · Built in public · San Jose, CA

Buy the tool that already does the job. Not a course about the job.

Everything here is software I built for myself and still run: a freight back office answering its own email, outreach that personalizes itself, 200 charts screened before I wake up. Fifteen of them are packaged below, from $19 — plus the 274-page Trading Master Playbook and the 8-module illustrated trading course. The AI tools run on a local model, so they cost $0 per run, forever, and nothing you feed them leaves your machine. You get the full source, the test suite, and 14 days to change your mind.

Skip ahead: why trust any of this · questions & refund policy · FreightDesk for brokers

⏳ Launch pricing ends August 15 — then prices go to standard.
28
products live — 9 software tools, 2 playbooks, 1 course, 12 template packs, 3 career & trading kits, 1 service
101
automated tests passing across the shipped code — 66 FreightDesk, 29 Screener, 6 Automation Kit
$0
API cost on the AI tools — they run on a local model
14-day
money-back guarantee on every download
🎓 Built by a published CS-education researcher — two papers accepted to SIGCSE TS 2026 — IBM SkillsBuild, and a freight-tech back office I worked in. Every product below is code or writing I made for my own use first. No affiliate spam, no resold PLR, no fabricated reviews.
What We Can Automate

If it's repetitive, it's automatable.

Everything below is running today inside these tools — not a roadmap slide. Each one replaces hours of weekly busywork with software that does it in seconds.

EMAIL

📨 Inbox triage & replies

Every incoming email read, classified — invoice, dispute, lead, POD request — and answered with a correct, personalized draft.

MONEY

💸 Invoice follow-up

Past-due invoices chased automatically with polite, escalating reminders at day 7, 14, and 30 — nothing slips through.

FREIGHT

🚚 Broker back office

The full 18-workflow load of a freight financial controller: PODs, rate reconciliation, W9 chasing, AR aging, release lists.

OUTREACH

✉️ Personalized cold email

A CSV of leads in, a personalized pitch per lead out — written to fit each company, held for your approval before anything sends.

MARKETS

📈 Trade screening

Hundreds of charts screened for anchored-VWAP, VCP, and gap/ORB setups while you sleep — you only look at the shortlist.

YOURS

🧩 Your workflow next

This is the "what you want" part. Tell me the task you dread — if a computer can do it, we build the thing that does.

The Store

Live now. Instant download.

Every download below is a zip in your inbox seconds after checkout — real code, real test suites, real READMEs. Launch pricing holds until August 15; after that, standard prices apply. All downloads carry a 14-day money-back guarantee, no questions asked.

The one I use every day

Cold Outreach Engine

Outcome: a lead list becomes a folder of genuinely personalized emails you approve one by one. The local-AI cold email machine I run on my own outreach — drafts first, human review always, sends capped and jittered.
$49
Solo license · $99 Agency
  • CSV in → personalized emails out — a free local LLM writes each pitch to fit the lead. $0 per email, forever.
  • Draft-first safety — .eml files + one-page review.html; nothing sends without an explicit --send.
  • Deliverability plumbing built in — daily cap, 45–120s jitter, sent-log dedup, opt-out suppression, CAN-SPAM footer.
  • Works without AI too--no-llm template mode, zero dependencies, auto-fallback mid-run.
  • One file, 290 lines — stdlib-only Python, no dependencies, readable end to end in ten minutes. You can audit exactly what it sends before it sends anything.
Instant zip · 14-day refund, no questions · no account needed
or get all 5 core tools — $99 · saves $84 even at launch prices

Local-LLM Automation Kit

Outcome: your inbox triages and answers itself overnight, for $0 a message. Classify → route → draft → send, on a free local LLM, with nothing leaving your machine.
$79$37
53% OFF LAUNCH
✓ 6/6 offline tests passing
  • Full pipeline in 277 lines of readable, stdlib-only Python across 7 files — no pip installs, readable in one sitting.
  • Runs on Ollama with any local model — no OpenAI bill, zero data egress.
  • 6/6 offline tests pass — verify every stage without even installing Ollama.
  • Safety rails — draft-only default, opt-outs never auto-replied, every integration point marked # SWAP.
Instant zip · 14-day refund, no questions · no account needed
or get all 5 core tools — $99 · saves $84 even at launch prices
Bundle · The Manual + The Machinery

The AI Ops Bundle

Outcome: a 24/7 agent stack on one machine with an API bill of $0. The Claude Optimization Playbook (Second Edition — 116 pages, 40 fillable action pages, 391 form fields, 95-entry bookmark outline) plus the Local-LLM Automation Kit: the thinking, and the working code to start yours.
$56$34
SAVE $22 VS SEPARATE
  • The playbook — 5 parts, 40 chapters: the model-routing rubric, prompt-caching mechanics, CLAUDE.md & memory layering, background-agent patterns, and an anti-patterns catalog. Every rule a one-liner, every chapter ending in a fillable action page.
  • The kit — classify → route → draft → send email pipeline on a free local model. 6/6 tests passing, draft-only by default.
  • $0 API cost by design — repetitive jobs offloaded to a local model, expensive calls routed to the cheapest sufficient tier.
  • Independent guide — not affiliated with Anthropic; the kit runs on any local Ollama model.
Instant download — PDF + kit · 14-day refund, no questions · no account needed

Swing Setup Screener

Outcome: you stop eyeballing 200 charts a night and review a shortlist of three. A Python CLI that scans your watchlist for the three setups I document, test, and publish the results for — including the ones that failed.
$49$24
51% OFF LAUNCH
✓ 29/29 tests passing
  • 3 documented setups — anchored-VWAP reclaim (Shannon), VCP with computed pivot (Minervini), gap/ORB levels.
  • 29/29 tests passing — every indicator and setup rule is verified.
  • Free yfinance data — no market-data subscription, no API key.
  • Backtest harness included — replay setups bar-by-bar before trusting them. When I ran it on 129 symbols over 10 years, the AVWAP reclaim returned +0.117R per trade over 4,933 trades (95% CI [+0.057R, +0.174R]) — and a risk-matched random entry with the same stop and target already captured +0.086R of it. Draw your own conclusions; the harness is there so you can. Educational tool, not financial advice.
Instant zip · 14-day refund, no questions · no account needed
or get all 5 core tools — $99 · saves $84 even at launch prices

Next.js 16 / React 19 RSC Boilerplate

Outcome: a new project starts at the good part instead of two days of config. The current-generation stack wired correctly — with the React 18 habits deliberately left out.
$49
flat · lifetime updates for early reviewers
  • RSC by default — working use() + streamed-promise data pattern, real reference code.
  • Server Actions + useActionState mutation flow, validated with Zod v4 — no API routes.
  • Prisma + SQLite + Bun wired with a hot-reload-safe singleton; strict TypeScript.
  • CONVENTIONS.md — the do/stop-doing guide: no forwardRef, no reflexive useMemo, and why.
  • Production next build verified before packaging.
Instant zip · 14-day refund, no questions · no account needed
or get all 5 core tools — $99 · saves $84 even at launch prices

Midnight Gold Landing Page Kit

Outcome: a launch page live this afternoon, on any host, with no build step. Four premium black & gold landing pages — the same aesthetic as this page — each one a single self-contained HTML file.
$24
flat · unlimited personal & client projects
  • 4 complete pages — SaaS, service offer, case study, coming-soon/waitlist.
  • Zero dependencies — no frameworks, fonts, CDNs, build step, or tracking. Deploys anywhere.
  • Scroll animations, sticky nav, count-up stats, countdown timer baked in — vanilla CSS/JS.
  • Re-theme in seconds — every color is a CSS variable in one block per file.
Instant zip · 14-day refund, no questions · no account needed
or get all 5 core tools — $99 · saves $84 even at launch prices

Inbox Autopilot

Outcome: a morning inbox that arrives pre-sorted with replies already written. Drop a folder of emails in — every one classified, every non-spam one answered, all on a single review page. Local AI, draft-only, $0 a message.
$29$24
17% OFF LAUNCH
  • 5-way triage — invoice / support / sales lead / scheduling / spam, each non-spam email gets a drafted reply.
  • One review.html page — approve, edit, or discard every draft before anything goes near a send button.
  • Free local LLM (Ollama) — no API key, no per-message cost, no data leaving your machine.
  • Ollama down? Still works — keyword + template fallback, clearly labeled.
  • No send path exists — draft-only by design. Stdlib-only Python.
Instant zip · 14-day refund, no questions · no account needed
or get all 4 micro-tools — $59 · saves $37 at launch prices

Invoice Chaser

Outcome: you stop losing money to invoices you forgot to chase. Feed it invoices.csv — get a friendly day-7 nudge, a firmer day-14 check-in, and a direct day-30 ask, drafted and waiting for you.
$29$24
17% OFF LAUNCH
  • CSV in → tiered .eml drafts out — tone escalates automatically with days past due (7 / 14 / 30+).
  • Never nags wrong — paid invoices skipped, under-7-days left alone.
  • summary.md table of every invoice, its tier, and its draft — review in one glance.
  • Free local LLM with a professional template fallback if Ollama's down.
  • Draft-only, always — you review and send; it never does.
Instant zip · 14-day refund, no questions · no account needed
or get all 4 micro-tools — $59 · saves $37 at launch prices

Report Bot

Outcome: a Monday-morning pulse on your numbers without a BI subscription. Point it at a folder of CSVs — get a weekly digest with sums, week-over-week deltas, and a one-paragraph AI narrative.
$29$24
17% OFF LAUNCH
  • Scans every CSV — row counts + sums for every numeric column, zero config.
  • Deltas vs last run — local state.json tracks history, so "what changed" is automatic.
  • Markdown + HTML digest — Monday-morning pulse without a BI subscription.
  • LLM narrative optional — full digest still generates with Ollama off.
  • Sample launchd plist included — make it a true weekly cron in minutes.
Instant zip · 14-day refund, no questions · no account needed
or get all 4 micro-tools — $59 · saves $37 at launch prices

Content Repurposer

Outcome: one thing you wrote becomes a week of posts in under a minute. Long-form in — a LinkedIn post, an X thread, and an Instagram caption out. Local LLM, $0 a run.
$29$24
17% OFF LAUNCH
  • 3 platform-native variants — hook + takeaways + CTA for LinkedIn, numbered <280-char thread for X, caption + hashtag block for IG.
  • Edit the prompts, own the voice — each platform's prompt is one editable constant.
  • Rule-based fallback — still produces usable drafts with Ollama off.
  • Nothing auto-posts — output is markdown files you paste where you want.
Instant zip · 14-day refund, no questions · no account needed
or get all 4 micro-tools — $59 · saves $37 at launch prices
New · All 4 micro-tools

Automation Stack Bundle — all 4

Inbox Autopilot + Invoice Chaser + Report Bot + Content Repurposer. The whole back-office micro-stack, one checkout.
$96$59
$96 bought separately at launch prices — you pay $59
  • Four tools, one pattern — same clean stdlib-only local-LLM core (llm.py) in each, easy to extend.
  • Everything is draft-only — nothing sends or posts without you.
  • Every tool works with Ollama off — documented fallbacks throughout.
Instant download — all 4 zips · 14-day refund, no questions · no account needed
New · Career kit

The ATS Resume Kit

Outcome: a resume that parses clean and still reads well once a human opens it. Two ATS-safe Word templates, a one-page LaTeX build, a cover letter template, and the metric-first bullet system that gets the resume read, not just parsed.
$39$19
51% OFF LAUNCH
  • 2 ATS-safe Word templates (Classic + Modern): single column, standard fonts, no tables or text boxes in the body. Classic is the zero-risk default; Modern adds a serif header and a gold accent rule without touching the safe skeleton.
  • A one-page LaTeX resume for anyone who already typesets, plus a 3-paragraph cover letter template annotated by job: Hook, Proof, Close.
  • An 11-page guide: the metric-first bullet formula (accomplished X, measured by Y, by doing Z), what to use when you have no exact number, keyword mirroring against real job descriptions, five ATS myths debunked, and a 30-minute per-application tailoring workflow.
  • Role-type keyword banks for software engineering, data/analytics, and fintech/quant/strategy roles, so mirroring a posting takes minutes.
  • A system, not a ghostwriter: every template ships with placeholders because the accomplishments have to be yours. No guarantee of interviews or offers.
Instant zip · 14-day refund, no questions · no account needed · $39 after launch window
New · Career kit

The Internship OS

Outcome: nothing applied for twice, no deadline missed, no offer compared on gut feeling. One 4-tab tracker, four checklists, and an 11-page playbook that run your whole internship search as a system instead of a scramble.
$39$19
51% OFF LAUNCH
  • 4-tab Excel/Sheets tracker: a Pipeline with status dropdowns, a Deadlines view with live days-left math and color-coded urgency, an Outreach Log, and an Offer Compare calculator that turns pay, bonus, and stipend into one honest hourly-equivalent number.
  • Checklists for the moments that matter: resume tailoring before every application, a night-before and morning-of OA routine, and a 10-slot STAR behavioral story bank mapped to the most common interview themes.
  • 3 referral-ask templates: cold, warm, and alumni-network scripts. Fill in the blanks and send.
  • An 11-page operating guide: the weekly ritual, hard-deadline vs rolling triage, an OA prep cadence, and what is actually negotiable on an internship offer.
  • Works in Excel, Google Sheets, and Numbers: standard formulas only, zero setup. Delete the clearly marked example rows and start logging.
Instant zip · 14-day refund, no questions · no account needed · $39 after launch window
New · Trading journal

Trade Journal Pro

Outcome: the argument about which setup deserves your risk ends, because the expectancy math answers it. The R-multiple trading journal that does the arithmetic a track record actually needs, live, the moment you log a trade.
$49$29
41% OFF LAUNCH
  • Direction-aware R-multiple math, automatic: log Entry, Stop, Exit, and Size; the workbook computes Risk $ and R correctly for longs and shorts. No manual formulas, no sign errors.
  • A live 8-number Dashboard: total trades, win rate, average win and loss, expectancy in R, profit factor, current streak, total net R.
  • Setup Stats ranks setups by expectancy, not just win rate, and highlights the best performer in gold automatically.
  • Ships working: five clearly marked example trades pre-loaded so every dashboard number is live on first open, a starter.csv for script and broker-export workflows, formulas pre-applied 500 rows deep, and an 8-page quick-start guide with the math worked by hand.
  • Educational only: a measurement tool for trades you already decided to take. It has an opinion about your results, never about the market. No signals, no picks, no return promises, not financial advice.
Instant download · 14-day refund, no questions · no account needed · $49 after launch window

Why launch prices are this low

These aren't thin PDFs priced to move volume — they're the production code I run myself, shipped with the same test suites I rely on: 29/29 passing on the Screener, 6/6 on the Automation Kit, 66/66 across FreightDesk's three modules. FreightDesk installs as a done-for-you service at $999 — the kits are the same engineering, self-serve.

So why $24–49? Because the store is new and I would rather have honest early buyers than a big number. I'll say the quiet part out loud: nobody has bought these yet. There are no reviews on this page because there are no customers to review it, and I'm not going to invent any. Launch pricing exists for exactly one reason — the first wave of buyers seeds a real review base. On August 15 that reason expires and every struck price above becomes the real one.

Who this is NOT for: these are code kits you run yourself — a terminal and basic Python is enough, but if you want a hosted no-code SaaS with a support SLA, this store isn't it. (That's what FreightDesk is for.)

New · The Midnight Gold Vault

12 premium template packs.

Not software — documents. Pitch decks, proposals, contracts, resumes, media kits, landing pages, 60 slide layouts, 150 AI prompts, and a CRM you own outright. Every file opens in a browser, edits like a text document, and prints to a pixel-perfect PDF. Nothing to install, nothing to subscribe to.

Investor deck · cover
Market size · CSS rings
Traction · hand-built chart

Those are the real template files rendering live above — not screenshots.

Investor Pitch Deck16 slides$74
Freelance Business OSCRM + invoices$74
Client Proposal & SOW9 pages + SOW$59
Freight Broker Ops Pack6 documents$59
Brand Guide & Case Study3 documents$57
Freelance Paperwork Pack5 documents$49
Creator Media Kitkit + one-pager$49
Cold Email Swipe File50 templates$49
Executive Resume Pack5 documents$37
Slide Library60 layouts$37
Landing Page Kit4 pages$24
AI Prompt Vault150 prompts$24
The Complete Vaultall 12 packs$199
See every template previewed live → 14-day money-back guarantee · instant download · $592 of documents for $199
Why Trust Any Of This

No reviews yet. Here's what there is instead.

Every claim below is checkable by you, right now, without buying anything.

Published research

Two papers at SIGCSE TS 2026

Co-author on two accepted papers out of Dr. Ethel Tshukudu's CS-education research lab at San José State — including Exploring Bilingual Coding for Inclusive CS Learning (DOI 10.1145/3770761.3777339), an IRB-approved mixed-methods study of 60 participants that found statistically significant pre-to-post gains in programming confidence, computing identity, enjoyment and motivation, with novices gaining significantly more than experienced programmers.

The point: I've had my methodology reviewed by people whose job is to break it.

Shipped, not promised

The tools are running in public

Three installable offline apps are live at /apps.html, DIRA — a zero-dependency security scanner with 53 passing tests — is at /dira.html, and the source for much of it is on GitHub. Read the code before you decide whether the person selling you code can write it.

At IBM SkillsBuild I built an NLP equity-scoring platform on Watson that hit 78% directional accuracy on a six-month backtest across 50+ live market sources a day, cutting manual research time 60%.

Results published in full

Including the ones that failed

The trading products ship with the adversarial re-test of my own headline result. My first published edge did not survive it, and the correction is printed inside the product rather than quietly deleted: +0.117R per trade over 4,933 trades, 129 symbols, 10 years, 95% CI [+0.057R, +0.174R] — of which a risk-matched random entry already earns +0.086R, leaving the signal's own contribution at +0.030R with an interval crossing zero.

Nobody selling you a trading course volunteers that. It is the single strongest reason to believe the rest of the page.

What I am NOT claiming. No customer count, no star rating, no testimonials, no "500+ sold" badge, no income screenshots, and no live profit-and-loss figures — because none of those exist yet and inventing them is where every store like this goes wrong.

You are an early buyer of a new store. That is precisely why the prices are what they are, and why the refund below is 14 days and genuinely no-questions.

How Buying Works

Checkout to code in under a minute.

No accounts, no license servers, no subscriptions on the downloads. Buy once, own it forever.

1 · BUY

Secure checkout

Card or PayPal via Lemon Squeezy — a merchant of record that handles receipts and tax for you.

2 · DOWNLOAD

Zip in your inbox, instantly

Full source code, test suite, and a plain-English README. Unzip and run — every kit works out of the box on included sample data.

3 · GUARANTEED

14 days, no questions

If it's not what you expected, one email gets you a full refund within 14 days — no form, no interrogation. You keep the files either way. Read the policy →

Questions

The things people ask before they buy.

Straight answers, including the ones that talk you out of it.

What exactly do I get, and how fast?

A download link, in your inbox, within seconds of checkout. Software products are a zip containing the full source, the test suite, sample data, a plain-English README, and a license file. The playbooks and the course are PDFs — fillable ones, so you type into them rather than print them. There is no account to create, no license server to phone home to, and no subscription on any download.

How does the refund actually work?

Email me within 14 days and you get a full refund. No form, no "what went wrong" interrogation, no requirement to prove you tried it. You keep the files — I'm not going to pretend I can take a PDF back off your hard drive, and asking you to delete it would just be theatre.

EU and UK buyers additionally have a statutory 14-day right of withdrawal; this policy grants the same thing to everyone. Full text: Refund Policy.

Do I need to pay for an AI API to run the tools?

No. Every AI tool here runs against a local model via Ollama, which is free and open source. There is no API key, no per-message cost, and nothing you process is transmitted anywhere. That is the entire design premise: $0 marginal cost, and your data stays on your machine.

Every tool also has a documented non-AI fallback — keyword rules and templates — so it still produces usable output with Ollama switched off entirely.

How technical do I need to be?

For the software: comfortable opening a terminal and running python3 something.py. That's the bar. Every kit is stdlib-only Python with no pip installs, and each one runs out of the box on the included sample data so you can see it work before pointing it at anything real.

For the templates: zero. They open in a browser and print to PDF. For the playbooks and course: none at all — they're documents.

Will the trading products make me money?

I have no idea, and anyone who answers that question differently is selling you something worse than a PDF. These are educational. They teach a process for making decisions and, unusually, they publish the measured performance of that process including the parts that tested negative — the VCP breakout came out roughly breakeven, gap/ORB tested negative, and two standard regime filters lowered expectancy when I tested them.

I have not traded this system with real money. Most retail traders lose money. Read the Risk Disclosure below before you buy anything trading-related.

What's the license? Can I use this for client work?

Software and templates ship under a single-buyer commercial license: use them in unlimited personal and client projects, modify them freely, ship the output commercially. What you can't do is resell or redistribute the source itself as a competing product. The Cold Outreach Engine has a separate Agency tier ($99) if you're deploying it across multiple client accounts.

The playbooks and course are for you personally — not for redistribution or for teaching from as your own material.

Is the Claude playbook affiliated with Anthropic?

No. It is an independent field guide written from my own daily use, and it says so on the cover. It isn't endorsed by, affiliated with, or reviewed by Anthropic, and it doesn't include any of their proprietary material.

Do I get updates?

Yes — point releases for anything you bought come to the email you checked out with, free, for as long as I maintain the product. Both playbooks are already on their Second Edition and every first-edition buyer would have received it.

Who shouldn't buy this?

If you want a hosted no-code SaaS with a dashboard, an onboarding call, and a support SLA, this store is the wrong shape for you — these are code kits you run yourself. If you want stock picks, alerts, or a signal service, that isn't what the trading products are and you will be disappointed.

And if you're buying purely on social proof, wait. There isn't any yet. That's an honest reason to hold off.

14-day refundOne email, full refund, no questions and no forms. You keep the files.
Merchant of recordCheckout, receipts, VAT and sales tax handled by Lemon Squeezy. Your card details never touch this site.
No subscriptionEvery download is bought once and owned forever. Nothing auto-renews. There's no account to cancel.
No tracking, no resaleThis page runs no analytics, ad pixels, or third-party trackers. Your email is used to deliver what you bought and nothing else. Privacy
Something custom?

Tell me what you're still doing by hand.

The store covers the common cases. If your busywork is weirder than that, one email starts the conversation — I'll tell you straight whether it's automatable.

One email · a straight answer on whether it's automatable · no retainer pitch

Risk Disclosure

Educational material. Not financial advice.

Everything sold here — the swing-trading course, the playbook, the screener and journal kits — is educational and informational only. Nothing on this site is financial, investment, tax or legal advice, and nothing is a recommendation to buy or sell any security.

Trading and investing carry substantial risk of loss, including the loss of your entire capital. Leveraged instruments and options can lose more than the amount deposited. Most retail traders lose money.

Backtested, walk-forward and simulated results are hypothetical — they do not represent live trading, do not account for real slippage, fees or the psychological cost of drawdown, and past performance does not guarantee future results. No live profit-and-loss figures are claimed anywhere on this site. Where a result is published, the method and window are published with it.

You are solely responsible for your own decisions. Consult a licensed financial professional before risking capital. Full terms: Terms of Use · Refund Policy · Privacy.

Everything Bundle — $99 →