← back to site
the library · subscribers only

You're in. Here's everything.

Two live kits, no funnels, no upsell. Kit 01 emails you a curated AI digest every morning at $0/month. Kit 02 turns your weekly notes into a newsletter draft in your voice. Both yours, free forever.

kit_01 live

Daily AI Digest Kit — your own curated AI newsletter

A cron that emails you a curated AI digest every morning. $0/month, deploys in five minutes, runs on Vercel's free tier. No n8n, no Zapier, no paid scrapers. Most "build an AI digest" tutorials route you through a $20/mo workflow tool. This is one Next.js file and a deploy button.

what's in the kit
[01]
Three sources, zero scraping fees
Hacker News + GitHub trending + 15 RSS feeds, all free APIs.

HN via Algolia, GitHub via the search API, RSS via rss-parser. No Apify, no Twitter API, no rented residential proxies. Anthropic, OpenAI, DeepMind, Mistral, Hugging Face, Latent Space, Simon Willison, Sebastian Raschka, Import AI, The Batch — already wired in. Add or remove feeds in one config file.

[02]
Interest-weighted ranking
Tell it what you care about. Items mentioning those things get boosted.

A regex/weight table you edit by hand: MCP gets +80, agents get +60, your specific framework gets whatever you decide. Then a Claude Haiku call reads your interest profile in plain English and writes the digest in a voice that sounds like a friend tipping you off — not an LLM summary blob.

[03]
An email that actually looks shipped
Hand-written HTML template, not a Resend default.

Headline pulled from the day's biggest story, source labels, hover-friendly link styles, dynamic date header, dark-mode safe. Sends through your own Gmail via an App Password — no domain verification, no Postmark account, no "from" address that screams "marketing tool."

[04]
Failure alerts so it never silently dies
If the cron crashes, you get an email about it.

The annoying thing about morning crons isn't the build — it's discovering three weeks later that the digest stopped arriving and you didn't notice. This one wraps the whole route in a try/catch that emails you the error so you can fix it the same morning.

[05]
One-click deploy
Click the Vercel button, paste five env vars, done.

The README walks you through every key — Anthropic API key, Gmail App Password, the cron secret. Total cost forever: pennies a month on Haiku. Total setup time: under five minutes if you already have a Vercel account.

grab the kit → public repo · MIT · deploy with one click
Next.js cron HN + RSS + GitHub Claude Haiku $0/mo on Vercel free
kit_02 live

Newsletter Writer Kit — your notes, your voice, shipped weekly

A Monday cron that reads your notes from the past week and emails you a newsletter draft. Most "AI newsletter" tools generate from scratch and the result sounds like an LLM. This one doesn't write — it assembles. It quotes your actual sentences, picks the strongest theme of the week, and gets you to "edit" instead of "blank page."

what's in the kit
[01]
The voice rule
The whole kit hinges on one prompt instruction.

"You do NOT write FOR them. You ASSEMBLE what they already wrote. Quote from the notes liberally. Bridge with one sentence at most." That's the difference between a newsletter that sounds like you and a newsletter that sounds like ChatGPT did your homework. The model is reduced from author to editor — exactly the role it's actually good at.

[02]
A real voice profile, not a vibes prompt
A voice.md file you author once with samples, rules, and a forbidden list.

Tone bullets, 2-3 paragraphs of your actual writing as live examples, hard-no rules ("no em dashes, no supercharge, no stay curious"), and an optional newsletter structure. Claude reads this every run. Most voice-matching tools rely on a one-line "write like X" prompt — this one gives the model real surface to mimic.

[03]
Reads from any markdown notes repo
Obsidian Git, a private notes repo, anything that puts .md files in GitHub.

Uses the GitHub commits API to find files actually modified in the last 7 days — accurate mtimes, not folder scans. Read-only token, fine-grained scope. Works with any folder structure. The README has a one-time setup walkthrough for Obsidian users (install the Git plugin, point it at a private repo, done).

[04]
Half-formed thoughts get marked, not invented
Where you have a thought but didn't finish it, the draft leaves an HTML comment.

The model is told: "Where the user clearly has a thought but didn't finish it, leave a <!-- expand: ... --> comment instead of inventing content." So you open the draft and see exactly which lines need your finger and which are already shippable. No guessing what's yours and what's hallucinated.

[05]
Email + .md attachment, edit in any editor
No vendor lock-in. The draft is a markdown file you can edit anywhere.

Mondays at 8am ET, the cron sends you an email with the headline, the chosen theme, and the full draft attached as a markdown file. Open it in your editor, edit, paste into Beehiiv/Substack/wherever. Total cost on Sonnet 4.5: about a quarter a month at weekly cadence.

grab the kit → public repo · MIT · deploy with one click
Next.js cron GitHub notes repo Claude Sonnet 4.5 ~$0.25/mo
Heads up: bookmark this page. New kits get added here as they ship, and subscribers get them first. More coming — reply to the welcome email with what you wish existed and it might become kit_03.