TrailLog.ai
LIVEMulti-tenant troop-management SaaS · for Philmont Scout programs and the volunteers running them.
A multi-troop program runs on a stack of unrelated SaaS subscriptions. One for registration, another for messaging, a third for trip planning, plus a Facebook group and three Google Sheets that nobody owns. Around $400 a month per program, four logins, and key data living in three places that drift out of sync.
Multi-tenant React + Express + Postgres. Claude Opus is the workhorse for reasoning-heavy work (trip planning, lesson sequencing); Sonnet handles the everyday flow; Haiku covers high-volume classification. The right model for the job, not loyalty to one. Google OAuth, four-tier role-based access. CSRF, CSP, HSTS. Per-tenant token caps with cost monitoring built in from day one. Backups verified nightly by restore-and-diff against production.
Replaces three separate SaaS subscriptions per tenant. Runs at roughly $8 a month per program in infrastructure, the cost of a streaming subscription. Live at traillog.ai, used by real Scout programs in production today. Tri-model orchestration is the pattern that graduated out of Zero Drift into a shipped product.
last verified · 2026-05-07
