Genuinely healthy and delicious curry. 🌱
Don't take our word for it - listen to Professor Tim Spector and our customers.
Well - Tim for the health bit, our customers for the delicious bit.

What Tim says
According to ZOE’s Professor Tim Spector, better gut health is all about a diverse, plant-based diet.
"My number one piece of advice for improving your gut health?
Eat 30 plants a week. DabbaDrop will get you a third of the way there in a single bowl."
Check out his full review on Instagram.

What our customers say
💫 Lucy - "Fantastic food, packed with flavour"
💫 Teresa - "BEST TAKEAWAY EVER"
💫 Emmy - "Absurdly delicious!"
💫 Yvonne - "Every dish is a party in the mouth"
💫 Alok - "DabbaDrop is better than my mother’s food!"

Every order includes
🥘 A stack of 4 wholesome dishes, for a fully rounded & balanced meal.
🥕 A big dose of vegetables, with a contribution of between 10-20 plant points per menu.
🚲 Delivery by bike to your doorstep, with absolutely zero plastic.
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;
}"
>
-