Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

successdav's avatar

How can I host an application I built using Lovable.dev ai on my server on vultr

I built this application using the lovable.dev ai

and now I want to host this application on my server,

lovable.dev provides the source code to github but only the frontend code, the backend logic is handle by supabase.

0 likes
1 reply
ataul-981355's avatar

You can run npm run build and use the generated files from dist folder into your laravel project.

Please or to participate in this conversation.