
LifeFunnelApps
Eight small mobile apps that each do one thing well, and quietly open the door to LifeOrchestrator.
Tech stack
- Languages
- TypeScript
- Frameworks
- React Native
- Expo
- Drizzle
- Infra
- Turborepo
- expo-sqlite
LifeOrchestrator is a big platform, and big platforms are hard to walk into cold. LifeFunnelApps is the answer: eight lightweight mobile apps, each doing one narrow job well, each an easy first step into the larger ecosystem.
What it does#
- Eight focused apps. Small, single-purpose React Native tools rather than one intimidating everything-app.
- Part of the family. Each app connects back to the wider LifeOrchestrator platform, so a user who outgrows the small tool has an obvious next step.
- One codebase discipline. All eight live in a single Turborepo with shared packages, so a fix lands once and ships eight times.
Why it matters#
The engineering interest is in the leverage. The monorepo carries the shared weight, common UI, shared local storage via Drizzle over expo-sqlite, and one CI pipeline, so each app stays genuinely cheap to build and maintain, and a fix lands once for all eight. It also forced a useful discipline on the platform itself, because an API that eight small clients depend on has to keep its contracts stable.
The stack#
React Native with Expo, TypeScript throughout, Drizzle ORM over expo-sqlite for local data, all managed in a Turborepo monorepo.

