Back to Portfolio

Health Track App

The Pitch: A native Android health tracking application built via Trusted Web Activities, deployed on edge infrastructure.

Tech Stack

Next.jsPWABuilderBubblewrap CLITrusted Web ActivitiesVercelSupabase

The Architecture

To deliver a high-performance mobile experience without managing dual codebases, this application leverages a web-first architecture transformed into a native Android APK.

Bypassing automated cloud builders, I manually compiled and signed the APK locally using Google's Bubblewrap CLI. This granted granular control over the build process, package signatures, and manifest configurations.

To achieve a seamless, full-screen native experience free of browser UI elements, I implemented cryptographic Digital Asset Links, securely verifying ownership between the deployed Next.js web infrastructure and the Android package.

The Result

A fast, installable, standalone Android application that updates dynamically via the web layer, resulting in zero user-facing app store update delays and a drastically reduced deployment cycle.

Health Track App Screen 1
Health Track App Screen 2