Vol. I · No. 579Rochester, New York, Thursday, September 24, 2026Design · Page B19
All workSection B · Page B19

DesignFolio

A Writing App That Feels Like a Printed Book

A distraction-free personal editor with cream paper, drop caps, running headers and page numbers.

Folio, a writing app that looks like a printed book
Folio, a writing app that looks like a printed book.Screenshot: folio-book-editor2.vercel.app

I wanted a place to write that didn't look like a text box. The design brief I wrote for Folio says it in five words: the aesthetic is the product. Every entry sits on a two-page spread of warm cream paper with a noise texture, a spine shadow, IM Fell English type, a three-line drop cap, a small-caps running header and italic page numbers.

Nothing on screen competes with the words. The formatting toolbar only appears as a paper-styled bubble when you select text, with chapter, section and subheading styles, quotes and highlight. Under the hood it's Next.js and Tiptap, with entries saved as Tiptap JSON through a Zustand store and autosaved 500 ms after you stop typing. All the book styling lives in about 600 lines of plain CSS, outside Tailwind, so the typography stays exact.

The aesthetic is the product.

Entries are stories, lessons or thoughts, and they stay in your own browser, so the live version starts empty for everyone. Supabase sync, PDF export and a reading mode are in the plan but not built.

More from The Work

See all 25

Information theory

A Wordle Clone With an Entropy-Powered Cyborg Sidekick

A full-stack Wordle clone with a Cyborg Mode that suggests the best next guess using Shannon entropy.

A complete Wordle clone in React with a twist: flip on Cyborg Mode and a Flask solver suggests the guess that splits the remaining answers the most, measured by Shannon entropy.

Continued on Page B21

Productivity

A Habit Tracker That Understands Every Third Day

A small habit and weekly time-log tracker with custom recurrence, automatic weekly resets and nothing stored on a server.

HabitTrack tracks habits that repeat every N days and hours logged against weekly targets. Weeks reset on their own and roll into history, and everything stays in your browser with JSON backup.

Continued on Page B26

Fintech

A Local Llama Audits the Company Spending

A team-built spend auditor where a local Llama 3 model checks employee transactions against company policy and flags risks by level.

SU$PEND lets an auditor pick an employee, pull their transactions and run an AI audit against the company spending policy. A local Llama 3 model does the checking, so financial data stays in-house. I built the audit pipeline and the backend.

Continued on Page B16