I Submitted My 1st Solo-Developed, Pi-Themed Dating App Today! AMA & Happy Pi Day!
I Submitted My 1st Solo-Developed, Pi-Themed Dating App Today! AMA & Happy Pi Day!
Dating apps have become enshittified and is why they are so ineffective. However, there is a huge opportunity for improvement. The core hypothesis my app is: a pay-per-mutual-match model that aligns user and app incentives. The mutual financial investment also makes users more likely to engage once they match.
My app doesn’t rely on complex algorithms or AI for matchmaking, as they perpetuate biases. Instead, I use a transparent system where users fill out a detailed questionnaire, and I match them based on their answers using SQL queries.
The app is built with open source software (Docker, Django, Flutter, and more!), so no vendor lock-in. This is the first app I ever made so it has been an incredible learning experience.
Ask me anything about my app, Qtpi, my tech stack, or my journey!
The pay-per-match model is (afaik) unique, how do you plan on dealing with troll users? Can users refund the match if they matched with a troll?
Thank you for your question! It is a good one.
I will have to think about it. I feel like there will be few troll accounts because they have to pay. There may be bot accounts though. In that case, I would aim to have the user report the bot or advertisement account. Then I would refund the user. I would keep the money from the bot account and ban the bot account. This adds significant friction to bot and scam accounts.
Troll was a poor choice of word, but there is lots of antisocial behaviors that a user would be disappointed with having to pay for. I.e: dick pic, ghosting, cat fishing etc.
Refunding does sound like a reasonable answer though, so at least you've thought about it. Good luck!