Scaleyes CampusOpt

Sales demo walkthrough

Sign in

Follow these steps in order for a 15-minute live demo. All accounts use password RoleName@2026! unless noted below.

1. Platform overview

Super Admin · superadmin@scaleyes.com

  • View all tenants and subscription status
  • Invite a new institution admin (invitation-only onboarding)
Open /super-seed-admin/login

2. Institution operations

School Admin · admin@demoschool.edu

  • Dashboard with students, staff, and fee summary
  • Invite teachers and parents (no password at create — email invite)
Open /login

3. Collect fees online (Razorpay)

Parent · parent@demoschool.edu

  • Fees page shows ₹30,000 pending tuition (seeded)
  • Click Pay → Razorpay checkout (test keys in dev)
  • Download PDF receipt after payment
Open /login

4. Fee reminders (WhatsApp)

Accountant · accountant@demoschool.edu

  • Finance → Send WhatsApp Reminders for overdue fees
  • Uses MSG91 in production; mock logs in local dev
Open /login

5. Admissions pipeline

Receptionist · receptionist@demoschool.edu

  • Review APP-2026-001 (submitted) and APP-2026-002 (under review)
  • Approve and enroll applicants
Open /login

6. Public admission form

No login

  • Parents apply online without an account
  • Application appears in receptionist queue automatically
Open /apply/demo-school

7. Academic results

Teacher · teacher@demoschool.edu

  • Unit Test 1 — Mathematics marks published for Rahul (82/100, Grade A)
  • Parents see results in their portal
Open /login

Production checklist (Track B)

  • Set Razorpay live keys: RAZORPAY_KEY_ID, RAZORPAY_KEY_SECRET, RAZORPAY_WEBHOOK_SECRET
  • Set MSG91: WHATSAPP_PROVIDER=msg91, MSG91_AUTH_KEY, MSG91_WHATSAPP_SENDER
  • Deploy with docker-compose.staging.yml and .env.staging (see LOCAL_DEV.md)