Renu Studio Platform

Complete Usage Guide

✓ Platform Verified (June 25, 2026)
Homepage: https://1164f173.renu-studio.pages.dev
Booking flow simulation completed successfully — all steps functional

For Customers

1. Booking an Appointment

The Renu Studio Platform provides a seamless booking experience for beauty and wellness services.

Step-by-Step Booking Flow:

  1. Home Page → Navigate to https://1164f173.renu-studio.pages.dev/
  2. Click "Book Now" → Located prominently on the homepage
  3. Select Service → Browse categories or choose from:
    • Hair Styling
    • Nail Services
    • Spa & Wellness
    • Laser Treatments
    • Makeup Services
    • Brow Services
  4. Choose Staff (Optional) → Select your preferred stylist/technician or skip for any available staff
  5. Pick Date & Time → Select from available calendar slots
  6. Enter Details → Provide contact information and any special requests
  7. Confirm Booking → Review and confirm your appointment

What Happens After Booking:

How to Find Your Booking:

  1. Log in to your account at https://1164f173.renu-studio.pages.dev/
  2. Navigate to "My Appointments" or "Account"
  3. View all upcoming and past appointments

How to Cancel/Reschedule:

  1. Go to your appointment details page
  2. Click "Cancel" or "Reschedule"
  3. Follow the prompts to select a new time or confirm cancellation
  4. Cancellation policy applies (typically 24-48 hours notice required)

2. Finding a Service

Browse by Category:

CategoryServices Include
HairStyling, Cuts, Coloring, Treatments
NailsManicure, Pedicure, Gel, Extensions
SpaMassages, Facials, Body Treatments
LaserHair Removal, Skin Rejuvenation
MakeupBridal, Event, Lesson
BrowsShaping, Microblading, Lamination

Search by Location:

View Business Profiles:

Click on any business card to see:

3. Managing Your Account

View Upcoming Appointments:

  1. Log in to your account
  2. Dashboard shows all scheduled appointments
  3. Click any appointment for details or to make changes

View Past Appointments:

  1. Navigate to "Appointment History"
  2. See completed services and visit history
  3. Leave reviews for services completed

Update Profile Info:

  1. Go to "Settings" or "Profile"
  2. Update: Name, contact info, email preferences, phone, password, notification preferences

For Business Owners (Biz App)

URL: https://717429e7.renu-biz.pages.dev

Dashboard Overview:

The business dashboard provides a real-time view of:

Managing Services:

  1. Navigate to "Services" in the sidebar
  2. Add new services with: name, description, duration, price, category, status
  3. Edit existing services
  4. Set availability windows

Viewing Bookings:

  1. Go to "Bookings" section
  2. Filter by: date range, staff member, service type, status
  3. View booking details and client contact information

Calendar View:

Client Management:

  1. Access "Clients" from the menu
  2. View client profiles with: contact info, appointment history, total spend, notes
  3. Add notes about client preferences
  4. Track client retention metrics

Staff Management:

  1. Go to "Staff" section
  2. Add team members with: name, role, photo, services, working hours
  3. Set individual schedules
  4. Track individual performance

Payments/POS:

For Platform Admin

URL: https://ee01f694.renu-admin.pages.dev

Managing Businesses:

Managing Users:

Platform Analytics:

For Developers

API Documentation: https://975c5a36.renu-api-docs.pages.dev

Base URL for API:

https://api.renustudio.com/v1

Authentication:

The API uses Bearer token authentication:

Authorization: Bearer <your_api_key>

Obtain an API key from Biz App settings or contact platform admin for development access.

Key Endpoints — Businesses:

MethodEndpointDescription
GET/businessesList all businesses
GET/businesses/{id}Get business details
GET/businesses/{id}/servicesGet services offered
GET/businesses/{id}/staffGet staff members

Key Endpoints — Bookings:

MethodEndpointDescription
POST/bookingsCreate new booking
GET/bookingsList user's bookings
GET/bookings/{id}Get booking details
PATCH/bookings/{id}Update booking
DELETE/bookings/{id}Cancel booking

Key Endpoints — Services:

MethodEndpointDescription
GET/servicesList all services
GET/services/{id}Get service details
GET/services/categoriesList categories

Key Endpoints — Availability:

MethodEndpointDescription
GET/availability/{business_id}Get available slots
GET/availability/{business_id}/{date}Get slots for specific date

Rate Limits:

Webhooks:

Subscribe to events for real-time updates:

Demo Credentials (for testing)

RoleEmailPassword
Business Ownerdemo@studioimagesalon.cademo123
Adminadmin@renuplatform.comadmin123
Note: These are placeholder credentials for the mock system. The admin account provides full platform access for testing all administrative features.

Testing the System

Test Card for Payments:

Card Number: 4242 4242 4242 4242
Expiry: Any future date (e.g., 12/28)
CVC: Any 3 digits (e.g., 123)

Test Booking Flow with Dummy Data:

  1. Use a test email (e.g., test@example.com)
  2. Enter any valid-format phone number
  3. Use the test card above for payment
  4. Booking should process successfully

Email Notifications:

The platform uses Resend for transactional emails. To receive real email notifications:

  1. Get a Resend API key from https://resend.com
  2. Configure in environment variables: RESEND_API_KEY=re_you...re
  3. Verify sender email domain ownership
  4. Test emails with the booking flow

Common Test Scenarios:

Platform URLs Summary

ApplicationURL
Customer Apphttps://1164f173.renu-studio.pages.dev
Business Owner Apphttps://717429e7.renu-biz.pages.dev
Admin Panelhttps://ee01f694.renu-admin.pages.dev
API Documentationhttps://975c5a36.renu-api-docs.pages.dev