Cookie Policy

Last updated: 2026

What are cookies?

Cookies are small text files stored on your device when you visit a website. We also use localStorage, which is a similar browser storage mechanism.

What we use

Authentication session cookie

When a restaurant owner logs in, we store a session cookie to keep them authenticated. This cookie is essential for the dashboard to function.

  • Name: sb-[project-ref]-auth-token (Supabase Auth)
  • Purpose: Authentication
  • Duration: Session / 1 week with refresh
  • Accessible to: Server only (HttpOnly)

Language preference (localStorage)

When a visitor switches the language on a restaurant menu page, we remember their choice in localStorage so future visits use the same language.

  • Key: lang
  • Values: en or ar
  • Duration: Until cleared
  • Accessible to: Browser (not sent to server)

What we do NOT use

  • Advertising or retargeting cookies
  • Third-party tracking pixels
  • Google Analytics cookies
  • Facebook Pixel
  • Any cross-site tracking

Managing cookies

You can clear cookies and localStorage at any time through your browser settings. Clearing authentication cookies will log you out of the owner dashboard. Clearing the language preference will reset the language to the restaurant's default.

Contact

Questions about cookies? Contact us.