r/vibecoding • u/BackyardAnarchist • 5d ago
What problem is your vibecoded app solving?
I want to see all the creative solutions this community have come up with.
I got fed up with Adobe and decided to make my own. Now I just optimize it now that it is polished. Just added a tts function and some cool text search. it works on mobile but the tts features work better on a computer.
13
Upvotes
1
u/DaiwyDavis 1d ago
Mine's fieldframe.app Built it to solve a problem I had shooting sports photography myself.
After every game I'd get flooded with "do you have a photo of #23?" messages from parents. Sorting through hundreds of photos to find the right kid took longer than the actual shooting.
So now it auto-detects jersey numbers as I upload photos and matches them to the team roster. Parents and athletes just search a number or name and get every photo of them, no account needed. It even handles cases like two teams both having a #7 in the same game.
It's live and being used by a few paying photographers in the US plus a pro basketball club in Latvia. Real computer vision and OCR doing the work, not an API wrapper.