

EatEit
LiveStats and signature dishes for chefs who actually cook
Started: March 18, 2026 · ~60 hours over 4 weeks
AI:
Claude Code
Google Stitch
Stack:
Next.js 16
React 19
TypeScript
Supabase
Tailwind CSS
Vercel
A cooking app for serious home cooks and pro chefs — track every iteration of every dish, log your stats, and build a public profile around the recipes you've truly mastered. Recipes are living documents with versioning, cook logs, and a 'see a profile' page where chefs can show off their signature work. Currently live at eateit.com with a clean Next.js + Supabase stack.
// screens

1 / 5
// highlights
- Public chef profiles at /cook/[username] — signature dishes, stats, follow
- Recipe versioning so cooks can track every iteration of a dish
- Cook logs with ratings, photos, and voice dictation for fast logging
- Google OAuth + magic link auth on Supabase with full RLS policies
// takeaways
- Positioning rewrite was the unlock — 'Strava for cooking' / 'version control for recipes' didn't land; 'your stats, your signature dishes' did
- Google Stitch generated multiple credible design directions in minutes — what would have taken days in Figma
- Supabase RLS removed an entire auth middleware layer but rewards careful policy design upfront
- Voice dictation via Web Speech API is genuinely useful for hands-on kitchen work — not a gimmick