This WordPress plugin provides an on-device AI assistant for your website. It uses the experimental Prompt API to generate text and thus provides you three main features:
The AI Assistant block is a block editor block that you can add to your posts and pages. It will initially show a text field where you can type your instructions. After submit, the AI will generate a response and convert the "AI Assistant Block" to a regular core/paragraph
containing the newly created content.
Not yet happy with the result? Time to use the "Paragraph Rewriter" feature!
The paragraph rewriter extends the core/paragraph
block with a new button in the toolbar that allows you to rewrite the paragraph using AI. Just select the text you want to rewrite, add some instructions and hit the "Rewrite" button.
So you have your perfect blogpost, but you're not sure about the title? Have a look at the "Title Generator" feature!
In the Post Settings panel you will find a new meta box called "AI Assistant". Here you have a button called "Generate title suggestions". Clicking this button will generate 5 different titles based on the content of your post.
You like one of them? Just click on it, and it will be set as the post title.
You don't like any of them? Just click the button again and get 5 new suggestions.
- Upload the files and folders to the
/wp-content/plugins/wp-ai-assistant
directory - Go to "Plugins" in your WP Admin
- Activate "WP On-Device AI Assistant"
The "WP On-Device AI Assistant" WordPress Plugin is a project by Nico Martin and is a submission for the Google Chrome Built-in AI Challenge.
It is an experimental project and should not be used in production environments.
It heavily relies on the Prompt API which is an experimental project by Google Chrome. The API is not stable and might change at any time.