reading-bookmarks
Everand logo

Should I self-host Everand?

NOT REALLYkeep paying

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.

The math (nothing hidden, including your time)

Everand (Standard)$11.99/mo
VPS share + storage−$0.30/mo
Your maintenance: 10 min/mo at $20/h−$3.33/mo
Net saving$8.36/mo
Setup: 11 min measured (one-time)$3.67
Break-even0.4 months
Markup Index (price ÷ real self-host cost)3.3×

Price: source, checked 2026-08-06. Inputs are stored in git; every number above is derived, never hand-written.

What you lose

  • Nothing — if you own your ebooks, run Kavita for them regardless; it just doesn't replace the subscription

What you're paying Everand for

  • ebook & audiobook streaming catalog
  • reading apps
  • recommendations
Kavita running from the boot-verified compose file
Kavita, running from the compose file on this page — screenshot from our verified instance, not marketing material.

Ranked alternatives

A reading server for the epubs, PDFs and comics you already own, with per-user progress and OPDS on by default.

Kareadita/Kavita · ★ 11,447 · last commit 0d ago · GPL-3.0

Hardware

Runs comfortably on Raspberry Pi.

The tested compose file (our evidence, CI-booted)

# 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.

Verification

Protocol v1 · verified by zernonia on 2026-08-10 · setup measured at 11 min · AI assistant: claude-code (allowed & stated)

What broke

  • Boot to healthy measured at 32s on the 2GB reference env
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.

Verdict history

  • 2026-08-10: unscored → NOT_REALLY — Initial verdict: Everand is a catalog subscription — the books aren't yours either way.