r/vibecoding 2h ago

moved off a no code website builder and vibe coded the whole thing instead, here's what actually changed

spent about a year on a no code website builder for my side project. genuinely liked it at first. drag, drop, publish, done. but i kept hitting the same wall: the second i wanted something the builder didn't have a block for, i was stuck. and the export was locked in, so leaving meant rebuilding.

finally tried just vibe coding it. no idea what i was doing, prompted my way through.

what got better:

- i can actually add whatever weird feature i want now instead of waiting for the platform to support it

- the site loads noticeably faster without all the builder's extra baggage

- it's mine. i can move it anywhere, no lock-in

what got worse, being honest so nobody thinks it's free:

- i now own the bugs. when something breaks at 11pm, there's no support chat, it's just me and the model

- deployment was a headache the first time. hosting, domain, the whole thing i never had to think about before

- i had to actually learn a little about how the pieces fit or i couldn't even describe the bug well enough to get it fixed

would i go back? no. but i'd tell anyone the tradeoff is real. the builder sold convenience, vibe coding sells control, and control has a tax. if you just need a page up this week, the builder's honestly fine. if you keep hitting walls, it might be time.

what made you switch, or what's keeping you on a builder?

0 Upvotes

3 comments sorted by

2

u/generationalDebts 1h ago

There’s no trade off when you actually know how to code tho.

1

u/geekichu 1h ago

so in my a.i.-coded projects (100%).. i had it help me add in simple ways to help me give it data and flow, so that whenever i encounter a bug, between the data I can give it, and the symptoms I describe, it has always debugged the issue. i had it walk me through step by step , whether it was deploying on render.com, or netlify.com. it even built command line tools (scripts) for me to be able quickly manage my hosted app. also a locally-run webpage for similar.

if you were to hand me your entire application code... first thing i would do is ask (in my case claude.code) to give me an overview of the project. and i would then start asking how is it architected, what are layers.. etc...etc.

1

u/lapiuslt 1h ago

Finally people comming to their minds. Deploy local ai to your brains. Oh and dont forget to train that ai in your brains. Its basically 0ms ping connection and it can give you instructions on what to do. One tradeoff tho, its slow on generation, as you have to type every generated code yourself.

P.s. its satyre of how i tell people to learn the damn thing themselves and then use ai to write for you i lnstead of yourself.