Inspiration

Many modern digital platforms still reduce connections to superficial swipes, often ignoring deeper signals of trust, personality compatibility, and long-term alignment. We saw this gap as both a technical challenge and a social opportunity.

What if we could reframe connection as a modeling problem? What if the heartbreak wasn’t inevitable? What if connection wasn’t left to chance? Trust isn’t a coin flip, and compatibility isn’t luck.

What It Does

WingRU introduces a Trust Layer on top of traditional matching. Instead of isolated swipes, WingRU:

  • Analyzes personality signals using large language models
  • Computes multi-dimensional compatibility scores
  • Models relationships as a weighted graph
  • Visualizes trust strength between users
  • Generates explainable AI reasoning

Compatibility is modeled as: 𝐶(𝐴,𝐵) = 𝑤1𝑆cog + 𝑤2𝑆soc +𝑤3𝑆val

Where:

  • 𝑆cog = Cognitive similarity
  • 𝑆soc = Social energy alignment
  • 𝑆val = Value overlap
  • 𝑤i = Weighting coefficients

Connections are not just matches, they are validated connections, backed by interpretable scoring.

How We Built It

WingRU is built with:

  • Next.js for frontend
  • Supabase for backend
  • TailwindCSS
  • Framer Motion
  • Google Gemini API for personality analysis and compatibility reasoning

AI Compatibility Layer

We structure personality inputs into prompts for Gemini, which returns compatibility scores and structured reasoning: { "overallScore": 82, "cognitive": 78, "social": 85, "values": 83, "explanation": "Both users exhibit high openness..." } If Gemini is unavailable, a deterministic fallback scoring function ensures continuity.

Challenges We Faced

From day one, our goal wasn’t just to build another hackathon project. We wanted to build something impactful that could genuinely help people improve their social well-being during a formative stage of life. Research shows that romantic and close relationships play an important role in young adults’ overall well-being. Students in college who are involved in committed relationships tend to report better mental health, higher self-esteem, and increased life satisfaction compared to their single peers, with healthy relationships acting as a buffer against mental health problems and risky behaviors such as substance abuse. Decades of psychological research also highlight that close social ties, including romantic relationships, friendships, and family connections, are stronger predictors of long-term happiness and health than factors like income, social class, or intelligence. Despite this, many modern digital platforms still reduce connections to superficial swipes, often ignoring deeper signals of trust, personality compatibility, and long-term alignment. We saw this gap as both a technical challenge and a social opportunity: can artificial intelligence help elevate the quality of connections rather than just the quantity?

What We Learned

  • How to structure AI prompts for predictable outputs
  • How to model compatibility as a weighted multi-dimensional system
  • Translating abstract analytics into intuitive visuals
  • Using motion to reinforce perceived intelligence

What’s Next

WingRU is only the beginning. Our compatibility engine is designed to evolve beyond dating into a universal trust infrastructure.

We envision:

  • AI-powered hiring alignment: matching candidates and teams based on cognitive and cultural fit, not just resumes
  • Roommate and housing intelligence: preventing conflicts before leases are signed
  • Mentorship pairing engines: connecting students with advisors who match their growth style
  • High-trust networking layers: replacing cold outreach with validated alignment

Next iterations will introduce:

  • Real-time personality embedding vectors that evolve as users interact
  • Dynamic compatibility recalibration based on behavioral signals
  • Predictive relational modeling to identify long-term alignment probability
  • Scalable TrustGraph architecture capable of modeling thousands of interconnected users
  • Explainable AI transparency layers so users understand why alignment exists

Long term, WingRU aims to become a trust layer for human connection: where AI doesn’t replace human intuition, but strengthens it instead.

Built With

  • framer
  • gemini
  • next.js
  • supabase
  • tailwindcss
Share this project:

Updates