Question

Should I keep using Lovable for a growing app or move to Cursor?

Solved · 4 views · asked by noor_builds · edited

Prototype is done. Real users soon. Lovable feels slow for small changes now.

What I’ve tried

Exported the code once, got lost in it.

Comment

1 answer

Marked as helpful by the asker
felix_codes · edited

Keep Lovable for screens, use Cursor or Claude Code for logic and fixes, on the same repo. The export is a normal React app; the getting-lost part is fixed by a CONTEXT.md and a lib/index.ts map. What you should not do is keep asking Lovable to fix bugs in code it already generated wrongly; it will regenerate the whole screen each time.

Comment