Should I self-host Everand?
Everand is a catalog subscription — the books aren't yours either way. Kavita beautifully serves media you own (and we verified it boots), but it cannot conjure Everand's library. Third member of the catalog-is-the-product pattern, after Spotify and Audible.
Nothing — if you own your ebooks, run Kavita for them regardless; it just doesn't replace the subscription
ebook & audiobook streaming catalog · reading apps · recommendations
* Percent of the subscription price. Your time is priced at the slider's rate — $0/h ("my homelab time is free and I love it") is a legitimate position. Every number is derived from the record, never hand-written. Price source, checked 2026-08-06.
Runs comfortably on a Raspberry Pi.


Boot to healthy measured at 32s on the 2GB reference env
# Kavita — ebook/comic server. .NET image without curl/wget: sidecar probes it.
services:
kavita:
image: jvmilazz0/kavita:latest
container_name: kavita
restart: unless-stopped
ports:
- "5000:5000"
volumes:
- kavita-data:/kavita/config
probe:
image: busybox:stable
network_mode: "service:kavita"
depends_on:
- kavita
command: sh -c 'while true; do sleep 30; done'
healthcheck:
test: ["CMD-SHELL", "nc -z localhost 5000 || exit 1"]
interval: 5s
timeout: 5s
retries: 40
start_period: 20s
volumes:
kavita-data:
Want a guided install instead? caniselfhostit.com/everand has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
FULL TIMED LOG
# Everand — verdict log - **Date:** 2026-08-10 - **Verdict:** NOT REALLY — keep paying - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence - Compose: `compose/everand-kavita.yml` - Boot to healthy: **32s** measured this session - Setup time recorded: 11 min (boot + configuration to first working workflow) ## What broke / notes - Boot to healthy measured at 32s on the 2GB reference env ## The call Everand is a catalog subscription — the books aren't yours either way. Kavita beautifully serves media you own (and we verified it boots), but it cannot conjure Everand's library. Third member of the catalog-is-the-product pattern, after Spotify and Audible.