Expo Liam Du Jan 28, 2026

The solo dev playbook: ship faster with Expo, EAS Build, and OTA Updates

Article Summary

Liam Du built and shipped Wellspoken—an AI-powered articulation coach—to both iOS and Android in one week. Zero Xcode. Zero Android Studio. Just Expo.

Du, founder of Wellspoken, shares his complete technical playbook for building a production app with audio recording, video capture, push notifications, and secure auth. The app hit $500+ revenue in its first month with 400+ users, proving you can ship fast without sacrificing quality.

Key Takeaways

Critical Insight

A solo developer shipped a feature-rich, revenue-generating mobile app to both platforms in one week by leveraging Expo's SDK and EAS services instead of fighting native tooling.

The article includes production-ready code snippets for every major feature, from audio recording hooks to push notification setup—a literal copy-paste playbook for your next app.

About This Article

Problem

Liam Du needed to build native features for production. Audio recording, video capture, push notifications, and secure authentication had to work on both iOS and Android. The catch was doing this without writing Swift or Kotlin, and without the headache of managing certificates and provisioning profiles.

Solution

Du used Expo SDK modules like expo-audio, expo-camera, expo-notifications, and expo-secure-store. These came with hooks-based APIs that made development straightforward. EAS Build handled the platform-specific compilation and credential management automatically through simple command-line workflows.

Impact

Wellspoken launched to both app stores in a week. It hit 400+ users in the first month and brought in $500+ in revenue. The first paying customer signed up within 24 hours of launch.