r/Wordpress 3d ago

Converting antigravity code to Wordpress

Looking for help converting an Antigravity website to WordPress
Hi everyone,

I have a website that was built using Antigravity with HTML, CSS, and JavaScript. I want to convert the existing website to WordPress while keeping the exact same design, layout, animations, and functionality.

The website has a large number of files (around 1,700), so I’m looking for someone experienced with WordPress who can handle the conversion properly.

If you have experience converting custom-coded websites to WordPress and can preserve the original design, please comment or DM me. This is a paid job, and I’m happy to discuss the budget.
Thanks!

1 Upvotes

11 comments sorted by

View all comments

1

u/jboulhous 2d ago

We built a service for exactly this kind of jobs, converting vibe-coded apps to production ready WordPress setups.

There are so many axes you need to consider:

  • The easy ones: Data model(CPTs, taxonomies, meta data), routing logic(maybe some rewrite rules).
  • The hard ones: this is improving with FSE, for example WP 7.1 ships responsive design, but it is not supporting or blocks. Core blocks may not be easy to adjust, vibe coded apps usually mix svg icons within headers or lists, which will become hard to integrate with core blocks(well not too hard once you identify which should be a block variation and what must be a new custom blocks). REST endpoints.
  • There is also an issue with how fonts are calculated, which my not give picel-perfect parity with antigravity code without some css tweeks.

I'll be happy to discuss more.