Skip to content

Repository files navigation

Artistant — Android

Native Android app (Kotlin + Jetpack Compose) for Artistant, an India live-artist booking marketplace. Separate app from the iOS/SwiftUI client; shares the same Supabase backend.

Status: M0 + M1 complete (foundation + auth/signup). Next: M2 Browse. See docs/PARITY_CHECKLIST.md for the iOS→Android file matrix and docs/IMPLEMENTATION_ROADMAP.md for milestones.

Planning documents

  1. ANDROID_MIGRATION_PLAN.md — start here: what we're building, scope, tech decisions, how it all fits.
  2. PARITY_CHECKLIST.md — iOS file → Android status matrix (the working tracker).
  3. ARCHITECTURE.md — app structure, cross-cutting decisions, library stack + rationale.
  4. PROJECT_STRUCTURE.md — complete package/directory tree.
  5. SCREEN_INVENTORY.md — all 45 screens + 27 components → Compose; design tokens; SwiftUI→Compose API map.
  6. API_MAPPING.md — the Supabase contract (tables, RLS, storage, realtime, Edge Functions, RPCs, auth) + the FCM change Android forces.
  7. FEATURE_CHECKLIST.md — every feature → tasks with complexity, dependencies, risk, and an independent-work map.
  8. IMPLEMENTATION_ROADMAP.md — milestones M0–M8, exit criteria, critical path.
  9. RISKS_AND_DECISIONS.md — iOS-only functionality, Android challenges, performance, security, accessibility, ADRs, iOS issues found.

The product in one paragraph

Two-sided marketplace for booking live performers in India. Clients and artists share one app, gated by a role pick at signup. v1 is a no-payments matchmaker (match → negotiate in chat → confirm). Hero feature: the Bookability Score™. Trust is Airbnb-style (in-thread safety + report); chat redaction is gone. Booking is request → accept. Dark-only, phone-only, INR.

Stack

Kotlin · Jetpack Compose (Material 3) · MVVM + StateFlow · Hilt · Navigation-Compose · supabase-kt · Coroutines/Flow · kotlinx.serialization · Coil · Media3 · CameraX · WorkManager · DataStore · FCM · Play Billing (dormant) · PostHog + Sentry.

Min SDK 26 · target/compile SDK 36 · phone, portrait, dark-only.

Backend

Shared with iOS, reused as-is (Supabase: Postgres + RLS + Storage + Realtime + Edge Functions + Auth). Two server-side additions for Android: an FCM push path and (later) Google Play billing notifications. See API_MAPPING.md.

About

the android verion of artistant app

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages