In development · iOS & Android

Face & body protocol, in your pocket

Routines, progress, and AI coaching — for people who want a clear structure around how they look and feel. Educational wellness, not medical care.

Availability

Not on the App Store or Google Play yet. There is no public install link. Developers and friends can run a preview using Expo Go — see testing steps below.

Billing is in the app (Stripe). This site is for policies, FAQs, and discovery — not checkout.

Product

What you get

All of this ships in the mobile app. This page is the lightweight home for reviewers, testers, and legal links.

Face & posture context

Educational analysis-style feedback and visuals — not a diagnosis or medical device.

Looksmax-style protocols

Structured plans, exercises, and habits you can track over time.

AI coach chat

Guidance and motivation in-app. Optional: bring your own API key where supported.

Progress & premium

Track streaks and milestones. Upgrade in-app when you are ready (sandbox in development, live when you ship).

Flow

How it works

The journey users take once they have the app installed — useful copy for when you submit to Apple and Google.

  1. Create your profile Sign in, set goals, and (where you enable it) personalize reminders and coaching context.
  2. Follow your protocol Complete workouts, habits, and check-ins from the plan — at your own pace.
  3. Review progress See trends, photos, and feedback over time. Upgrade in-app for full premium access when you publish billing.
Interface

Inside the app

Illustrative mockups (not real screenshots): same dark UI, panels, and cyan accents as the app. Drop real PNGs into docs/assets/screenshots/ later and swap these for marketing shots.

Dashboard — today’s focus, streaks, and quick entry to your plan.
Face analysis — photo preview, educational summary, and disclaimers before you continue.
Looksmax protocol — ordered steps and check-ins you complete over time.
AI coach — conversational guidance (optional bring-your-own key where enabled).
Paywall — subscription handled in the app with Stripe (sandbox in dev, live when you launch).
Profile — progress, photos, and account settings in one place.
Stores

App Store & Google Play

Looksmax Pro is not available on Apple’s App Store or Google Play right now. This page cannot install anything — there is no public download until you publish a release and add real store links here.

Apple App Store

Not listed

No App Store listing yet. Later: TestFlight for beta testers, then a public page when you submit for review.

Google Play (Android)

Not listed

No Play Store listing yet. Later: internal / closed testing, then production when you’re ready.

When you go live, replace this block with real View on the App Store and Get it on Google Play buttons. Until then, the honest status above avoids “broken” store buttons. Repo: GitHub · Privacy · Terms

Testing

How testers run the app

There is no web version of the product — testers use Expo Go (quick) or a dev / store build later. Backend + AI features need your API running.

Option A — Expo Go (fastest for friends)

  1. Install Expo Go on iOS or Android from the store.
  2. Clone the repo and from the project root run npm install then npm run dev (starts backend + Metro). Or start backend and cd frontend && npx expo start.
  3. On a physical phone, set EXPO_PUBLIC_API_URL in frontend/.env to your PC’s LAN IP, e.g. http://192.168.1.10:3001 — not localhost.
  4. Open Expo GoScan QR code (not the phone’s main camera app).
  5. If the phone can’t reach your PC, try npm run start:tunnel from frontend/ (see full notes in the repo).

Option B — TestFlight / Play internal

When you publish builds to Apple and Google, invite testers in App Store Connect and Play Console. They install like any other app — no Expo step. Point them at this page for Privacy and Terms links for the forms.

Full troubleshooting: docs/EXPO_GO.md in the repository.

FAQ

Common questions

Straight answers for visitors, testers, and store forms.

Can I download it from the App Store or Google Play?

Not yet. Looksmax Pro is not publicly listed on either store. See App Store & Google Play for current status. To try a work-in-progress build, follow How testers run the app (Expo Go or future TestFlight / Play internal builds).

Is this a medical app?

No. Looksmax Pro is for education, fitness-style routines, and general wellness. It does not replace a doctor, dentist, or dermatologist.

Why is checkout not on this website?

For a mobile-only product, subscriptions are handled in the app with Stripe (test mode while you develop; live keys when you go to production). This site hosts marketing copy and legal pages.

Where are Privacy & Terms?

Privacy policy and Terms of service — use these URLs in App Store Connect and Play Console.

How do testers install the app?

See How testers run the app on this page, or the Expo Go notes in the repo (QR scan, LAN IP for the API, tunnel mode).

No public store build yet — use Testing below or Availability above.