Parentlyze
A parenting product that turns family conversations into structured insights and tailored reports — spanning iOS/Android apps, web/Admin/backend, an in-house STT/AI engine, and internal operations systems. Co-founded 2025-06, CTO.

Overview
In June 2025 I co-founded Potentivo Lab and, as CTO, began building and operating Parentlyze's full product stack. Parentlyze records a parent-child conversation, diarizes and transcribes it, then turns it into tailored parenting reports and coaching missions. The Flutter iOS/Android apps, Next.js web layer (WebView content, report backend, operations Admin, and landing), in-house GPU STT/AI engine, and internal operations systems share one Supabase backend.
Product Surfaces
Mobile app (Flutter · iOS/Android)
Flutter · Dart · WebView hybrid · WorkManagerThe face of the actual product users use.
- ▸Auth/recording/payments/push are native Flutter; home/missions/reports are WebView-embedded
- ▸Background long-form audio uploads via a WorkManager + SQLite local queue
- ▸iOS/Android IAP receipt verification · OneSignal push · deep links
- ▸Shipped on the App Store and Google Play · in production
Web · Admin · Backend (Next.js)
Next.js 16 · Supabase RLS · multi-LLM · TossApp WebView content + AI report backend + operations Admin + landing, in one codebase.
- ▸Embeds the app's WebView screens (home/missions/reports) via a token bridge
- ▸Multi-LLM (OpenAI·Claude·Gemini·Cohere) report/mission-generation backend + STT trigger · payment webhooks
- ▸Operations Admin — recordings/STT · reports · prompts · users · payments · discounts · notifications · growth CRM
- ▸Supabase RLS multi-tenancy + Public·WebView·Admin auth tiers
STT · AI engine (FastAPI · GPU)
FastAPI · faster-whisper · Qwen3-ASR · pyannote · CUDAAn in-house AI server that transcribes, diarizes, and acoustically analyzes conversation audio.
- ▸faster-whisper (large-v3) + Qwen3-ASR in parallel, with pyannote diarization
- ▸asyncio + per-engine semaphores to avoid CUDA OOM
- ▸Async job queue → Supabase callback, dual v1/v2 APIs
- ▸A self-hosted STT pipeline with zero OpenAI dependency
Highlights
- Co-Founder & CTO · founded 2025-06, building and operating the full product stack
- Apps (Flutter) · web/Admin/backend (Next.js) · in-house STT/AI (FastAPI GPU) · internal operations systems on one Supabase
- Record → diarized transcription → multi-LLM tailored parenting reports and coaching missions
- Shipped on the App Store and Google Play · Toss / IAP payments
Timeline
Tech Stack
</>Flutter app · Next.js web/Admin/backend · in-house STT (FastAPI GPU) · Supabase