The Re-Assembly Automaton is a custom book-generation system built specifically to produce this thesis. It's made to support the ideas that I have discussed in my essays and the sentiment to build alternative systems.

The Re-Assembly Automaton is a custom-built pipeline that transforms a plain Markdown manuscript into a fully paginated, print-ready PDF — entirely through code. Rather than designing pages by hand, I designed a system of rules about typography, color, grid, and flow that the machine executes at the moment of generation. Every copy of this book is an instance of those rules running on the text. The book is not designed manually by pushing pixels even once but rather generated.

The system runs as a local web application. I upload a Markdown file, configure parameters — page size, margins, typefaces, section background colors, image treatment, fore-edge text — and click a button. Within seconds, a fully paginated book appears in a preview. I print it directly to PDF from the browser.

The automaton performs several operations simultaneously: it flows text into pages with running headers and footnotes; assigns background colors to sections with automatic luminance detection that inverts text to white on dark pages; converts images to halftone dot patterns; assembles a visual index from the manuscript's image inventory; and appends its own source code as a line-numbered chapter at the back of the book.

The pipeline was built in JavaScript end to end, using Node.js, the Bindery.js browser layout engine, and Claude Code as a technical collaborator. All design logic lives outside the content. The Markdown file holds only text. The machine holds the rules.

This is the thesis enacted rather than argued and reminds us that every book is already a system. The automaton makes that system visible by assembling it from scratch.

Designed by Tonia Yuqi Zhang

reassembly.xyz

Flatplan