Building my first real marketplace app with AI-assisted coding, trying to make it feel less like a web app
I’ve been building Flyers Up, a local services marketplace for people who need help and local service pros who need more work.
The app is built as a web app and wrapped for iOS, so one of the biggest things I’m working on right now is making it feel less like a website inside an app and more like a real mobile product.
The main flows are:
- customers request local services
- service pros receive booking opportunities
- customers pay a deposit
- Pros complete the job
- final payment and payout logic happen after completion
The hardest parts so far have not just been the code. It has been making the whole thing feel simple and trustworthy.
Things I’m currently trying to improve:
- First screen clarity
- Customer vs pro onboarding
- Mobile spacing and button hierarchy
- Bottom navigation
- Booking flow
- Trust signals
- Payment screens
- Making the app feel more native on iOS
A few things I’ve learned while building:
- Marketplace apps are harder than normal apps because you need both sides at once
- UI that looks fine on desktop can feel crowded fast on mobile
- trust matters more when the service happens offline
- Onboarding has to explain the product without making people read too much
- payment screens need to feel extremely clear
- AI can help move fast, but you still have to know what good UX should feel like
Right now, I’m trying to figure out what to improve first:
- simplify the landing page
- improve the customer/pro split
- make the booking flow feel smoother
- add stronger trust signals
- polish the iOS layout
- narrow the service categories
If you were looking at an early marketplace app, what would you fix first to make it feel more polished and trustworthy?
I’m open to direct criticism. I’m trying to make this feel like a real product, not just a project.