Dashboard
Platform overview — all restaurants.
Restaurants
Menu Items
AR Models
Total Orders
Total Revenue
Orders Today
Revenue Today

No restaurants yet? Seed with sample data.

📋 Quick Guide

1. Restaurants → add name, vibe, upload a photo, set owner password.
2. Menu Editor → add items, upload a dish photo and optional .glb AR model directly.
3. QR Codes → generate & download table QR codes.
4. Owner logs in at owner.html → selects restaurant → enters password → sees live orders.
5. Inquiries → view messages from the contact form.

⚠️ Firebase Storage Setup Required for Uploads

Photo and 3D model uploads will fail silently until you set Firebase Storage rules to allow writes.
Go to your Firebase Console → Storage → Rules and paste:

rules_version = '2';
service firebase.storage {
  match /b/{bucket}/o {
    match /{allPaths=**} {
      allow read, write: if true;
    }
  }
}

⚠ This allows public access. For production, restrict writes to authenticated admin users.

Restaurants
Add, edit and manage venues. Click "Edit" on any row to update details or change the owner password.
➕ Add New Restaurant
🔐 Owner Authentication
Set the owner password. The restaurant owner uses this to log into the Orders page. You can change it any time from the Edit button.
🕯️Elegant
🎉Playful
🪵Rustic
🔷Modern
🌶️Vibrant
🍃Zen
🎸Retro
💎Luxury
🌊Coastal
🏢 Your Restaurants
NameCuisineVibeOwnerItemsActions
No restaurants yet
Menu Editor
Add items with dish photos and optional AR models. Click "Edit" on any item to update it.
➕ Add Menu Item
🍽️ Current Menu Items
ItemPhotoCategoryPriceARTagsActions
Select a restaurant
QR Codes
Generate table QR codes for any restaurant. The AR system uses one shared marker — set it up once below.
🎯 Step 1 — Global AR Marker (one-time setup for all restaurants)

The marker image below is compiled automatically in your browser and saved directly to Firebase — no external tools or file uploads needed.
Just click Compile & Activate AR once. All restaurants share this marker.

AR Marker Image
DEFAULT MARKER

This is the shared Dishify AR marker printed on every table card. You can also upload a custom marker image.

Upload Custom Marker (optional)
Opens a new tab to compile the marker — keep it in the foreground until it closes itself.
📱 Step 2 — Generate Restaurant QR Code

Print this QR and the AR marker on your table card. Guests scan the QR → browse menu → tap 🥽 AR on a dish → point camera at the marker → dish appears in 3D. ✨

Platform Analytics
Full statistics across all restaurants.
Total Orders
Orders Today
Total Revenue
Today Revenue
New Orders Now
Preparing Now
Avg Order Value
📊 Per Restaurant Breakdown
Loading…
Inquiries
Contact form submissions from the landing page.

Loading…