I'm a first-year BTech CS student at TSDCEM in Vasai. Before college started, I was thinking about what problems actually exist on campus — not hypothetical startup problems, but things that would genuinely annoy someone in their first week of college.
The answer was obvious once I thought about it: students constantly need small things done that they either can't do themselves or don't have time for. Edit a reel for a college fest. Explain a concept before an exam. Design a poster. Fix a bug in an assignment. These aren't big tasks. They don't need a freelance platform with contracts and portfolios. They just need a quick connection to someone nearby who can help.
The existing options were wrong for this
I looked at what existed. Fiverr is too formal — it's built for professional work, not for "help me understand recursion before tomorrow's exam for ₹100." WhatsApp groups sort of work but have no trust layer, no payment structure, and no way to find someone with the right skills. Word of mouth works until it doesn't.
What I wanted was something that felt more like asking a friend — hence the name. You post what you need, someone who can do it accepts, you pay a fair price, and both of you walk away with something useful.
What I actually built
The core loop is: post a task with a price (minimum ₹50), a verified helper accepts it, they deliver the work, you approve and pay the second half via UPI.
The trust system was the part I spent the most time on. There are two separate scores — a Helper Score that only goes up (your track record) and a Reliability Score that starts at 100 and drops if you cancel, miss deadlines, or get disputes upheld against you. Below certain thresholds, you can't take higher-paying tasks until you rebuild your score. This mirrors how Free Fire's honour system works — and it turns out that's a mechanic college students already understand intuitively.
Skill verification was another deliberate choice. Before a helper can take tasks above ₹200 in a category, they submit a short sample (a 10-second clip for editing, a writing sample for proofreading). It filters out people who claim skills they don't have.
The book trade center
One thing I added that wasn't in the original plan: a campus book exchange. Students pay full price for textbooks they use for one semester and never touch again. So I added Buy, Trade, and Lend listings for books — with condition standards, negotiation support, and the same UPI payment flow as tasks. It felt like a natural extension of the "campus economy" idea.
What I learned
The hardest part wasn't the code — it was designing systems that couldn't be gamed. A marketplace where trust is the product means every feature has to be thought through from the perspective of someone trying to abuse it. That thinking changed how I approach every design decision.
The site is live at help.thefixfy.com. I'm running a closed beta with students at TSDCEM before opening it up.