How can I create a WordPress plugin to run one of my assistants?

I have been trying to use bolt.new to create a WP plugin to run one of my OpenAI assistants to no avail. The functionality is simply not there.

Maybe this gives a few hints.

I mean you probably don’t have a custom gpt autocoding assistant - so you will have to change the prompts and copy and paste the code… but still that’s how you can build one…

1 Like

Unfortunately, and to the frustration of many of us, GenAI coding SaaS tools don’t seem to be suitable for production ready applications just yet. It’s getting there but not quite there yet.

I would start with a WordPress plugin code template to help with well structured code and then implement an API for your OpenAI assistant. It’s not that big of a project but just requires some careful considerations to ensure compatability with your WordPress setup and version, including any potential conflicts with other plugins, the theme, caching, security setup, CDNs, page-speed considerations, and your server-side/hosting setup.

Rather than Bolt, if you want to give it a go, I would suggest trying Codium Windsurf’s IDE and use their cascade feature to help automate your coding process. It’s messy and buggy but could help get the job done for you.

Alternativley, if this is a project that you have the budget to hire a freelance developer who can navigate both the GenAI territory and WordPress, that would be a worthwhile approach.

1 Like

Wow! Super helpful thanks! I do not have an autocoder, but I get the idea. Thanks a lot!

1 Like