Code

Discussion on AIKO: Instant Plugins AI Developer

Discussion on AIKO: Instant Plugins AI Developer

Cart 164 sales

BoldThemes supports this item

Supported

This author's response time can be up to 1 business day.

35 comments found.

Hello,

We need AI platform for Document Analysis – No-Code, Self-Service Platform

Exactly like this https://pdf.ai/

So by using your script will we be able to achieve? then how, please help in steps and what are the change we required to do in code please explain in details to make exact like this Exactly like this https://pdf.ai/

Thanks!

Hi,

Thanks or contacting us. Aiko creates plugins for WordPress, not an independent SaaS product, such as the referenced site :(

Kind regards,

BoldThemes team

Hi Sir, is there Any plan to add a browser extension creating? any discount coming on Cyber Monday or black Friday?

Thank you for your reply, final question before buying do I need to have open ai plus subscription or open ai API key to use your plugin?

I have gone through the docs and API is required.One more question can we change the of aiko name after buying? i have test the freeware version and its showing your aiko name in the plugin.So can I change to my site or company name after creating a plugin?

i created a calculator with freeware and installed it on one of my sites but there is no functionality to test it it just shows deactivate

Can we also able to the basic things like adding a logo,setting to the plugin?

Hi,

AIKO generates the full source code of the plugin, so you change the name of the generated plugin at the comment section of a main plugin php file. You have all the freedom in the world to adopt the generated plugin to your needs.

Kind regards,

BoldThemes team

Nop its not working even I bought chatgpt premium, worst plugin, keep saying your chatgpt not working

Hi,

Thanks for the purchase. We are sorry to hear that you are having issues with AIKO.

You do not need ChatGPT Premium with the AIKO. Instead AIKO requires API key, which you can acquire from OpenAI here – https://platform.openai.com/api-keys

You will need to buy credits from OpenAI here – https://platform.openai.com/settings/organization/billing/overview

After you have done this, best practice would be to follow our Documentation – https://documentation.bold-themes.com/aiko-developer/getting-started/

Should you need any additional assistance in the future, you can always contact our Support – https://boldthemes.ticksy.com/ and submit a ticket at our Support site. Our support team will be glad to assist you.

Kind regards,

BoldThemes team

Great item, good luck with it!

Thanks!

i get a critical error installing this

Hi,

Please submit your refund request here: https://themeforest.net/refund_requests/new and we will approve it.

Kind regards,

BoldThemes team

We have approved your request

GPT o1 Added ?

Hi,

Thanks for contacting us.

Not yet, as soon as it becomes available in the API for tiers lower than 5, we will release an update.

Kind regards,

BoldThemes team

Hi,

Just to let you know, we have added o1-preview and o1-mini. Of course, usage limits apply as defined by OpenAI.

Kind regards,

BoldThemes team

Hi nice concept… can we use it with GPT o1? and can we upload our custom Plugin and build more code with your product?

thanks, Is this buddypress/buddyboss compatible?

Hi,

In general AIKO is independent of any of the third party plugins you have in your WordPress environment – if you wish to create plugins that use features of buddypress, you need to state that explicitly within the prompt related to the functional specification of your plugin.

Kind regards,

BoldThemes team

Hi,

Just to let you know, we have added o1-preview and o1-mini. Of course, usage limits apply as defined by OpenAI.

Kind regards,

BoldThemes team

The idea for this plugin is great, as is the concept. However, the results are still poor for me. I get a lot of error messages, most of the time the plugin doesn’t work at all. I reach my goal much faster when I work directly with Sonnet 3.5. Therefore my suggestion: integrate an AI hub like Openrouter so that the user can test different AIs for programming.

Hi,

Thanks for sharing your personal experience with the AIKO. We really appreciate it – it helps us steer future development.

As for the results, they greatly depend on the both initial prompt and later prompts used for refinements.

So far the users were able to get generate impressive solutions with the combination of platforms AIKO is currently based on. Especially if you take into account the cost involved and the effort required for alternative solutions.

AI Hub would surely add another level of value to it and we are going to experiment with it.

Is there a chance that you share one of the prompts you had problems with – we would like to take a closer look at the results. If can not willing to share it here, publicly, you can send it using the contact form (right hand sidebar) on our profile page: https://themeforest.net/user/boldthemes

Thanks a lot in advance.

Kind regards,

BoldThemes team

Just as a reference to other users who might be reading this.

Together with @Fintext after few minor corrections of initial prompt, we have managed to create a fully functioning plugin.

Since the functionality is rather interesting one, we want to thank @Fintext for permission to share it with others, as it is really valuable as an example of what can be done:

Implement a hover effect for internal links. Upon hovering over an internal link, display a popup that contains the title, featured image (if available), and the first few lines of content from the linked post. 

Ensure that the post ID is correctly added as a data attribute to each internal link for accurate identification. Before sending the post content back to the browser, sanitize it to prevent potential security issues. 

Include a loading indicator during the AJAX request to enhance user experience. Implement a caching mechanism to limit the number of AJAX requests made for the same link. 

Set a timeout for the AJAX request to address situations where the server may be unresponsive. 
Add error handling in the AJAX handler to manage cases where the post ID is invalid or the post does not exist

Kind regards,

BoldThemes team

Or even a simpler one:

Develop a WordPress plugin that identifies internal links within post content. For each internal link, on mouseover, display a link preview popup. 

The popup should contain the linked post's title, thumbnail (if available), and excerpt. Implement caching for the fetched post data to minimize the number of AJAX requests made for the same link

Kind regards,

BoldThemes team

Intresting idea but is AI ready for such a complex task?

Hi,

Thanks for contacting us.

It really depends on the complexity of the task and the prompt the AI is given. We are sure that if you follow some basic rules – https://documentation.bold-themes.com/aiko-developer/4-how-to-write-prompts/ you will be impressed with the results – https://documentation.bold-themes.com/aiko-developer/5-examples/

Kind regards,

BoldThemes team

It’s possible see a demo in a video?

Hi,

Thanks for contacting us. We are working on the demo videos, we should have them in next seven days.

In the mean time, in order to get some better idea of what is under the hood, you can take a look at our documentation – https://documentation.bold-themes.com/aiko-developer/

Kind regards,

BoldThemes team

Hi,

We have just released a demo video, you can find it here: https://www.youtube.com/watch?v=28QI5908kyI

Let us know what you think,

Kind regards,

BoldThemes team

looks interesting. is this plugin context-aware of other plugins/themes installed on a wordpres site … for example .. if a change or an improvement is needed for woocommerce, buddypress (or other plugins/themes) .. will it know how to hook into their filters/actions using the installed codebase based on plugins/themes already installed on the WP site?

Hi,

Thanks for contacting us.

At this moment it is not aware of the context of the specific WP environment, but you can define the context within the prompt.

For example:

Upon submission of a Contact Form 7 form, the plugin shall create a new entry in a custom post type named 'my_custom_post_type'. The custom post type must be registered within WordPress, allowing only the Post Title and Post Content fields. The Post Title shall be set to the value of the Contact Form Subject. The Post Content shall be populated with the value of the Contact Form Message. All other submitted data from the form shall be stored as metadata and displayed in a single meta box associated with the newly created post.

or

Develop an Elementor widget for displaying testimonials. The widget must include the following fields: an image upload field for the testimonial giver’s photo, a text input field for the name of the testimonial giver, a text input field for the role or title of the testimonial giver, and a text area for the testimonial message. Ensure that all fields are required for submission. The widget should be customizable in terms of layout and styling to fit within various Elementor designs.

Would correctly utilize all CF 7 and Elementor hooks and integration points and create the plugin with the desired functionality.

Kind regards,

BoldThemes team

Thank you for your answer. You would have a real winner here if you can make it fully context-aware of code in existing themes and other installed plugins/mods. I know that’s a challenge given the typical context window, but it can be done with RAG if you know how. That would make it far more useful/valuable than just using Claude or ChatGPT. Most of us need to make changes/improvements in plugins/themes we’ve purchased. It’s just a suggestion. If this is added, I will most likely purchase.

Hello,

I want to offer this plugin as SaaS Platform for users to build their WP Plugin as they wish on my Membership Pro [wp famous membership plugin] enabled website platform, can this be possible ? Then it’s a great business idea and I can buy your product

Hi,

Thanks for contacting us.

Unfortunately, AIKO can not be used as a SaaS platform. It’s primary aim is to be used on an individual site to improve its functionality without numerous bloated, expensive and hard to track and maintain plugins.

Kind regards,

BoldThemes

My question is that do we need any api keys to use you plugin and which AI technology you used to develop this. Also will it work through a wordpress website. please do let us know thank you.

Hi,

Thanks for contacting us.

Aiko uses OpenAI api – and although the OpenAI costs for development of the average plugin are merely few cents, you need the API Key. You can find the average costs of development on our web site – https://aiko-developer.bold-themes.com/ section examples (the costs are written below the prompts)

It is a WordPress plugin and it will work right out of WordPress

Kind regards,

BoldThemes team

Congrats on new release! Is there any live demo so I can try it before making a purchase? Thank you!

Hi,

Thanks :)

Currently there is no demo that you can try, although we are working on a limited free / lite version which is in process of approval for WordPress.org. The approval queue on wp.org is more than three months at the moment, so we can not put a time frame on this.

Keep in mind though that we are offering a money back guarantee meaning that if it does not meet your needs for whatever reason, we will refund you.

Kind regards,

BoldThemes team

Hi,

In addition, please take a look at our documentation, so you can get better idea of what is under the hood:

https://documentation.bold-themes.com/aiko-developer/

Kind regards,

BoldThemes team

Hello!

I have a few pre-sale questions related to your plugin.

1. Does it require to buy OpenAI API? 2. Your plugin can be installed and will work on developer program on windows like Laragon? 3. Your plugin has an ability to develop complex plugins? 4. Any other plugins will be required to develop the desired plugins for example ACF?

Thanks and Regards Sunny

Hi,

Thanks for contacting us. Please find the answers below:

1. Yes it does. And although the OpenAI costs for development of the average plugin are merely few cents, you need the API Key. You can find the average costs of development on our web site – https://aiko-developer.bold-themes.com/ section examples (the costs are written below the prompts)

2. It will work in any environment where you can run WordPress instance – it is a WordPress plugin

3. Please take a look at the examples on our site – https://aiko-developer.bold-themes.com/

For example, development of the custom widget for Elementor for displaying testimonials within the slider is a straightforward task.

4. No additional plugins are required

Kind regards,

BoldThemes team

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey