ACT Journal
An AI journaling app grounded in Acceptance & Commitment Therapy. You define your values, write daily entries, and the AI reflects your writing back against what matters — surfacing patterns, tracking behavioral shifts, and closing the loop between insight and action.
- Designed and built the full product end-to-end: concept, UX, frontend, database, and the entire AI layer.
- Engineered a multi-provider AI proxy (Anthropic, OpenAI, Gemini) with a single normalized streaming interface and server-side key management.
- Cut per-user AI cost from ~$2.83/day to ~$0.09/session via prompt caching, three-tier model routing, and context tiering.
- Built a persistent "working formulation" so the AI stays calibrated to the person across sessions — not just the latest entry.
- Row-Level Security on every table, JWT-authenticated edge functions, and a three-layer entitlement system wired for Stripe billing.