A modern, real-time lunch coordination application that streamlines team meal planning with an intuitive interface, live order tracking, and beautiful glassmorphism design.
Teams waste time in endless group chats coordinating lunch orders
Difficulty keeping track of who ordered what from where
No live visibility into team ordering status and progress
Limited visibility into quality restaurant options and menus
No complex authentication required - just enter your name and start coordinating
See orders appear instantly as teammates place them with live WebSocket updates
Beautifully presented curated restaurant options with direct menu links
Live sidebar showing recent team orders with user names and meal details
Glassmorphism UI with gradient backgrounds, smooth animations, and responsive design
Works seamlessly on desktop and mobile with optimized touch interactions
# 1. Start PocketBase Backend
cd backend
./pocketbase.exe serve --http=0.0.0.0:8080
# 2. Setup Database (visit http://localhost:8080/_/)
# Create admin account, collections auto-create
# 3. Start Frontend (new terminal)
cd frontend
npm install
npm run dev
# 4. Access App at http://localhost:5173
Modern React app with glassmorphism UI and responsive design
PocketBase integration with live WebSocket updates
Curated restaurant selection with menu integration
Live order tracking with user names and meal details
User preferences, favorites, and advanced filtering
Native mobile apps for iOS and Android
We welcome contributions from developers of all skill levels. Whether you're fixing bugs, adding features, or improving documentation, your help is appreciated!