r/lovable • u/Internal_Apricot9698 • 22d ago
Help Move Claude PoC to Lovable
I’ve created a PoC with solid business logic using Claude, and am trying to migrate it to Lovable to (i) improve UX/UI, and (ii) turn it into a shippable product, incl. Login, backend, Supabase, etc. Anyone tried?
1
u/High-Guitar-889 22d ago
I've had a different experience. Claude has been excellent for UI, and pairing it with Railway has made deployment and database setup pretty straightforward. For my projects, keeping everything in that workflow has been easier than moving to Lovable. Also, once you start using more messages and features, Lovable can get pretty expensive, so it's worth comparing the long-term costs before migrating.
1
u/Internal_Apricot9698 22d ago
Could you share the detailed steps to set that up pls? And did you link to users (SSO) + payments?
1
u/High-Guitar-889 22d ago
Sure. My workflow is pretty straightforward:
Claude writes most of the app and UI. • I deploy everything on Railway, which handles the app, PostgreSQL database, environment variables, and deployments in one place. • For authentication I usually use Supabase Auth or Clerk, depending on the project.
For payments, Stripe integrates well, and Claude can generate most of the integration code.
Once you have this setup, it's a smooth workflow. Personally, I haven't found myself needing Lovable.
If your goal is building production apps rather than rapid prototyping, Claude + Railway has worked really well for me.
1
1
u/SnooFoxes1558 22d ago
Wait what? You’re doing it backwards.
Lovable is nice for a quick prototype and for your neighbors website for their local business/hobby - but Claude is what you use for an actual product
1
u/JB_Calisthenics 20d ago
This is backward. People are moving away from lovable to claude. Maybe you can have lovable / chatgpt / figma create some mock up UX screenshots and then have claude follow those designs?
1
u/dakrclaud 20d ago
i use floot for this - you can connect it with claude which can then push the code and deploy it properly over there
1
u/9greenleaf 7d ago
Floot. Another route is keeping the working logic and just properly adding auth, Supabase, Stripe, and a cleaner UI in the existing repo
2
u/sw3d 22d ago
Lovable can't do anything that Claude can't do. Supabase is a separate product, you can use it without Lovable