AI · Document intelligence
Quist AI
Built solo as Forty Years AI, acquired by Quist in 2026.
An AI document-intelligence SaaS: users upload raw source documents, async AI pipelines turn them into structured draft reports, and teams refine the output in a collaborative editor. I built it end to end, alone, under its original name Forty Years AI. Quist acquired it in 2026, and I still maintain it.
- Built the entire platform: FastAPI and PostgreSQL with SQLModel, Celery and Redis async AI pipelines, React with TypeScript, TanStack Router and Query.
- Claude-powered pipelines extract structured data from uploaded documents and generate draft report content for humans to refine.
- Custom rich-text editor (Lexical) with inline comments and version history.
- Alembic migrations, pytest with coverage, and Playwright end-to-end tests on every change.
- Multi-tenant from day one: tenant-scoped JWT auth with data isolation at the query layer.
- Production infra as code: Terraform on DigitalOcean, Docker, Traefik with automatic TLS, daily database backups, and full observability with OpenTelemetry, Prometheus, Grafana, and Loki.
