Updates

Recent changes to Literal.

May 2026
2 features · 3 fixes · 1 retired

Book pages, redesigned

Every book page got a fresh layout. The cover finally sits where you'd expect, friends' reading status now lives right next to it, and a new "discovery chain" shows how the book traveled through your network — who recommended it, who read it, who's reading it now. Buy links are tidied into a single "Where to find this book" section.

Book and author pages load instantly for visitors

Anyone landing on a book or author page without an account should notice it appears almost immediately now. We're caching at the edge and preloading covers, which together knock real seconds off a cold page view.

A tidier menu under your avatar

The dropdown under your avatar is split into three clear groups now — account, library, settings — instead of one long list. Easier to spot the thing you actually want.

Better developer docs

The API docs at /developers got a proper redesign: a sticky table of contents on the side, cleaner endpoint cards, and a "Try it in Apollo Sandbox" button so you can poke at the API without leaving the page.

Clubs are being reworked

We're sunsetting the current version of Clubs. Existing clubs still work in the meantime, but we've moved the link out of the main nav and into your avatar menu — and we're building something that's a better fit for actually bringing readers together.

Affiliate disclosure, in the open

Some of the bookstore links on book pages earn Literal a small commission — at no cost to you. There's a new /affiliate-disclosure page and a small inline notice on each book page so this is fully out in the open.

Behind the scenes

Quieter month on the surface, busier underneath: edge caching for anonymous traffic, a typography pass that aligns the static pages (legal, privacy, terms, press, contact) on a shared layout, and a pile of small performance wins.

April 2026
2 features · 4 fixes · 1 retired

Refreshed marketing homepage

The logged-out page at literal.club got a refresh — tighter sections, less filler, and a mobile layout that doesn't bunch up at the top anymore.

A more focused signed-in home

When you sign in, your home is a little more focused now: a condensed currently-reading row up top, recommendations moved into the sidebar, and the sidebar sticks while you scroll.

A new home for guides and tools

We launched /guides — a hub of honest comparisons, migration walkthroughs, country-specific guides for readers in different places, and three free tools (reading speed calculator, time estimator, Goodreads CSV analyzer). Mostly written to be useful, not to chase keywords.

Chat removed

Literal no longer has an in-app chat feature. It was around for years, but it didn't really fit how people use the site, and the maintenance was pulling time away from things that did.

See what others highlighted in a book

Book pages now surface highlights that have resonated with other readers, sitting right alongside your own. A nice way to spot which passages tend to land.

Behind the scenes

A round of stability work behind the curtain — hardened server-side rendering against upstream hangs, automatic database migrations on deploy, and a cleanup of dead config. The site should feel snappier and crash less.

February 2026
1 feature · 2 fixes

A homepage that actually belongs to literal.club

The logged-out homepage used to be fetched from a separate WordPress instance. Now it's part of literal.club itself — faster, and it means we can actually iterate on it without context-switching between two systems.

Public API documentation

We finally published official documentation for the Literal API at literal.club/developers — for anyone wanting to build something on top of their own reading data.

Behind the scenes

Moved file storage to a faster provider (Cloudflare R2), set up automated backups for assets, MongoDB, and environment variables, and squashed a server-side memory leak that had been quietly bothering page loads.