← back home
compatibility quiz builder
a database-aligned onboarding quiz for user records, preferences, advanced matching notes, and future supabase tables.
0% completedb mappedsupabase ready
active section
basic profile
core user details for the private matchmaking database.
database preview
{
"user": {
"firstName": "",
"age": "",
"gender": "",
"orientation": "",
"location": "",
"height": "",
"occupation": "",
"education": "",
"status": "waitlist"
},
"preferences": {
"description": "",
"kids": "",
"religion": "",
"lifestyle": "",
"cannabis": "",
"gaming": "",
"reading": "",
"fitness": "",
"social": "",
"goals": "",
"quiz": "introvert: , adventurous: , romantic: , routine: , direct: ",
"lookingFor": ""
},
"advanced": {
"openness": "",
"pace": "",
"curiosity": "",
"dealBreakers": "",
"loveLanguage": "",
"communication": "",
"audioComfort": "",
"videoComfort": "",
"meetingComfort": "",
"matchmakerNotes": ""
}
}what this feeds later
users table: identity, location, status, subscription, matchmaker assignment.
preferences table: values, lifestyle, goals, quiz scores, looking-for notes.
advanced table: communication style, pace, openness, comfort levels, deal breakers.
waitlist table: early signup flow before full account activation.