GOBAI — Delivery Super-App (MVP)

Mobile + Full-StackReact Native (Expo), Laravel, MySQL, Redis2025

React NativeExpoLaravelTypeScriptArchitectureUX

Problem

Build a multi-role delivery MVP that feels fast, predictable, and “daily-use” from day one.

Constraints

  • Multiple roles (customer / rider / merchant)
  • High frequency flows (browse → cart → checkout) must be low-friction
  • Clean boundaries so features can ship without regressions

What I owned

  • End-to-end screen implementation (Expo Router)
  • Reusable UI primitives + layout contracts
  • API integration patterns + resilient states (loading/empty/error)
  • Architecture guardrails for scale

Results

  • Consistent screen structure across the core loop
  • Reduced UI churn by extracting primitives + tokens
  • Faster iteration speed for new screens