← back to site
the library · subscribers only

You're in. Here's everything.

Four live kits, no funnels, no upsell. Kit 01 is a teardown of a failed pipeline. Kit 02 turns taste into shipped sites. Kit 03 is a free cron that emails you a curated AI digest every morning. Kit 04 turns your weekly notes into a newsletter draft in your voice. All yours.

kit_01 live

158 Sites, $0: The Vantage Teardown

The full autopsy of my failed lead-gen pipeline. Every workflow, prompt, and pitch, plus a written post-mortem of why it broke at conversion, not code. The failure is the moat: you can't drag-and-drop scar tissue.

inside the teardown
[01]
The full pipeline (n8n + code)
Workflow exports, scraper config, deploy script. Fork the whole thing.

Firecrawl → Gemini → batch deploy. The exact node graph and the glue code that templates leave out: rate-limit handling, retry logic, dedupe, the JSON schema I landed on after site #40.

[02]
The prompt vault
Every LLM prompt I shipped, every variant, with notes on what broke.

Industry-classifier prompts, copy-generation prompts, the one that hallucinated phone numbers, the one that finally stopped. With diffs so you can see how I got from v1 to v9.

[03]
The pitch graveyard
124 real pitches, redacted, annotated with what I'd change now.

The cold emails, the DMs, the follow-ups. Subject lines, open rates where I have them, replies (rare), and the one near-close that taught me distribution beats automation.

[04]
Where it actually broke
A written post-mortem. Not "iterate faster," real failure modes.

The technical pipeline worked. The business pipeline didn't. This is the section nobody on n8n.io can write because they didn't ship the failure first. Bottlenecks, false signals, the tells I missed.

[05]
Site #1, redo
If I started over tomorrow. The pipeline I'd actually run.

The smaller, slower, distribution-first version. What I'd cut, what I'd keep, where I'd put the human in the loop, and the one metric I'd watch instead of "sites deployed."

download the workflows .zip · n8n + prompts + pitches
n8n export 124 pitches post-mortem + raw workflows
kit_02 live

PonderUI — one-shot sites for any niche

A private Claude Code skill that one-shots glass + neuo landing pages with a hard anti-AI-tell filter. Pick a niche, run it, ship a site that actually looks shipped. Built to turn taste into cash, fast.

what it does
[01]
Taste, enforced
Built on Leonxlnx's taste-skill, layered with a stricter anti-AI-tell catalog.

Zero em dashes. No purple-pink AI gradients. No Sparkles icon. No "Get Started / Learn More" CTA pair. No three-col Features grid with icon+heading+lorem. No Supercharge/Unleash/Transform copy. The tells that scream "AI slop" are blocked at the skill level.

[02]
A real visual vocabulary
Glass, neuo, and hybrid — with rules for when each one actually works.

8 reference docs: anti-ai-tells, glassmorphism, neumorphism, hybrid glass-neuo, spacing rhythm, color systems, typography, motion. Glass has to be earned against a rich background. Neuo base must share color with its surface. Hybrid only works one way.

[03]
Templates + examples, not lorem
4 page templates, 5 components, 3 full example sites to fork.

Landing, pricing, dashboard, auth. Button, card, nav, modal, input. Plus three real example sites: Loomwright (SaaS landing), Iris Park (portfolio), Tidewater (neuo+glass dashboard). Something to point Claude at instead of "make it look nice."

[04]
A binary QA gate before you ship
A pre-ship checklist that catches the tells before a client does.

The stuff you'd forget to check at 1am: infinite float animations, backdrop-blur spam, glass over flat backgrounds, copy that sounds like a landing page generator wrote it. Binary. Pass or fix.

add the skill → private repo · request access if locked
Claude Code skill glass + neuo anti-AI-tell filter built on taste-skill
kit_03 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_04 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. If the PonderUI repo shows 404, reply to the welcome email with your GitHub username and I'll add you as a collaborator.