Launch Checklist

Quick sanity checks for web + mobile before you ship.

Auth: loadingDB: unknownRelease: needs work (0/4)
Release readiness
This is the stuff that most often blocks App Store review.
Brand assetsPrivacyTerms
Backend reachable
status: loading
Check /diagnostics
Database connected
status: loading
DB down
Launch smoke test
status: loading
demo
Support email set
status: loading
Sign in to save
Store IDs set
status: loading
Sign in to save
Privacy + Terms pages
status: loading
missing/404
App Store note: Anything supports iOS App Store publishing. Android requires exporting the code and building separately.
Privacy Policy URL (use this in App Store Connect): https://ridesnac.com/privacy
Terms URL (use this in App Store Connect): https://ridesnac.com/terms
Backend alive
/api/ping
status: loading
Backend + DB
/api/health
server: loadingdb: unknown
User mapping
/api/me
status: sign in
Favorites
/api/favorites (auth-aware)
count:
Subscriptions
/api/subscriptions
plans:
Active subscription
/api/subscriptions?active=1 (auth-aware)
status: sign in
Notifications
/api/notifications (auth-aware w/ demo seed)
count:
Store IDs (App Store + package IDs)
Used for Apple App Store publishing, and also for Android builds when you export
status: loading
App name: RideSnac
iOS bundle id: com.ridesnac.app
Android package: com.ridesnac.app
Sign in to save these
Saving Store IDs is required before you publish to the App Store.
Recommended iOS bundle id
com.ridesnac.app
Recommended Android package
com.ridesnac.app
If you already created the app in Apple with a different bundle id, sign in and set it manually — don’t migrate.
Sign in and save Store IDs
Export + build
  1. Export/download the code from Anything.
  2. In a terminal: cd apps/mobile
  3. Install deps: npm install
  4. Build Android: eas build -p android
Support email (App Store)
Shown on /privacy + /terms and used by Settings → Contact support
status: loading
Current:
Sign in to set this
Apple expects a real support contact. Sign in to save your support email.
Sign in and save support email
Back home