Launch board · pre-launch
A ThatsLab product — hosted dining & companion matching. Backend and admin console live in production; apps and real money/identity are the road to public launch.
Platform & ops are done. Gate to launch is real payments, real eKYC, and the App Store / Android builds.
The must-haves before a public release — everything else is polish.
Only the dev provider is wired — bookings work end-to-end but move no money. WeChat Pay · Alipay · Airwallex behind the existing PaymentProvider trait.
Aliyun RealID is a stub; verification gates hosting & attending. Admin verification queue is live and waiting for the real provider.
Native Swift app shipping to TestFlight (one-command upload). Needs App Store review + release, and the app-side ICP filing.
Native Kotlin, to build in sync with iOS. Client generated off the same OpenAPI. Greenfield.
Redis (sessions / rate-limit / hot reads) swaps in behind the Cache trait; Postgres read replicas. Targeting 1M+ users, sub-100ms p95.