krz/gitbay

A CLI-first git forge.

clone: git clone https://gitbay.org/krz/gitbay.git

#12 native Android app (greenfield) open

by cmc at 2026-08-24T02:55:28.898Z · labels: mobile roadmap

Native Android client for gitbay. Unlike iOS (#11, which inherits hutch's architecture), this is greenfield — no existing Android codebase to draw from.

Scope mirrors #11 against the same backend: instance + token onboarding (QR/paste), repo browsing with commit log and signature states, issues and MRs with markdown rendering, reviews and merges, multi-instance support. Kotlin + Jetpack Compose is the obvious stack.

Shared concerns tracked in #11 apply here too: token onboarding UX, webhook-driven notifications (#3), mobile diff rendering. Worth extracting a shared API client spec from the iOS work so the two apps stay behaviorally aligned.