Luminary Life

Luminary Builders

The Luminary Life front door: a four-track application funnel where an AI vetting agent scores fit and a compliance gate is wired into the build itself.

Status: LiveShipped: June 2026luminarylife.ai
0-100AI fit score on every application
application tracks with server-side tier computation
homepage sections on a scoped design system
100%of copy passes a banned-phrase gate at build time

01 The story

The public face of Luminary Life and its conversion engine. Applications flow through a segmented four-track form with local autosave, then a server computes the tier honestly (including a positive-framed path for applicants below threshold), an AI vetting agent recommends fit with a sanitized rationale, and the team gets a triage ping. The distinctive part is the compliance posture: a securities and FTC banned-phrase list fails the production build if any forbidden claim appears anywhere in the marketing surface.

02 What went into it

  • Four-track segmented application with local draft autosave
  • Server-side tier computation and risk-flag detection
  • AI vetting with structured output and output sanitization
  • Build-failing banned-phrase compliance gate
  • Scoped theme system that never bleeds into the member app

03 Claude in production

Application vetting with fit scoring

Every AI call runs server-side under the Lumen governance layer: no client keys, cost telemetry on every call, and a human confirming every consequential write.

04 Stack and capabilities

Next.js 16Claude APISupabaseTailwind 4Slack webhooks