Get started
Lifestyle App

Build beautiful
experiences on the
MyRae API

A powerful backend for bookings, professional profiles, real-time messaging, and location search — built for the modern lifestyle marketplace.

Explore the API Admin Panel
GET  /api/professionals?lat=40.71&lng=-74.00&radius=10
{
  "@context": "/api/contexts/Professional",
  "@type": "hydra:Collection",
  "hydra:totalItems": 3,
  "hydra:member": [
    {
      "@id": "/api/professionals/1",
      "name": "Jordan Lee",
      "tagline": "NYC's top hair stylist",
      "rating": 4.9,
      "is_available": true,
      "distance_km": 1.4
    }, ...
  ]
}

Everything your app needs

A complete REST API powering every feature of the MyRae lifestyle experience.

Professional Profiles

Rich profiles with services, portfolio galleries, skills, ratings, and live availability status.

Bookings & Calendar

End-to-end booking flow with availability windows, slot selection, and confirmations.

Location Search

Haversine-powered nearby professional search with configurable radius filtering.

Real-time Messaging

Pusher-powered messaging and push notifications between clients and professionals.

Auth & OAuth

Sanctum token authentication with Google & Facebook OAuth via Laravel Socialite.

Admin Panel

Full Filament admin dashboard for managing professionals, bookings, services, and content.

A modern PHP stack

Production-grade technologies chosen for reliability, developer experience, and performance.

🔴Laravel 12
🪸Filament v5
🌐API Platform v4
🔐Sanctum
Pusher
☁️AWS S3
🗺️OpenStreetMap
🧪Pest