A web newspaper that looks like a newspaper
Newspaper aesthetic on the web, but Flipboard already did this.

Typesetting engine rendering structured JSON to Canvas without using the DOM.
Developers building document generation tools, Technical Writers
Paged.js · pdfkit
Just for fun I made a skill file describing the schema and gave it to Claude. It asked me if I wanted to see it build something interesting with it, so I said yes.
It made a newspaper -- 3 pages, but still, a newspaper.
Not because it had seen VMPrint AST before. There are none. Not because the skill file described what a newspaper should look like, or how to build one. It didn't.
But it decided that "something interesting" out of this schema should look like a newspaper, so it built one with the primitives I gave it — kind of like handing a pencil and paper to a kid and asking them to draw a museum piece.
The file it generated can be found here: https://cosmiciron.github.io/vmprint/examples/ast-to-canvas-...
You can actually tweak it yourself and see the render change. You will see that it genuinely created the document with structure and semantics — not just a screenshot.
Of course Claude can generate any kind of layout/UI with HTML, but that's because it was trained from billions of prior examples. This one though is different.
Newspaper aesthetic on the web, but Flipboard already did this.
Sends schema not data to LLM, unlike Vanna, but browser performance millions rows remains dubious.
LLM infers schema once, Go does 10k-row extraction—avoids token waste.
Claude downgrades from Opus to Haiku as it loses money gambling.
AI writes deterministic fetchers and renders your news as a print-style broadsheet.
LLM picks modules instead of writing code—determinism and reusability without hallucination.