Vibecode WordPress

track this build5 steps, step by step
KINDA · weekend project
price $4/moyou'd save $48/yrbuild time a weekendcategory 🧱 website buildersreplaced by 0 people

The thing people actually use WordPress for on a personal site, write posts, upload images, publish, have an RSS feed, is a weekend build and always has been. An agent can hand you a SQLite-backed CMS with a markdown editor, media uploads, drafts, tags, and a sitemap in one sitting, and it will be faster and less hackable than the real thing. What you cannot one-shot is the other 90 percent of WordPress: 60,000 plugins, WooCommerce, Yoast, Elementor, the block editor, and the fact that any freelancer on earth can pick up your site. Also worth noting that core WordPress is already free and self-hostable, so the honest question is whether you want to maintain your own CMS instead of someone else's. If your site has a contact form, a store, or a client who needs to log in, stop reading and just install WordPress.

the project pack4 files · fastest path to a working personal build
README.md
# WordPress indie build

## Goal

Build the smallest trustworthy replacement for the core WordPress workflow for one developer or a tiny team.

## Scope

A single-admin, self-hosted CMS that stores posts in SQLite, edits them as markdown, uploads images to local disk, and serves fast static-ish HTML with an RSS feed.

## Quick start

1. Install the documented dependencies.
2. Copy `.env.example` to `.env`.
3. Run the development command chosen during implementation.
4. Complete the acceptance checks in `BUILD_PLAN.md`.

## Honest limits

This build deliberately does not replace:
- The plugin ecosystem: SEO, forms, caching, memberships, analytics, backups, all one click away in WordPress and all your problem in the DIY build
- WooCommerce and anything resembling commerce
- Gutenberg block editing and the visual page builders non-technical people actually like
- A theme marketplace, so your site looks like whatever the agent felt like that day
- Any hope of handing the site to a developer who already knows the stack
- Security updates and managed hosting done by someone who is not you

If those capabilities are essential, use WordPress instead of pretending the gap is solved.

$ choose a build depth, inspect the files, then open the complete pack in your agent · this prompt is generated from the build plan · improve it via PR

why people still pay

Almost nobody pays for WordPress the software. They pay for managed hosting so the site stays up and patched, for the three or four plugins that quietly run their business, and for the person who knows how to fix it when the theme update explodes. A personal CMS you built yourself removes the hosting bill and adds an on-call rotation of one. That trade is fine for a blog and terrible for anything that takes money.

what you lose

xThe plugin ecosystem: SEO, forms, caching, memberships, analytics, backups, all one click away in WordPress and all your problem in the DIY build

xWooCommerce and anything resembling commerce

xGutenberg block editing and the visual page builders non-technical people actually like

xA theme marketplace, so your site looks like whatever the agent felt like that day

xAny hope of handing the site to a developer who already knows the stack

xSecurity updates and managed hosting done by someone who is not you

prior art · use these instead of building, if you'd rather

Nothing worth pointing at. That's why the prompt exists.

share on X ↗"I just replaced WordPress ($4/mo) with one prompt"
questions
Vibecode WordPress

Kinda. The core of WordPress is buildable in a weekend with the prompt on this page, but there are real gaps: The plugin ecosystem: SEO, forms, caching, memberships, analytics, backups, all one click away in WordPress and all your problem in the DIY build, WooCommerce and anything resembling commerce. Read the honest list above before committing.

How much does WordPress cost?

WordPress costs about $4/month (Personal, checked 2026-08-18), which is $48 per year.

What do I lose by replacing WordPress?

Honestly: The plugin ecosystem: SEO, forms, caching, memberships, analytics, backups, all one click away in WordPress and all your problem in the DIY build; WooCommerce and anything resembling commerce; Gutenberg block editing and the visual page builders non-technical people actually like; A theme marketplace, so your site looks like whatever the agent felt like that day; Any hope of handing the site to a developer who already knows the stack; Security updates and managed hosting done by someone who is not you. If any of those are load-bearing for you, keep paying.

Is there an open-source alternative to WordPress?

No mature open-source alternative worth pointing at, which is exactly why the one-shot prompt on this page exists.