RasoiChef
A Food delivery app
Created on 12th July 2025
•
RasoiChef
A Food delivery app
The problem RasoiChef solves
RasoiChef is a platform that connects users with home kitchens and housewives, making it easy to discover, order, and manage home-cooked meals. It addresses the needs of users who miss homemade food and housewives who lack a reliable platform to showcase their cooking skills and achieve financial independence.
People can use it for :
- Finding and ordering food from local kitchens with detailed menus, chef specialties, and subscription meal plans.
- Meal planning with weekly subscriptions and custom plans.
3.Personalized experience with veg/non-veg filters, favorite kitchens, and dietary preferences.
How it makes tasks easier/safer:
- Saves time : Automated menu, kitchen, and order management.
- Transparency: Real-time order status, chef ratings, and kitchen details.
- Healthy & Home cooked meal choices: Nutritional info, meal planning, and home-style food.
Challenges we ran into
-
Real-time Data Sync with Supabase : Integrating real-time updates for orders and kitchen status using Supabase was tricky. Sometimes, order status wouldn’t update instantly for all users, causing confusion.
Solution: Implemented Supabase’s real-time listeners and carefully managed async/await flows.Added detailed error logging and fallback polling to ensure UI always reflects the latest data. -
Authentication & Security : Ensuring secure login for both users and chefs, especially with document uploads (FSSAI, PAN, etc.), and handling password encryption.
Solution: Used Supabase’s authentication and custom RPC for secure login.Implemented password encryption before sending to backend.