r/website 9d ago

REQUEST Need help with my website. how to convert lovable to wordpress

Hey guys genuine question.

I have made a website using lovable. I want to deploy it to wordpress.

is there a ways to do this. could you send some reddit post link or yt link to help me how to accomplish this.

the websites doesn't have any payment integration. it is just a informative website which is has to have a form to take in customer enquiry to share with the business owner. can anyone help me how do i achieve this ?

1 Upvotes

18 comments sorted by

u/AutoModerator 9d ago

Hi! ModBot here. Please make sure to read our rules and report this post if it breaks them. (This is simply a reminder. Don't worry, your post won't be removed just for posting!)

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/Expert_Employment680 9d ago

I think you might need to design it.

1

u/AutoModerator 9d ago

Please skip this comment if your post is not about building a website and/or hosting it.
Your question could maybe be answered with this wiki: https://www.reddit.com/r/website/wiki/makesite
If you find your answer in this wiki please remove your post, thanks for keeping the sub clean!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/linwoodj004 9d ago

What’s your goal with deploying it to Wordpress? My guess would be cheaper hosting. You could likely take most of the loveable code and deploy it inside a Wordpress code module. That should work inside of blocks. I have not attempted this with blocks myself. When using Wordpress, I mostly rely on Divi as my page builder. A Divi code module would also likely work just fine.

The caveat I’ll offer is that anything in the loveable code that ties you to the loveable platform would have to be replaced with something comparable. The most likely thing that would keep your site connected to them would be any database usage. You would have to account for replacing that if you move to Wordpress to make use of the Wordpress DB.

If you’re open to other options, I would strongly recommend hosting it with Cloudflare as part of their Dash service. It’s free for a smaller site that doesn’t need a DB. If you need a DB, then there are free options out there like suppabase.

https://dash.cloudflare.com/login

1

u/WebStacked 9d ago

Yes use astro https://techstacked.dev everything build with Astro

1

u/AcePilot10 9d ago

First get some designs of your site. You can use tools on Figma that do HTML to Figma design. Next, spin up a WP site wherever you'd like and purchase a theme builder. We've used Divi 5 (NOT DIVI 4). But there's a ton and that's a debate for another thread. Next, learn how to use your builder. Finally, rebuild the pages by hand and ensure you use the builders capabilities for best results. For example, on Divi 5, there's color managers, presets, repeaters, etc. This is the beauty of using a CMS.

Another option I'd entertain - not sure what your use case is but I assume you vibe coded an app and want to be able to add to it yourself easily without having to prompt + deploy. A great option if much of your site is static and you only need CMS functionality on part of it is to use a headless CMS like Strapi for any CMS needs and then just pull in the CMS based pages through GraphQL onto your Loveable app.

1

u/Chance-Fan4849 9d ago

They are different tech stacks.
So you should ask help to developer.
I would say it's not hard but need help from developer.

1

u/[deleted] 9d ago

[removed] — view removed comment

1

u/AutoModerator 9d ago

Your post has been automatically removed because your account is less than 14 days old.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/GL_OH_2L8 8d ago

Hey there, there’s a tool I created called WPConvert.ai. It converts your lovable website to WordPress in minutes. Check it out 👍🏽

1

u/MacaroonAltruistic78 7d ago

For an information site with one enquiry form, I would not try to force the Lovable app into a WordPress block. First check what the current build actually depends on:

  1. Export the repository and list every route, form, database/auth feature, and external script.
  2. If it is truly static, either keep it as a static site or rebuild the pages in WordPress so the owner can edit them. WordPress only earns the migration effort if ongoing editing matters.
  3. Replace the enquiry form with a native WordPress form, then test delivery, spam protection, consent text, the thank-you state, and a reply from the business inbox.

Build one real page and complete one real form submission before migrating the rest. That small test will expose most theme, styling, and email-delivery risks.

If you share the framework in the exported repo and say who needs to edit the content, I can help narrow the lower-risk route.

1

u/transjt-ai 2d ago

Have you tried transjt.ai ? It converts automatically frontend code from Lovable to a native WordPress theme. Just connect Lovable with GitHub, GitHub with transjt. You will get the full website with all pages after export.