Playground Mode

Demo brand experience

Experiment with a sample brand profile that mirrors the live portal. Changes stay in this session only. Export JSON to review field mapping or share with teammates.

← Back to portal home

Demo Identity

Matches how the identity section behaves in the live portal.

Demo Contact & Location

Demo Operating Hours

Example: { "monday": { "open": "09:00", "close": "18:00" } }

Demo Brand Assets

Playground export

Snapshot of all fields. Copy to clipboard or download as JSON to validate integration.

{
  "id": "demo-merchant-001",
  "name": "90 Minute Couture",
  "tagline": "Fashion, Gifts & Lifestyle Delivered in 90 Minutes",
  "description": "Curated looks, beauty essentials, and gifting staples styled for Central Hong Kong tastemakers. We bring same-day luxury to your wardrobe and doorstep.",
  "contact_phone": "+852 2567 9988",
  "contact_email": "concierge@90mincouture.com",
  "address_line1": "20 Queen's Road Central",
  "address_line2": "Level 12, Midtown Tower",
  "city": "Central",
  "state_province": "Hong Kong",
  "postal_code": "000000",
  "country": "Hong Kong SAR",
  "latitude": 22.28194,
  "longitude": 114.15806,
  "operating_hours": {
    "monday": {
      "open": "09:00",
      "close": "19:00"
    },
    "tuesday": {
      "open": "09:00",
      "close": "19:00"
    },
    "wednesday": {
      "open": "09:00",
      "close": "19:00"
    },
    "thursday": {
      "open": "09:00",
      "close": "19:00"
    },
    "friday": {
      "open": "09:00",
      "close": "20:00"
    },
    "saturday": {
      "open": "10:00",
      "close": "20:00"
    },
    "sunday": {
      "open": "11:00",
      "close": "18:00"
    }
  },
  "logo_url": "https://cdn.brblifestyle.com/playground/90-minute-couture-logo.png",
  "cover_image_url": "https://cdn.brblifestyle.com/playground/90-minute-couture-cover.jpg"
}