Launching first in Sydney

TAVLAR

Eat freely.

For anyone who's ever had to interrogate a menu before sitting down. This is for you.

Food first. Trust underneath.

Our belief

Enjoying a meal out shouldn't require a negotiation.
It should just feel like going out.
A beautifully plated dish on a dining table
For diners
01

Finding your next great meal
just got easier.

Discover restaurants, cafes and food experiences with clearer dietary information. Built around real kitchen practice, not just menu labels.
Less guesswork. More presence at the table.

Join the waitlist
02

Be found by the people looking for you.

Tavlar helps venues turn dietary information into a clear, customer-facing profile, so diners can choose with confidence before they book, visit, or share.

Partner with Tavlar
A warm, inviting restaurant interior
For venues

Be first

We've been cooking something up.
Hungry?

We're launching in Sydney soon. Join the waitlist to be among the first to know when we're live.

No spam. We'll only write when it matters.

You're on the list. We'll be in touch.

function handleSubmit(e) { e.preventDefault(); const form = e.target; const formData = new FormData(form); fetch("/", { method: "POST", headers: { "Content-Type": "application/x-www-form-urlencoded" }, body: new URLSearchParams(formData).toString() }) .then(() => { form.style.display = "none"; document.getElementById("formSuccess").classList.add("visible"); }) .catch((error) => { alert("Sorry, something went wrong. Please try again."); console.error(error); }); }