The Platform
Preacher is a standalone AI content platform built specifically for church communities and sermon preparation. It handles the operational side of running a content-driven religious organization: managing sermon archives, searching scripture and past messages by topic or theme, organizing church projects, ingesting reference documents, and making that content accessible through a search interface.
For a pastor preparing a sermon on forgiveness, a church administrator looking for past messages on a specific passage, or a ministry team organizing a series — Preacher provides the same kind of AI-assisted search and retrieval that PleaBrain provides for legal documents. The domain is different. The infrastructure is the same.
What Makes This Technically Significant
Preacher's architectural value isn't in the church application specifically — it's in what it demonstrates about the deployment model:
Fully Isolated API
Preacher runs as a completely separate API service — its own database, its own environment, its own deployment. It shares zero runtime state with PleaBrain or Nutrifunction. This isolation-first architecture means a new vertical deployment can be stood up without touching any existing system. There's no risk of cross-contamination between client environments.
Safe Startup Enforcement
The API refuses to start if the environment configuration looks unsafe — no accident deployments, no dev credentials hitting production databases. An explicit override flag is required for development environments. This kind of safety behavior is built into every Vitruvian Labs deployment from day one.
Document Ingestion & Search
The same ingestion patterns that handle court documents and lab PDFs handle sermon manuscripts, scripture texts, and church documents here. Content is indexed for full-text search and available through the same retrieval interface. A search for "messages on Matthew 5 from 2022–2024" works the same way as "emails referencing the RFI from March" — different domain, identical infrastructure.
The Real Message for Prospective Clients
Preacher is the clearest evidence that this isn't industry-specific software. It's a portable infrastructure pattern that has now deployed in:
Federal Litigation
PleaBrain — active ASBCA case
Health & Food Commerce
Nutrifunction + BFM — live with two clients
Manufacturing
Boost 3D — in deployment
Church & Content
Preacher — live
Your industry is next. If you have documents, records, or operational data that needs to be searchable, structured, and actionable — the infrastructure is ready.