Products
Curbfare logo

Curbfare

Live

Find mobile food vendors near you.

curbfare.app

Overview

Curbfare is a full-stack marketplace for mobile food vendors. Customers open a live-updated map and see nearby carts, trucks, and stands with real-time operating status; vendors get a complete operations layer (organizations, roles, and onboarding) behind one login. I built and run the whole system end-to-end, from the Postgres schema to the deployed app at curbfare.app.

What It Does

  • Live-updated discovery map: nearby vendors with real-time operating status
  • Dual-mode accounts: one login switches between customer and vendor interfaces
  • Vendor organizations with role-based memberships: owner, manager, staff
  • Multi-tenant isolation enforced in the database: Postgres RLS default-deny with versioned migrations
  • TOTP MFA mandatory for sensitive vendor actions and all platform-admin access, enforced in server guards, server actions, and the database
  • Covered by Playwright e2e and Vitest suites

Traction

  • 3 vendor organizations onboarded, one live and operating today
  • Discovery map running in production at curbfare.app

Stack

Next.js 16TypeScriptSupabasePostgres RLSGoogle MapsPlaywright