Problem We Are Trying to Solve

When navigating entrepreneurship, women often face gender-specific challenges in the industry such as gender bias, lack of capital (data shows that women-owned businesses are less likely to receive funding), and confidence issues due to the lack of female representation in the industry.

While mentorship programs exist to alleviate these frustrations, women are often underserved as non-customized or tailor-fitted mentorship programs cannot grasp the nuances of the gender gaps between cis-men and women/gender-diverse people. These nuances affect people's decision-making and should be taken into account when providing professional guidance.

What it does

Insightful is a mentorship platform that connects mentees and mentors from the women and gender-diverse community. Using vector similarity search with pgvector (a PostgreSQL extension), Insightful matches mentees with prospective mentors that share the same goals-expertise, industry, and personal background.

How we built it

  • OpenAI: generating mentor stories and embedding mentor and mentee information to use for vector similarity search
  • Supabase: backend as a service with PostgreSQL. used to store embeddings and mentors
  • pgvector: PostgreSQL extension for vector similarity search
  • Next.js: React meta framework with server side rendering and API routes
  • Tanstack query: an optimized query layer for react
  • zod: runtime type validation
  • tailwindCSS: CSS utility classes
  • framer motion: animations

Built With

Share this project:

Updates