
boxpdf · flow PDF layout for JS runtimes
Flexbox-style PDF layout for Workers, Node, Deno, browsers
What it does
boxpdf is a tiny PDF layout engine for Node, Cloudflare Workers, Deno, Bun, Supabase Edge, and browsers. boxpdf: a flexbox-style layout DSL on top of pdf-lib for structured programmatic PDF generation. boxpdf-html: pixel-perfect HTML/CSS renderer designed for environments where Chromium or dynamic WASM are impractical. Supports pagination, wrapping, spacing, headers/footers, images, links, tables, reusable templates, and edge-native deployment without headless Chrome.
Does a similar job
all alternatives →- DADropflow, a CSS layout engine for node or <canvas>2024 · github.com · ▲404
For the last 5 years I've been working on a layout engine that targets CSS2 and some more modern properties. Live demo: https://chearon.github.io/dropflow/ It matches browsers in all cases I can find where they agree, and it's fast. It supports `position`, `inline-block`, `z-index`, and complex properties like `float` and `vertical-align`. It doesn't support high-level layout like flexbox or grid yet, but you can get intrinsics to easily divide space yourself and paint multiple layout trees. It has a great text layout implementation, and supporting non-Latin scripts is a…

- T3TinyPDF – 3kb pdf library (70x smaller than jsPDF)Dec 2025 · github.com · ▲253
I needed to generate invoices in a Node.js app. jsPDF is 229KB. I only needed text, rectangles, lines, and JPEG images. So I wrote tinypdf: <400 lines of TypeScript, zero dependencies, 3.3KB minified+gzipped. What it does: - Text (Helvetica, colors, alignment) - Rectangles and lines - JPEG images - Multiple pages, custom sizes What it doesn't do: - Custom fonts, PNG/SVG, forms, encryption, HTML-to-PDF That's it. The 95% use case for invoices, receipts, reports, tickets, and labels. GitHub: https://github.com/Lulzx/tinypdf npm: npm install tinypdf


- PMPrivatePDF – minimal PDF editor that runs in the browser2023 · github.com · ▲14
I created this tool to make it quick and easy to sign PDF contracts, without having to deal with installing additional software and without worrying that my PDFs will get uploaded to a third party. It supports the bare minimum for my most common usecases. It is not intended to be a full-featured PDF editor. Features include filling PDF forms, inserting images and text, and rotating PDFs. Check it out by either picking a PDF of your own - https://photown.github.io/private-pdf/, or with a preloaded sample PDF -…
More dev tools this month
the category →



OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 30d ago · gtmcofounder.com

Launched alongside, May 2026
the whole month →

Parallel agents, diff reviewer, and multi-model comparisons
Dev tools · May 2026 · kilo.ai


- NW
Hey HN, Henry here from Cactus. We open-sourced Needle, a 26M parameter function-calling (tool use) model. It runs at 6000 tok/s prefill and 1200 tok/s decode on consumer devices. We were always frustrated by the little effort made towards building agentic models that run on budget phones, so we conducted investigations that led to an observation: agentic experiences are built upon tool calling, and massive models are overkill for it. Tool calling is fundamentally retrieval-and-assembly (match query to tool name, extract argument values, emit JSON), not reasoning. Cross-attention…
Life & fun · May 2026 · github.com
- FM
Dev tools · May 2026 · github.com