NFC Powered

Tab. View.
Enjoy.

Scan a restaurant's NFC tag to view its menu or leave a review.

All Restaurants

Loading…

🍽️ Want TabDine for your restaurant?

Get NFC ordering, analytics & more. Send us an enquiry!

Loading…

Opened via NFC
⚙ Admin Panel
Checking connection…

🔧 Connect to Supabase — One time only

1
Go to supabase.com → sign up free with Google
2
Click New project → name it TabDine → create it → wait 1 minute
3
Go to SQL Editor → paste this SQL → click Run:
create table if not exists restaurants (
  id text primary key,
  name text,
  cuisine text,
  icon text,
  menu_url text,
  review_url text,
  extra jsonb default '[]',
  created_at timestamptz default now()
);
alter table restaurants enable row level security;
drop policy if exists "public_read" on restaurants;
drop policy if exists "all_write" on restaurants;
create policy "public_read" on restaurants for select using (true);
create policy "all_write" on restaurants for all using (true);
4
Project SettingsAPI → copy Project URL and anon public key → paste below
Enter your Supabase details

Join TabDine 🚀

Fill in your details and our team will contact you within 24 hours to get you started.

Restaurant Details
Contact Details
What are you interested in?

By submitting you agree to our Terms and Privacy Policy

Restaurant

📋 Subscription
Plan
Status
Due Date
Monthly Amount
👆
Today
📅
This Week
🗓️
This Month
🏆
All Time
Edit Your Details

Google Drive → Share → "Anyone with link" → copy link

Google Maps → your restaurant → Share → copy link

My Custom Buttons (max 4)

Add your own links for customers — WhatsApp, Instagram, online ordering, etc. These appear on your restaurant page.

Loading agreement…