harper.family ยท portfolio

The Harper stack

Apps Tyler & Brianna run on their own hardware โ€” meal planning, sermons, blogs, CRM, and the infrastructure tying it all together. Self-hosted, model-independent, built to keep working when the cloud has a bad day.

Family & Household

Personal

Infrastructure

Internal

CentralBrain

Personal knowledge store + connectors

Postgres-backed central data store on the Synology with continuous Gmail / Calendar / Linear ingest. Powers everything else: any app under the family stack reads from here. No LLM in the runtime path โ€” fully deterministic.

FastAPIPostgrespgvectorpg_cron
Internal

Crons

Local cron service โ€” shell, http, sql, claude jobs

Mac-local FastAPI scheduler that runs jobs on a real cron, persists state to centralbrain, and supports a `claude` job kind that drives the local Claude Code CLI directly (no API token, no quota). Independent of any cloud scheduler.

FastAPIAPSchedulerPostgreslaunchd
Internal

Personal Services

n8n + ollama + helpers

Self-hosted n8n automation, Ollama local LLM, and other utility services running under one Docker compose project.

Dockern8nollama