Tollstack — Content Platform with Cross-Platform Publishing Pipeline

What Is This

Tollstack is a derived content use for the KPack system (see DriftSift). Where DriftSift uses kpacks as diagnostic tools, Tollstack uses them to power a content platform and newsletter — a Jekyll site (tollstack.dev) teaching builders how to construct revenue infrastructure inside other people’s businesses. 19 published articles, 50+ interactive calculators, and a full design system.

Articles are written with Claude and Codex, published to the web, and exported to Substack via a 2,000-line Python pipeline that handles Mermaid diagram rendering, table density detection, paywall placement, UTM attribution, and publication ledger tracking.

88 commits. 300+ article images converted to WebP.

Why This Approach

Jekyll was chosen because the content pipeline is the product, not the framework. The site needs to be fast, hostable on GitHub Pages, and transformable by external scripts. A Rails app would have been overhead for what is fundamentally a publishing workflow.

The Substack pipeline exists because Substack’s editor doesn’t support Mermaid diagrams, complex tables, or Jekyll-style layouts. Rather than dumbing down the source content, the pipeline transforms it into platform-appropriate formats — static PNGs for diagrams, simplified tables, platform-native CTAs. The source of truth stays in Jekyll.

Key engineering decisions:

What Would Break

What I Learned


Repo: github.com/plentyofsaas/tollstack-web (private)

Live: tollstack.dev · tollstack.substack.com

Status: Production at tollstack.dev. Active content development.