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
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.
📨 Inbox triage & replies
Every incoming email read, classified — invoice, dispute, lead, POD request — and answered with a correct, personalized draft.
💸 Invoice follow-up
Past-due invoices chased automatically with polite, escalating reminders at day 7, 14, and 30 — nothing slips through.
🚚 Broker back office
The full 18-workflow load of a freight financial controller: PODs, rate reconciliation, W9 chasing, AR aging, release lists.
✉️ 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.
📈 Trade screening
Hundreds of charts screened for anchored-VWAP, VCP, and gap/ORB setups while you sleep — you only look at the shortlist.
🧩 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.
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.
FreightDesk — AI AR/Billing Assistant
of AR clerk time per week
- 12 classified back-office workflows across three modules — AR/billing (invoice disputes, rate reconciliation, POD requests, advance requests, quotes, past-due replies) and dispatch (breakdowns, POD submissions, detention, delays, driver assignment, check calls) — plus automated carrier-packet intake.
- Local AI, zero API fees — your data never leaves your building, no per-seat SaaS.
- Built and tested against real freight back-office email — 66 automated tests, 66 passing, across all three modules.
- 3-day install — live on your inbox by Friday.
The Trading Master Playbook — Full Course Edition
- Four parts, front to back — foundations, the craft (structure, candlesticks, indicators, auction theory), the playbooks (day, swing, options, futures, forex), and the edge: risk, algorithms, psychology.
- 50+ deep-dive reference modules — chart-pattern/candlestick/gap catalogs, Wyckoff, the VWAP playbook, 13 options structure catalogs, the Wheel, 0DTE, earnings, prop firms.
- The quant layer — position-sizing models, expectancy & drawdown math, backtesting methodology, and the statistics traps that fool traders.
- A course, not just a book — checkpoint quizzes with a full answer key, scenario drills, and worksheets: trade plan, journal, premarket checklist.
- NEW in the Second Edition — the Visual Chart Atlas — a 25-page plate section: every structure, candle, gap, setup, payoff and process, drawn in the house style.
- Fillable, not just readable — 150 form fields across 15 action pages, plus a 127-entry bookmark outline so you can jump to any concept in one click.
- Educational only — mental models and discipline, not signals, alerts, or financial advice.
The Swing Trading Operating System
- 34 original charts & diagrams — every setup drawn, not described; generated from the same code that backtests the ideas.
- 10 branded PDFs, 154 pages — 8 modules (16–19 pages each) + a START-HERE guide + a printable workbook: trade-plan template, R-multiple journal, pre-trade checklist, weekly review.
- 80 fillable fields — 10 per module, so the workbook is something you complete, not something you skim.
- One coherent operating system — modules 1–5 build the core, 6–7 add overlays, module 8 assembles the weekly routine you actually run.
- It publishes its own failed results — module 2's anchored-VWAP reclaim measures +0.117R per trade over 4,933 trades (129 symbols, 10 years, 95% CI [+0.057R, +0.174R]). The course also tells you that a risk-matched random entry already captures +0.086R of that, leaving the signal's own contribution at +0.030R with a confidence interval that crosses zero — so most of the measured edge is the risk geometry, not the indicator. VCP breakout came out roughly breakeven; gap/ORB tested negative and the module says so. You are buying the audit, not a claim.
- Educational only — no signals, no picks, no return promises. I have not traded this system with real money.
Cold Outreach Engine
- 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-llmtemplate 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.
Local-LLM Automation Kit
- 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.
The AI Ops Bundle
- 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.
Swing Setup Screener
- 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.
Next.js 16 / React 19 RSC Boilerplate
- 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 buildverified before packaging.
Midnight Gold Landing Page Kit
- 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.
Inbox Autopilot
- 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.
Invoice Chaser
- 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.
Report Bot
- 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.
Content Repurposer
- 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.
Automation Stack Bundle — all 4
- 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.
The Everything Bundle — the 5 core tools
- Cold Outreach Engine$49
- Local-LLM Automation Kit$37
- Swing Setup Screener$24
- Next.js 16 / React 19 Boilerplate$49
- Midnight Gold Landing Kit$24
- Bought one by one$183
- One checkout$99
- Saves $84 even at launch prices — and $136 once standard pricing ($235 total) returns on August 15.
- All test suites and READMEs included — 6/6 + 29/29 passing, production builds verified.
- Five zips, one receipt — everything above, delivered instantly in one checkout.
The ATS Resume Kit
- 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.
The Internship OS
- 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.
Trade Journal Pro
- 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.
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.)
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.
Those are the real template files rendering live above — not screenshots.
No reviews yet. Here's what there is instead.
Every claim below is checkable by you, right now, without buying anything.
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.
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%.
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.
Checkout to code in under a minute.
No accounts, no license servers, no subscriptions on the downloads. Buy once, own it forever.
Secure checkout
Card or PayPal via Lemon Squeezy — a merchant of record that handles receipts and tax for you.
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.
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 →
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.
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
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.