Inspiration

Past WordPress Project:

  • I worked on a WordPress project involving repetitive and tedious data entry tasks, which led me to ask, “Can this process be automated?”
  • This sparked a deeper curiosity about the inner workings of WordPress and how it could be used to solve real-world problems.
  • It reminded me of a key insight from my web development journey: “Browsers have evolved into platforms for running powerful web applications.”

Inspiration for Current Plugin:

  • My life partner, also a developer, faced a challenge with one of their clients: automating the rewriting of product descriptions from Datarium for their WooCommerce store.
  • This inspired me to create a WordPress WooCommerce plugin that empowers users to generate engaging product descriptions seamlessly, turning a tedious manual task into an efficient, AI-powered process.

What it does

  1. If the user wants to enhance the current product description, the description is passed along the user prompt to the API. Otherwise, the bot asks more clarifying questions to generate a new product description.
  2. For each bot feedback, the user is asked if they are satisfied with the description. They click the "Yes" button to accept the description.
  3. When the user accepts the description, the description is written to the Product Description field in the WooCommerce product editor.
  4. The user can then click the "Update" or "Publish" button to save the product description to the database.

How we built it

I built the plugin using the following technologies:

  • WordPress
  • WooCommerce
  • PHP meta boxes
  • JavaScript
  • Prompt API
  • CSS

Challenges we ran into

Not much except for having to learn PHP quickly to build the plugin

Accomplishments that we're proud of

I'm proud of writing my first WordPress WooCommerce plugin, especially because it solves a real-world problem with on-device AI. Due to WordPress meta boxes, the plugin integrates seamlessly with WooCommerce, making it easy to collapse at any time.

What we learned

I learned more about the potential of on-device AI and how it can be used to solve real-world problems economically.

What's next for Help Me Write: WordPress WooCommerce Plugin

There are a few minor grammatical errors in your text. Here is a revised version:

What's next for Help Me Write: WordPress WooCommerce Plugin

Currently, the plugin has the following major features:

  • It only supports English.
  • It only supports WooCommerce product descriptions, not titles.

In the future, I plan to:

  • Add support for multiple languages.
  • Add support for WooCommerce product titles.
  • Add support for other WordPress post types.
Share this project:

Updates