Skip navigation

Audiobookshelf

Self-hosted audiobook and podcast server. Manages audiobook libraries with progress tracking, bookmarks, and multi-user support.

Owner: cznewt

System Graph

graph LR
  system["🖥️ Audiobookshelf"]
  
  comp_1["⚙️ Audiobookshelf Server"]
  system --> comp_1
  
  comp_2["🌐 Audiobookshelf Web Client"]
  system --> comp_2
  
  
  res_1["🗄️ Audiobookshelf Database"]
  comp_1 -.-> res_1
  
  res_2["🗄️ Audiobookshelf Storage"]
  comp_1 -.-> res_2
  
      

Components

Audiobookshelf Server

service production

Audiobook and podcast server with progress sync, bookmarks, and multi-user support.

Audiobookshelf Web Client

Website production

Web interface for browsing and listening to audiobooks and podcasts.

Resources

Audiobookshelf Database
Database

SQLite database for audiobook metadata, user progress, and bookmarks.

Audiobookshelf Storage
S3 Bucket

Storage for audiobook and podcast files.