Skip to content
BLOG

Notes from the render pipeline

Engineering write-ups on browser rendering, PDFs, and feeding the web to LLMs — plainspoken and problem-first.

Comparisons· 8 min read

The 8 best screenshot APIs in 2026

A developer's comparison of the top screenshot APIs in 2026 — capture quality, ad-blocking, geo rendering, pricing, and which ones also do PDF and markdown.

Read more
Comparisons· 8 min read

The best HTML to PDF APIs in 2026

Comparing the top HTML-to-PDF APIs in 2026 — print CSS fidelity, page control, language support, JSX-to-PDF, and pricing per document.

Read more
AI· 7 min read

The best URL to markdown APIs for LLMs in 2026

The top URL-to-markdown and web-extraction APIs in 2026 for RAG and AI agents — clean output, token-aware chunking, crawling vs single-URL, and pricing.

Read more
Guides· 7 min read

The best screenshot, PDF & markdown API in 2026

Picking a rendering API in 2026 means weighing screenshots, PDFs, and LLM-ready markdown — often across three vendors. Here's how the field compares, and how to cover all three on one key.

Read more
Engineering· 6 min read

Why Puppeteer eats your RAM (and what we do instead)

A self-hosted screenshot box starts simple and ends as a memory-leaking cron job you babysit at 2am. Here's the failure mode — and the architecture that avoids it.

Read more
Product· 4 min read

Invoices as React components: JSX-to-PDF

Your app already renders the invoice on screen. Why maintain a second, divergent template just to make a PDF? Render the component straight to paper.

Read more
AI· 5 min read

Token-aware chunking for RAG, in one API call

Clean markdown is half the battle. Getting it into context windows without shredding meaning is the other half. Here's how chunking on heading boundaries works.

Read more