the wordpress
plugin
lab

When we can't find a lightweight tool that solves a specific problem for our hosting clients, we build it ourselves. The result is the Plugin Lab: a collection of free, professional utilities that do one thing and do it well.

No trackers, no upsells, and no nonsense. Just open-source code hosted on GitHub, for the community to use and improve.

headwall hosting

Migrate SlimSEO data to Yoast SEO

A client with a large WordPress of thousands of articles has been running SlimSEO. They need to switch back to Yoast without losing their existing meta data, so I built a simple plugin to do this one-shot task.

- 6 Aug 2026

WPMail DKIM Sign plugin

WP Mail DKIM Signing plugin

I decided to build a plugin that uses a non-default DKIM selector, so we can add a website-specific DKIM signature to all emails leaving any WordPress website.

, - 22 May 2026

Authentication handshake

Quick 2FA verification by email

Quick 2FA uses email for verification. There's no app to install, no QR code to scan. You log in, WordPress sends a code to your email address, you type it in. That's it.

- 10 Apr 2026

WordPress API rate-limiter plugin

Protect your WP site with API rate-limiting

Lightweight plugin that uses WordPress transients to throttle REST API requests. When a rate-limited client makes requests too frequently, the plugin returns an HTTP 429 (Too Many Requests) response.

- 6 Mar 2026