Should I self-host Day One?
Memos booted in seconds and journaling in it is genuinely pleasant. But Day One is $6.25/mo and its apps are excellent — the math is thin and this is a category where owning the data is the real argument, not saving money. Worth it if a journal you own outlives any subscription; otherwise keep paying.
Day One's polished apps, photo layouts, and On This Day
End-to-end encrypted sync without running your own
journaling · photo entries · sync across devices · on-this-day resurfacing
* 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 14s on the 2GB reference env
# Memos — journaling/notes; single Go binary on sqlite
services:
memos:
image: neosmemo/memos:stable
container_name: memos
restart: unless-stopped
ports:
- "5230:5230"
volumes:
- memos-data:/var/opt/memos
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:5230/healthz >/dev/null || exit 1"]
interval: 5s
timeout: 5s
retries: 24
start_period: 10s
volumes:
memos-data:
Want a guided install instead? caniselfhostit.com/day-one has AI-agent prompts that assume a bare machine — that's their half of the stool, and it's good.
FULL TIMED LOG
# Day One — verdict log - **Date:** 2026-08-10 - **Verdict:** KINDA — worth it if… - **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code) ## Setup evidence - Compose: `compose/day-one-memos.yml` - Boot to healthy: **14s** measured this session - Setup time recorded: 11 min (boot + configuration to first working workflow) ## What broke / notes - Boot to healthy measured at 14s on the 2GB reference env ## The call Memos booted in seconds and journaling in it is genuinely pleasant. But Day One is $6.25/mo and its apps are excellent — the math is thin and this is a category where owning the data is the real argument, not saving money. Worth it if a journal you own outlives any subscription; otherwise keep paying.