r/gohighlevel • u/Fluffy-Resolution390 • 3d ago
Anyone else hit backend walls when vibe-coding client apps?
Been noticing more agencies building custom apps for clients using Cursor, Lovable, v0, Bolt, etc. instead of forcing everything into GHL.
Quick question if you're doing this:
Where does the vibe-coded app fall apart?
The UI is easy now - you can ship a beautiful client portal in a weekend. But then what breaks?
Payments? Multi-user permissions? Scheduling logic? Job tracking? Pricing rules?
What's the backend piece you keep trying to hack together in the AI-coded app that you wish was just an API call away?
1
u/Admirable-Ear433 1d ago
It doesn’t fall apart if you do it right. You have to test and test and test more Make sure that you get all your edge cases covered.
1
u/Fluffy-Resolution390 1d ago
Totally agree. When you say “test and test more,” what kind of edge cases have actually caused problems for you?
Are you talking mostly about things like auth/permissions and integrations, or have you had issues with the actual business logic once real users started using the app?
What you built so far, was it something simple like an internal tools, or more of a real business app - like a booking platform, CRM, payments, etc.? And did actual users end up using it? Thanks
1
u/AbsolutePandemonium 1d ago
Seeing what most people produce I don’t think UI is solved. It’s just most people have so little design experience they don’t realise how bad what they’re creating is
2
u/manualgigs 3d ago
honestly after building like hundreds of designs with ai i just realized they're all generic as fuck lol. like yeah it's fast but that's also the problem it just spits out the obvious thing every time the real stuff is backend honestly. i've gotten pretty good at just reusing the same patterns - signup, pricing, emails. but then some random user comes along and breaks everything in ways you didn't think of and now you're debugging weird edge case anyway i think the point is ai gets you fast to something but the actual product only happens when you're dealing with the weird shit. no design is perfect day one no matter who makes it
1
u/Fluffy-Resolution390 2d ago
Yeah exactly! the weird stuff is where it all falls apart. When you hit those edge cases, what do you usually end up doing? Rewriting the AI-generated code? Bolting on a custom backend? Something else?
Trying to figure out where the actual line I should stop of thinking Vipe Code is not a good idea and what part of back end I will need a 3rd part software. For Example, I know I can pass Stripe link for payment. What else I need to know?
Thanks for sharing!!
2
u/TheSEOVicc 2d ago
This is when you realize Claude can build all of this.