Mani

Reformer Pilates Studio

Admin

Studio Management

Manage classes, schedules, users, centers, and view the dashboard. Log in with your admin account.

Open Admin Panel
iOS & Android

Open in Expo Go

Try the MANI app on your phone via Expo Go. Works on both iPhone and Android.

  1. Install Expo Go on your phone: App Store / Google Play
  2. Tap "Open Preview" above on your phone
  3. It will open the app directly in Expo Go
  4. Sign up or log in to start booking classes

Run Locally

Clone the repo and run both the mobile app and admin panel on your machine.

  1. git clone https://github.com/bayse-lab/mani-booking-app.git
  2. cd mani-booking-app
  3. cp .env.example .env — fill in Supabase keys
  4. npm install && npx expo start — mobile app
  5. cd admin && npm install && npm run dev — admin panel