Put down your phone & join us at the DabbaDrop table 💚
We believe dinner is a time to relax and connect.
Life is busy, so we created DabbaDrop to help you find that space.
Everyone is welcome. Why not try it for yourself?

Tell me more 🥘
In Mumbai, home cooked food is delivered across the city by bike every single day.
These delicious curries are enjoyed by family and friends, crafted from heirloom recipes. They carry a warmth that goes beyond the spice itself.
Gathering around the table is a daily ritual. We created DabbaDrop to share the warmth of those recipes, and also of that moment.
And so we invite you to turn off your phone, sit down at the table and enjoy your DabbaDrop dinner.
What the people say
-
Andrew 💖
"Fantastic food, brilliant service, a true family staple now."
-
Martin 💖
"Really, really tasty and fresh food. Blown away by the quality. So many flavours. High end restaurant quality. Brilliant value."
-
AB 💖
"Every delivery is so tasty and of high quality - you can tell it’s made with love. We really enjoy experiencing new regions, it’s exciting opening the tins."
Still not sure? Give us a follow on Instagram & we'll see you soon 😉
- {
pointerDown = true;
prevX = e.clientX - $el.offsetLeft;
prevScroll = $el.scrollLeft;
}"
@pointerup.prevent="pointerDown = false; dragging = false;"
@pointermove.prevent="e => {
if (!pointerDown) return;
dragging = true;
const x = e.pageX - $el.offsetLeft;
const scroll = x - prevX;
$el.scrollLeft = prevScroll - scroll;
}"
>
-