← back
EatEit
EatEit gameplay

EatEit

Live

Stats and signature dishes for chefs who actually cook

Started: March 18, 2026 · ~60 hours over 4 weeks

AI:Claude CodeGoogle Stitch
Stack:Next.js 16React 19TypeScriptSupabaseTailwind CSSVercel

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

EatEit — screen 1
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

Alexander Lee · AiPM · 2026

built with claude code + next.js