Self hosting
Run the open-source core yourself with Docker Compose
The open-source core is a single-user Docker Compose stack: the app, a worker that fetches and writes the digest on a schedule, and a bundled Postgres. It is free, AGPL-3.0, and yours to run on any small box. You bring an LLM (an API key, or a local Ollama) and optionally an email provider.
Requirements
Hardware, Docker, ports and the LLM choice
Install with Docker Compose
From compose file to running stack, with a healthcheck
Configuration
Every environment variable: required or not, default, and what it does
LLM providers
Ollama, Anthropic, OpenAI and other compatible servers
Scheduling
The three schedules, the digest slot, and what happens with a missed run
Updating
Pulling a new image, migrations, and breaking changes
Backup and restore
What is in the database and how to put it back
Troubleshooting
From symptom to cause to fix