// Compute cart count for badge $cartCount = 0; if (isset($_SESSION['cart']) && is_array($_SESSION['cart'])) { $cartCount = getCartItemCount($_SESSION['cart']); } // Check if user has a courier application $hasCourierApp = false; if ($currentUser && $currentUser['role'] === 'customer') { try { $db = getDB(); $stmt = $db->prepare('SELECT id FROM courier_applications WHERE user_id = ? LIMIT 1'); $stmt->execute([$currentUser['id']]); $hasCourierApp = (bool)$stmt->fetch(); } catch (Throwable $e) { $hasCourierApp = false; } } $theme = getAppTheme(); ?> DormDash

Campus food delivery,
by students, for students.

Order from dining halls and campus restaurants — a fellow student delivers it right to your door.

Order Food

Browse campus restaurants and dining halls. Add items to your cart and check out in minutes.

Earn Delivering

Apply to be a courier and earn tips delivering food across campus on your own schedule.

Fast Delivery

Students who know every shortcut on campus get your order to you quickly.

How It Works

Browse Restaurants

Pick from campus dining halls & eateries

Build Your Cart

Add items, customize them, choose a tip

A Courier Accepts

A fellow student picks up and pays with your MORE card

Delivered to You

Hot food right at your dorm or classroom

© 2026 DormDash — SUNY Purchase