WordPress plugins · made in plain English

Build the WordPress plugin you actually need.

Describe it in plain English, get a plugin you can install today. Build something new, add features to a plugin you already own, or let your users vote on what comes next — no developer required.

$15 a plugin — no subscription neededSee it built before you payYours to keep and edit — GPLv2

Things people ask us to build

“Email me when a WooCommerce order is over $500.”“Show a checkout notice when the cart contains refrigerated items.”“Add a 'Low stock!' badge when a product has fewer than 5 units.”“Block guest checkout for orders over $200.”“Send a custom thank-you email 7 days after a purchase.”

Three ways to use BuildPlugins.ai

Choose your path

Build a new plugin

Describe what you need in plain English. You get a complete WordPress plugin — security reviewed, quality checked, and ready to install on your site or submit to WordPress.org.

Start buildingFrom $15 per plugin

Add features to a plugin you already have

Upload an existing plugin ZIP — ours or anyone's — and describe what to add. We patch only what you asked for, verify every change against the original, and hand back an updated ZIP. Your existing code stays intact.

Upgrade a pluginSame price as a build

Add a feedback tab to any plugin — free

An optional add-on, not part of every build. Upload any plugin ZIP — built here or brought from anywhere — and we inject a feedback tab in seconds. Your users vote on feature ideas, you stay in full control. No rebuild, no obligation.

Get feedback freeFree plan available

Not just a code generator

You get a product team, not a prompt.

Most people describing a plugin leave things out — and most experts are too close to their own spec to notice the gaps. Our agents fill them the way a good team would, then show you the plan before you spend anything.

Product manager

Turns your description into a real feature list, spots what you did not think to ask for, and tells you what it added and why — so you can say no.

Interface designer

Designs the actual screens: where settings live, what you see before there is any data, and how you know an action worked. The states most generated plugins skip.

Senior WordPress developer

Writes idiomatic PHP against WordPress conventions — capability checks, nonces, sanitised input — then a security review and QA pass before anything is packaged.

You approve the plan first. Before any build starts you see how your plugin will work: the screens, what your visitors see, the step-by-step journeys, and anything we suggest adding. Change it as many times as you like — revising the plan is free.

Describe your plugin

What you get

Real PHP. Clean code. Ready to ship.

Here's the plugin that gets generated when you ask: “Email me when a WooCommerce order tops $500.”

  • Proper plugin header with metadata
  • ABSPATH guard so it can't be loaded directly
  • Hooked to the right WooCommerce action
  • Defensive checks before sending the email
  • No external services, no tracking

Real builds include readme.txt, uninstall handler, license, and a settings panel when needed. This snippet is trimmed for the homepage.

high-value-order-alerts.phpgenerated
<?php
/**
* Plugin Name: High-Value Order Alerts
* Description: Email me when a WooCommerce order tops $500.
* Version: 1.0.0
* License: GPLv2
*/
 
defined('ABSPATH') || exit;
 
add_action('woocommerce_order_status_processing', function ($order_id) {
$order = wc_get_order($order_id);
if (!$order || $order->get_total() < 500) return;
 
wp_mail(
get_option('admin_email'),
sprintf('New $%s order: #%d', $order->get_total(), $order_id),
sprintf("A high-value order just came in.\n\nCustomer: %s\nTotal: $%s",
$order->get_billing_email(),
$order->get_total()
)
);
});

How it works

From “I wish my site could…” to a launched plugin — in six steps.

01

Describe it like you'd text a friend

"Email me when an order tops $500." "Show a discount badge if stock drops below 5." That's the input — no PHP, no hooks, no plugin scaffolding.

02

Approve the plan

We turn your idea into a clear scope: features, admin screens, settings, integrations, risk notes. You read it. You tweak it. You approve before anything is spent.

03

Watch the agents build

Architecture → code generation → security review → QA → packaging. If QA flags something, a repair pass tries to fix it automatically.

04

Download and test

You get a clean, GPLv2-licensed, install-ready ZIP. Drop it into WordPress on a staging site and try it.

05

Collect feedback and iterate

Your users submit feature requests inside wp-admin. You approve the good ones. Votes climb toward a threshold — when it's hit, one click starts the next build.

06

Submit to WordPress.org or launch on your site

Hit the WordPress.org submission flow with one click, or upload the ZIP straight to your own site and watch your idea go live. Either way — party time.

Start building freeFree to start · you only pay to download

Why BuildPlugins

Built for WordPress. Designed to actually be used.

QA + repair built in

Security, escaping, nonces, WP coding standards — all checked automatically. If something's off, a repair agent tries to fix it before you ever see a download link.

Nonce checksOutput escapingCapability gatesWPCS lintAuto-repair pass

No more plugin bloat

Stop installing 50-option plugins for one feature. Build the exact thing you need — nothing more, nothing tracking.

Speaks WooCommerce fluently

Order workflows, checkout notices, product rules, stock badges, custom reporting — built with the right hooks the first time.

You approve before anything builds

Scope review comes first. No surprise costs, no surprise features. You're always in the driver's seat.

WordPress.org-ready

Submission package with polished readme.txt, GPLv2 license, uninstall handler, and .distignore. Built to the plugins team's exact standards.

Yours to keep, edit, and own

Clean, commented PHP. GPLv2 licensed. No runtime dependencies, no calling home. Open it in any editor and take it from there.

Users drive the roadmap

New

Add an optional feature-request system to any plugin — yours or one you already have. Site owners submit ideas, you approve the keepers, the community votes. Threshold hit → next build is one click.

  • CSV export of weekly orders8 / 10
    Approved
  • Per-product low-stock threshold5 / 10
    Approved
  • Bulk SKU import via CSV10 / 10
    Threshold

WordPress.org Ready

Don't just build a plugin. Ship one.

Every project gets an automated WordPress.org repository readiness review and a submission-ready package built to the plugins team's exact standards.

Repository readiness review

Automated review against WordPress.org guidelines: required readme sections, license compatibility, external service disclosures, naming, and security patterns.

Submission-ready package

ZIP with the correct folder structure, polished readme.txt, GPLv2 LICENSE, uninstall handler, and .distignore — all set up for WordPress.org review.

Coming soon

Guided SVN submission

Step-by-step SVN commands for your plugin slug, trunk/tags handling, asset uploads (screenshots, banners, icons), and a checklist for the WordPress.org plugins team.

After you ship

Listen to your users. Ship the next version.

Switch on a real feature-request loop for any plugin — tick one box when you approve a build, or add it to a plugin you already have. Users submit ideas, you approve the good ones, votes climb toward a threshold, and the next build ships when the signal is strong.

Free on any plugin

Submit, approve, vote, threshold.

The widget collects nothing personal. Site owners submit feature requests, you approve or reject them, and voters help the best ideas cross the threshold. The dashboard keeps the request history, vote counts, expiry, and reminder state in sync.

Feature requestsHigh-Value Order Alerts v1.2
CSV export of weekly ordersApproved
8 / 10 votes · 12 days leftVote
Per-product low-stock thresholdAwaiting approval

Submitted 2 h ago · pending your review

Threshold reached → auto-notifies you to rebuild

  • Feature requests stay approval-gated before votes count.
  • Voter hashes stay stable without storing raw user data.
  • Threshold reminders and expiry handling keep requests fresh.
One prompt, next version

Rebuild from approved requests.

When a request crosses the vote threshold, the next build can be retried directly from the project page. That keeps your roadmap tied to real demand instead of guesswork.

Retry build from requestapproved · threshold reached
Add a CSV export for weekly orders and make the low-stock threshold configurable per product.
I'll approve, vote, and rebuild the next version
Build next version
  • Same 12-agent build pipeline, same security & QA review on every release.
  • Semver bump calculated from the change scope (patch, minor, or major) — no manual version juggling.
  • Every project keeps a full version history. Roll-back to a previous build is one click.
Build → ship → listen → iterate. The whole loop lives in one dashboard, with the same costs and safety checks for every release.
See how it works →

Pricing

One build or a monthly plan. You choose.

Start with a $15 single build to try it out, or subscribe for 20–200 builds per month. Build first, pay to download. Failed builds never charge you.

Single Build

$15one-time

1 plugin build, no expiry

Buy a single build

Starter

$45/ month

20 builds / month · $1.75 per extra build

Start Starter
Most popular

Pro

$99/ month

60 builds / month · $1.50 per extra build

Start Pro

Agency

$249/ month

200 builds · $1.25 per extra build

Start Agency
Build first, pay to downloadFailed builds don't countSee full pricing details

No surprises

What you get for one build.

A feature is one distinct thing your plugin does. “Email me when an order is over $500” is one feature. Adding “and show a badge when stock drops below 5” makes two. We work your features out from your description, rate each one, and show you the list before anything is built.

Up to 10 features

in a single build — around 20 if they are simple, 7 if they are unusually complex.

One Single Build, $15

covers the full size a build supports. No upcharge for using all of it.

Subscriptions scale

a plugin up to ~4 moderate features uses one build; larger ones use two or three.

You always see how your plugin measures up while you are still choosing features — before anything is spent — and exactly how many builds it will use before you approve it. Failed builds are refunded automatically and never count against your quota.

FAQ

Stuff people ask before they sign up.

No. If you can describe what you want your site to do in plain English — "send me an email when an order is over $500" — you can build a plugin. We turn your idea into a structured spec, build it, review it, and hand you an installable ZIP.

Your WordPress idea.
A real plugin, by tonight.

Single build at $15 to try it out — or subscribe for 20–200 builds per month. Always test on a staging site first — that's just good plugin etiquette.

Start building