First time building with AI; I made a tool to stop giving my roommate the same post-date debrief
My roommate goes on dates.
I stay home, she gets back & then we always have the same discussion: "he's good but ..." "what do you think about xyz"
Every. Single. Time. "Is it a red flag or he just needs work?"
I realized I wanted to make a spreadsheet so I could at least track her shifting ratings based on whether the guy's jawline was doing something that week.
Then I realized maybe I could finally jump into the ai wagon & finally learn how to do vibe coding before I get fired because I keep using gpt 5 like a caveman.
Anyway, after a few trials, I came up with "Rate My Situationship": it lets you build a custom criteria board (dealbreakers, what matters, nice-to-haves), rate someone 1–10 on each, and get a score + tier + AI verdict with more honesty than I was willing to offer. The more extreme on the rating, the better it works
And yeah, this is just a fancy spreadsheet with a weighted average formula.
🔗 https://rate-my-situationship.vercel.app/
Not a technical guy, Claude made these reco for the Stack**:**
- Next.js 16 / React 19
- Claude (Anthropic) for the AI verdict
- Supabase for storing results
- deployed on Vercel.
First time I've touched AI APIs: the hardest part was getting the prompts to be funny without tipping into mean or being too generic. Still improving on that.
Looking for feedback on the flow, the UX, and whether the verdict output actually lands.
I guess my success metric is: would you share the results to your friend?
Be as harsh as the app lol
Thank you!