- Go to https://supabase.com
- Open your FoundryAI project
- Click "SQL Editor" in sidebar
- Click "New query"
- Copy the ENTIRE contents of
database/complete_user_profile_schema.sql - Paste and click "Run"
- You should see "Success" β
This adds ~40 new columns to the users table and creates the auto-completion trigger.
I'll add these endpoints:
PUT /api/users/:id/profile- Save profile fieldsGET /api/users/:id/profile- Get profileGET /api/matches?userId=X- Get potential matchesPOST /api/matches- Send connection requestGET /api/matches/requests?userId=X- Get requestsPOST /api/matches/:id/respond- Accept/reject
- Enhanced Profile Wizard (10-step form with auto-save)
- Progress Bar (in header)
- Feature Gate Cards (locked features)
- Matches Dashboard (with filters)
- Match Score Display (visual percentage)
Smart scoring based on:
- Complementary skills (25 pts)
- Industry alignment (15 pts)
- Commitment match (20 pts)
- Location (15 pts)
- Stage alignment (10 pts)
- Values (10 pts)
- Profile completion bonus (5 pts)
TODAY: Database + Backend API
TOMORROW: Profile Wizard + UX
DAY 3: Matching System + Testing
- β
database/complete_user_profile_schema.sql- Full schema - β
COFOUNDER_MATCHING_PLAN.md- Detailed implementation plan - β
COFOUNDER_MATCHING_QUICKSTART.md- This file
- Run the SQL migration (Step 1 above)
- Let me know when done - I'll build the rest!
Questions? Just ask! Let's build the best co-founder matching platform! π