Four WordPress apps I built with AI that I use every day

For most of 2025, I spent a lot of time using AI the same way I use any other tool: to get from idea to working code faster. Not to replace the boring parts of development (I’m the kind of weirdo that actually likes the boring parts), but to remove friction—setup time, boilerplate, and the “I know what I want, I just don’t want to type it all” moments.

Here are four small, WordPress development-focused apps I built using AI. Each one scratches a specific itch, and each one is designed to be the kind of utility you install and use without needing a steep learning curve.

WP Debug — easier WordPress debugging

While PhpStorm and Xdebug are my go-to setup for step debugging, sometimes all I want is to quickly enable the WordPress debug.log and easily view the output. WP Debug is a small helper that does just that, just by selecting the WordPress installation directory.

View WP Debug on GitHub →

WP SQLite — quickly inspect a WordPress Studio site database

In 2025 I switched to using WordPress Studio as my local development environment on macOS. WP SQLite was built to allow me to easily inspect the SQLite database of any WordPress Studio install.

View WP SQLite on GitHub →

WP Mail — capture and inspect local WordPress emails

I love MailPit, but installing it can be a bit of a pain. I built WP Mail to make inspecting and testing outbound email easier during development.

View WP Mail on GitHub →

WP Shell — a little command-line leverage for WordPress

This one is still a bit of a WIP, but I often use wp shell in the terminal run arbitrary PHP code snippets. Based off the success of my other apps, WP Shell is a small utility app built around the concept of wp shell.

View WP Shell on GitHub →

This post

About 80% of this post, including the featured image, was AI-generated using a “Create Post” demo plugin I built for WordPress installs, powered by the WP AI Client.

Could you tell?


One response to “Four WordPress apps I built with AI that I use every day”

  1. […] his personal blog, Jonathan Bossenger shared four WordPress apps he built with AI that he uses daily. You’ll […]

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.