Skip to main content

Mobile App Overview

The mobile app is the field capture tool for Builder Insights.

Stack

  • Expo SDK 54
  • React Native 0.81
  • TypeScript
  • Zustand
  • React Navigation v7
  • UI Kitten + React Native Paper

Core jobs

  • capture insights during events and meetings
  • tag insights with event and context
  • support voice and form-based capture workflows
  • preserve work locally before sync
  • degrade gracefully when network state is unreliable

Primary screens

  • Home
  • Capture
  • Context / Events
  • Impact dashboard
  • Executive dashboard
  • Profile and settings

Important implementation notes

  • writes should remain optimistic
  • local save happens before remote sync
  • queue behavior should stay small and predictable
  • auth, sync, and capture are high-risk change areas

For deeper implementation guidance, keep the repo-local docs in the mobile app repo as the closest source of truth.