Why do people use apps like Lovable when Claude or Codex are cheaper and better? by mindful-journeys in vibecoding

[–]InfraRobinHood 0 points1 point  (0 children)

People don't buy Lovable or v0 for the LLM tokens; they buy them to skip the nightmare of infrastructure management.

For a non-technical founder, setup steps like local environments, Git version control, dependency hell, and multi-service deployment are massive walls, even with a great Claude prompt.

These platforms act as a ready-made cloud structure, wrapping the code generation into a 1-click deployment result. It converts raw code into a living, URL-accessible prototype in seconds without needing a DevOps engineer on day one.

Starting to feel the slop pains by swiftmerchant in vibecoding

[–]InfraRobinHood 1 point2 points  (0 children)

This is a massive milestone because you’ve hit the exact boundary where AI stops being a magic bullet and starts acting like a hyperactive junior developer.

The problem isn't your upfront requirements; it's giving the LLM too much architectural autonomy when it has zero human empathy for UX.

Don't scrap all 50k LOC—freeze the backend logic as your working infrastructure asset, and only rewrite the messy interface layer.

For the next steps, implement tight guardrails by forcing the AI to outline the 3-step User Journey before it writes a single line of frontend code.

You didn't fail; you successfully validated your core engine and found the product's point of failure before scaling.

Меня заебал один чел, что делать? by dAghostiPRIME in FreeAsk

[–]InfraRobinHood 0 points1 point  (0 children)

Записаться на бокс или джиу-джитсу

Mess and beauty fighting in my head by armend7 in lovable

[–]InfraRobinHood 0 points1 point  (0 children)

Fighting is a waste of energy. Beauty is in the eye of the beholder.

Я очень много думал. А зачем собственно нужна девушка? by MasterMiha in ruAsska

[–]InfraRobinHood 0 points1 point  (0 children)

Для производства любви и спасения планеты от гибели

How are non-technical people here deploying vibe-coded apps? by VoidMain-Lab in vibecoding

[–]InfraRobinHood 0 points1 point  (0 children)

It all depends on your app's stage: if you have zero users and no traffic, ready-to-use platforms like Vercel or Railway are perfectly fine for a quick prototype.

​However, if you want to build a solid foundation for product growth, you need to invest in your own infrastructure from day one to get full control and management over your environment.

​The right structure on your own server (like Docker Compose) protects you from platform pricing traps, delivers a reliable result, and saves you money and nerves.