← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Bookshelf: A self-hosted eBook library for EPUB and PDF files

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Self-hosted eBook library for EPUB and PDF.
  • Supports local Node server or Cloudflare Worker with R2.
  • Includes in-browser readers for both formats.
  • Requires Node 24+ and Unix-like system for sync tool.

Overview of Bookshelf

Bookshelf is a newly released self-hosted application designed for managing personal eBook collections. It provides a single server-rendered page to list, filter, and serve EPUB and PDF files. The application includes built-in readers for both formats, allowing users to read books directly in their browser.

Deployment Options

Users can deploy Bookshelf in two main ways: as a Node server operating over a directory on disk, or as a Cloudflare Worker utilizing Cloudflare R2 object storage. This dual deployment capability offers flexibility depending on user preferences for local hosting versus cloud-based solutions.

Technical Requirements and Setup

To run Bookshelf, a Unix-like system and Node.js version 24 or newer are required. The sync tool, which handles cover generation, relies on image tools like `cwebp` and `pdftoppm`, making Windows unsupported for direct installation. Docker is an alternative for setup, as it ships with these necessary tools. The application stores published books, user profiles, and reading positions in a single named volume for easy backup.

Configuration and Storage

Bookshelf can be configured via a `bookshelf.config.json` file to point to a specific directory for local storage. For Cloudflare R2 deployment, users need a Cloudflare account and must configure the application to interact with their R2 bucket. The system is designed to operate without requiring external accounts beyond the chosen storage provider.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 24

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Bookshelf is a new self-hosted eBook library application that allows users to manage and read their EPUB and PDF files. It can run as a Node server on a local directory or as a Cloudflare Worker over R2, providing flexibility for deployment.