WordPress Plugins

WordPress Plugins

Same philosophy as the browser extension — genuinely useful tools, no external services, no telemetry, no premium nag screens.

🔍

Kernel SEO Manager

v1.4.2WP 5.8+PHP 7.4+Pending review

Adds the SEO essentials to WordPress: per-page meta tags, an XML sitemap, a redirect manager, a 404 monitor, a bulk editor, breadcrumbs, and site-wide structured data — without phoning home to any external service, without an upsell nag screen, and without shipping code you can't read yourself.

Status: submitted to the WordPress.org Plugin Directory and currently in review. The install link will go live on this page as soon as it's approved.
Features
Per-page SEOSEO title, meta description, canonical URL, Open Graph image, and search-engine visibility (index/noindex, follow/nofollow) — with a live Google search-result preview and social-share preview while you edit.
Focus keyword & readabilityAn on-page checklist (title, description, first paragraph, subheading, slug, length) plus sentence/paragraph-length readability analysis.
XML SitemapA single /sitemap.xml, cached and kept current automatically, with configurable post types (including custom post types), optional changefreq/priority tags, and per-page image entries.
Redirect Manager301/302 redirects from the admin — no .htaccess editing. Tracks hit counts per redirect.
404 MonitorLogs real broken-link hits (filters out favicon/asset/crawler noise) so you can turn them into redirects in one click.
Bulk SEO EditorEdit the SEO title and meta description for every page from one screen.
BreadcrumbsA shortcode and template tag, with matching BreadcrumbList structured data.
Site-wide schemaOrganization + WebSite structured data on your homepage, plus title templates and noindex toggles for thin archive pages.
FAQ
🗄️

Site Backup Manager

v1.4.4WP 5.8+PHP 7.4+Pending review

Full-site backup, restore, and migration for WordPress: database, themes, plugins, and uploads, with a resumable background job engine so large sites don't time out mid-backup. Restore to the same site or migrate to a new domain, with a mandatory safety backup before anything is overwritten. Store backups locally, or on S3-compatible storage, Google Drive, or Dropbox.

Status: not yet submitted to the WordPress.org Plugin Directory — submission is planned. The install link will go live on this page once it's approved.
Features
Full-site backupDatabase, themes, plugins, and uploads, backed up together into one downloadable archive. WordPress core and wp-config.php are deliberately never included.
Choose what's includedPick which content types and statuses to back up (published by default; drafts, scheduled, and private content are opt-in), and whether to include every file in your Media Library or only the ones actually referenced by the content you're backing up.
Restore & migrateUpload a backup to restore it — to this site, or to a new domain. URLs stored in your content and settings are rewritten safely, including inside PHP-serialized data, which a naive find-and-replace would corrupt.
Safety-first restoreA full safety backup of your current site is taken automatically before any restore begins, and the restore won't proceed if that safety backup fails. Uploaded files are validated before anything is extracted.
Scheduling & retentionDaily or weekly automatic backups, with configurable retention — keep the last N completed backups, pin any backup to exempt it from automatic pruning.
Cloud storageUpload backups to S3 or any S3-compatible service (Cloudflare R2, Backblaze B2, DigitalOcean Spaces, MinIO, and others), Google Drive, or Dropbox — alongside or instead of a local copy.
Resumable by designBackups and restores run as a series of small, time-boxed batches across many requests, specifically so they don't fail on the execution-time limits most real WordPress hosting enforces.
FAQ
🚀

Cache & Speed Manager

v1.0.0WP 5.8+PHP 7.4+Pending review

Page caching for WordPress: saves a static copy of your public pages the first time a logged-out visitor loads them, then serves that copy to the next visitor instead of rebuilding it from scratch, with automatic invalidation whenever your content, theme, or plugins change. Also includes a performance audit with history, and a live admin-toolbar indicator — no image optimization, no CDN integration, scoped deliberately to caching and performance reporting only.

Status: not yet submitted to the WordPress.org Plugin Directory — submission is planned. The install link will go live on this page once it's approved.
Features
Page cachingSaves a static copy of your home page, posts, pages, and archive pages the first time a logged-out visitor loads them, then serves that copy to the next visitor instead of rebuilding it from scratch. Off by default — turn it on from the Cache page when you're ready.
Never for logged-in visitorsCaching never applies to a logged-in visitor in either direction — their page is never served from cache, and never used to populate the cache for others.
Automatic invalidationThe entire cache clears automatically whenever you publish or edit content, get a new comment, switch themes, or change plugins/widgets — no manual "clear cache" step needed after a change.
Performance auditA "Run Audit" button records a snapshot: database query count and memory used, plus a real timed request to your own homepage. Each run is saved so you can compare over time.
Admin-toolbar indicatorA small live indicator in the admin toolbar shows query count/time/memory for whatever page you're currently viewing — no extra work, it reads data WordPress already collected for that request.
FAQ
📝

Kernel Forms

v1.15.0WP 5.8+PHP 7.4+Pending review

A real drag-and-drop form builder for WordPress: add fields, reorder them, and configure each one's settings, with changes saved automatically as you work. Place a finished form anywhere with a simple shortcode. Entries live in their own dedicated, indexed database tables for real scale, with built-in spam protection, nested conditional logic, multi-page forms, four CAPTCHA providers plus Akismet, full entry management, and Stripe payments — all without a paid add-on.

Status: not yet submitted to the WordPress.org Plugin Directory — submission is planned. The install link will go live on this page once it's approved.
Features
Drag-and-drop builderAdd fields, reorder them, and configure each one's settings, with changes saved automatically as you work. Core field types include text, email, phone, number, multiple choice, checkboxes, dropdown, name, and calculation.
Scalable entry storageEntries live in their own dedicated, indexed database tables — not crammed into WordPress posts/postmeta — the same architecture choice both leading commercial form plugins made specifically so it stays fast as entries accumulate.
Spam protection, on by defaultAn invisible honeypot field and a submission-speed check, both active automatically with no configuration. Four CAPTCHA providers (Turnstile, reCAPTCHA v2/v3, hCaptcha) and Akismet integration are available as opt-ins per form.
Nested conditional logicShow or hide a field based on genuinely nested AND/OR rule groups — a case some competing form plugins can't express without a paid add-on. A hidden field never blocks submission.
Calculation fieldsReference other fields in a formula, live-updated as the visitor types — always recomputed server-side at submission, so the stored value can never be spoofed from the browser.
Multi-page forms & dynamic defaultsDrop in a Page Break field for a stepped form with a progress bar; prefill a field from a URL parameter, or have one field copy another's value live as the visitor types.
Entry managementRead/unread status, starring, notes, bulk actions, CSV export, a printable view, in-place entry editing, and an opt-in per-form auto-retention policy.
Stripe paymentsAdd a Payment field (fixed or calculated) and a submission with something due goes to a secure, Stripe-hosted checkout page before the entry is confirmed — card details never touch this site.
FAQ
🧹

Media Cleanup Manager

v1.5.0WP 5.8+PHP 7.4+Pending review

Scans your posts, pages, and other public content for references to your Media Library, and shows you everything it couldn't find a reference for — content blocks, featured images, attached media, your site icon, and your theme's logo/header image. Nothing is ever deleted immediately: selected items are quarantined in WordPress's own trash with an automatic purge window you control. Also cleans up inactive themes (always zip-backed-up first), unused pages and posts, and stale database clutter.

Status: not yet submitted to the WordPress.org Plugin Directory — submission is planned. The install link will go live on this page once it's approved.
Features
Unused-media scanChecks post content (Gutenberg blocks, raw upload URLs), featured images, classic attachments, your site icon/theme logo, and common Elementor/Divi/WPBakery elements — then shows everything it couldn't find a reference for.
Quarantine, not instant deletionSelected items move to WordPress's own trash — reversible, doesn't touch the file or its URL. Anything left quarantined past its retention window (30 days by default) is re-checked for a new reference before being permanently deleted.
Inactive theme cleanupLists installed themes that aren't active and aren't the parent of any installed theme, and always backs one up to a zip before deleting it — WordPress itself has no trash for themes.
Unused pages & postsScans for content not linked from any menu or other content, quarantining candidates the same safe way as media, plus separate abandoned-auto-draft, old-draft-review, and stale-trash cleanup.
Database cleanupOld post revisions (configurable keep-count, skips page-builder posts by default), expired transients, old spam comments, and orphaned metadata left behind by deleted content — each category opt-in.
Optional scheduled scanningDaily or weekly automatic re-scans that only refresh the results list — a scheduled scan never quarantines anything on its own.
FAQ
🧪

Staging Manager

v0.6.0WP 5.8+PHP 7.4+Pending review

Clones your live WordPress site into a staging subdirectory — no new hosting, database server, or DNS changes required — so you can test plugin updates, theme edits, and content changes without any risk to your live site. Tracks staging's code in real git commits, and pushes tested changes back to your live site behind a mandatory fresh safety-backup gate, so a push can never run against stale insurance.

Status: not yet submitted to the WordPress.org Plugin Directory — submission is planned. The install link will go live on this page once it's approved.
Features
Resumable full-site cloneCopies WordPress core, your database, themes, plugins, and uploads into a new staging subdirectory in small time-boxed batches, so even a slow host doesn't time out mid-clone.
A genuinely independent copyA staging table prefix generated to never collide with your live site's own, plus fresh, independent authentication keys — log in with your existing account and use it exactly like the live site, safely.
Automatic protectionEvery staging site is automatically excluded from search engines (noindex + a virtual robots.txt), with optional username/password protection on Apache hosts.
Real git version controlA "Commit Now" button and a Git History screen give a staging site's own code (themes, plugins, mu-plugins) real, inspectable commit history.
Push to live, safely gatedPush file changes (via a real git diff when available) and a checklist of database tables to your live site — every push is blocked unless a fresh, successful safety backup of your live site exists first.
siteurl/home always protectedA database push never lets staging's own URL overwrite live's, and user accounts/passwords are excluded unless you explicitly unlock that option.
Daily auto-commit & backup retentionOptionally auto-commit a staging site's changes daily so its history survives a forgotten manual commit, with old safety backups pruned automatically.
FAQ

Feedback & support

Found a bug or have a feature request? Report an issue, or email [email protected].