← Work

2026 · Solo developer

Imgestor

An LLM inbox copilot that drafts the replies you would write.

  • FastAPI
  • React
  • OpenAI
  • PostgreSQL
  • Redis
  • Docker

Imgestor watches an IMAP mailbox, classifies every message with an LLM, and drafts a reply grounded in a knowledge base you control. It either sends automatically or holds drafts for one-click review.

The interesting part is the safety layer: per-sender rate caps, mailing-list and auto-reply detection, and loop-breakers so the assistant never ends up talking to another bot. An async worker (Redis + arq) keeps the inbox responsive, and a React admin console makes categories, dry-runs and audit trails legible.