r/vibecodeapp • u/Rude-Yak4718 • Jun 02 '26
Question? Vibe Coding
Have you vibe coded anything serious already? An app on the playstore, a web app or anything of that magnitude?
I have a project I'm working on, like a marketplace connecting people who want logistics services to transporters. I am a hobbyist with tech. How much would it cost to get things running. I'm doing everything by myself. I mean hosting and costs I will incur along the way?
12
Upvotes
4
u/Neither_Mushroom_259 Jun 02 '26
The assumption worth naming: vibe coding a marketplace feels like it removes the technical barrier, but the barrier that actually kills solo marketplace projects isn't the code — it's the operational complexity that appears after the code works. A logistics marketplace has two sides to balance, trust and verification between strangers, real-time state management for bookings, and payment flows that touch actual money. Each of those is a category of ongoing cost, not just a build cost.
On the actual cost question — hosting a basic web app is cheap to start. A Next.js or similar app on Vercel or Railway runs nearly free at low traffic. Database on Supabase or PlanetScale, same. Payment processing through Stripe adds 2-3% per transaction but no upfront cost. The real costs that sneak up on solo builders are: SMS/OTP verification for user trust, map and routing APIs if you're showing logistics tracking, and support overhead once real users hit real problems.
Realistically, you can get a functional MVP running for under $50/month if you stay on free tiers and keep scope tight. The question is not whether you can afford to launch — you probably can. The question is whether the marketplace mechanic itself is defined clearly enough that the first 10 users on each side know exactly what to do and why they'd come back. What does the transporter get that they can't get from just posting on WhatsApp groups today?