tale.fyi: A Free Reading-and-Listening Book Platform Built on Public Domain Titles

A new web platform called tale.fyi launched on July 28, 2026, offering free access to public domain books through a single-link interface that lets users switch between reading and listening without losing their place. The platform was announced by its creator, who goes by the handle "sam" on the site. (tale.fyi announcement)
The core mechanic is simple: each book lives at one web address. Readers can toggle between text and audio at any point, and the platform saves progress automatically. That progress is stored locally on the user's device — meaning in the browser, not on a remote server — with optional cross-device syncing when signed in. No account is needed to start reading. There are no advertisements. The site also works offline, and instead of breaking books into chapter-by-chapter pages, it presents each book as one continuous scroll on a single page.
The initial catalog draws from three established public domain sources: Project Gutenberg, Standard Ebooks, and LibriVox. Users can type a book title directly into the platform to find what they are looking for. The first proof-of-concept built for the platform was tale.fyi/dracula, constructed over a two-week span.
Beyond reading, tale.fyi includes a storytelling tool at tale.fyi/tell that lets users create their own stories. The creator states that users own everything they create on the platform, including their audience. The platform also supports sharing notes with friends, adding a social layer to what is otherwise a solo reading experience.
The creator's background spans both sides of the technical-literary divide. Sam studied Computer Science and Literature in college and previously experimented with micro fiction on Twitter starting in 2007. That dual background shows in the platform's design choices: the single-link, long-page layout prioritizes frictionless access over feature density, while the reading-listening toggle and note-sharing features address how people actually engage with long-form text in practice.
The broader context here is worth considering. The web has no shortage of public domain reading options. Project Gutenberg has been digitizing out-of-copyright texts since 1971. Standard Ebooks applies modern typography and proofreading to the same body of works. LibriVox provides free audiobook recordings. What tale.fyi attempts is not a new collection of books but a new access pattern: collapsing the distinction between reading and listening into a single continuous session, on one page, at one link. Whether that approach is enough to draw users away from established reading apps and audiobook services is an open question, but the design is genuinely different from what exists.
The platform is completely free to use, with no stated monetization model in the announcement. The creator's emphasis on user ownership of created content and audience suggests an intentional stance against the platform-dependent creator dynamics that characterize most social publishing tools — where a platform can change its rules, algorithms, or pricing and leave creators with limited recourse.
For developers and technologists, the implementation details that matter are the ones the platform shows rather than describes: a web app that works offline, stores state locally with optional cloud sync, and renders an entire book as a single page without pagination. These are solved problems individually, but the combination in a zero-cost, zero-ad, no-signup-required package is a specific set of engineering trade-offs worth noting. The two-week build time for the Dracula proof-of-concept indicates the underlying technology stack is lightweight, and the offline capability points to a service worker architecture — a browser feature that lets a web page function without an active internet connection by caching its resources locally.
The platform launches with public domain titles, which sidesteps the licensing complexity that has historically constrained digital reading platforms. Whether tale.fyi expands beyond public domain works is not addressed in the announcement. What is available today is a clean, free, offline-capable reading and listening interface for classic literature, built by a single developer with a literature-and-CS background who spent formative years writing very short fiction on social media.
That last detail is not nothing. The jump from 140-character fiction experiments on Twitter in 2007 to a full-book reading platform in 2026 traces a particular arc through the shifting relationship between text, the web, and the people who build for both. tale.fyi may not be the platform that redefines how we read online, but it is a competent, considered entry in a space that has long needed more of them.


