WordPress Alternative: A Blog, Not a Content Management System
A small, opinionated platform against the CMS that runs a large share of the web.
WordPress can do almost anything. That is its strength, and for a personal blog it is often the problem. ULTRV sits at the other end of that lever: fewer choices, a narrower job, nothing to install and nothing to keep patched. If you want the full CMS, WordPress is a good answer and this page is not going to pretend otherwise.
Most of what follows is about WordPress.com, the hosted service, because that is what people compare a hosted blog platform against. Where self-hosted WordPress.org differs, it is called out. Prices below were checked in August 2026 against WordPress.com's own pricing page: the free plan, Personal at $48/year, Premium at $96/year, and Business at $300/year. Billed monthly instead of annually, Personal is $9/month.
What WordPress gets right
- Scope: custom post types, e-commerce, membership sites, multi-author editorial workflows, anything you can name
- An ecosystem of 50,000+ plugins, available on every paid WordPress.com plan and on any self-hosted install
- Genuinely open source — take the software and run it on your own server, forever, with no vendor in the way
- Paid help is easy to find, because a very large number of people know how WordPress works
- A migration path in every direction: WordPress.com imports from Wix, Squarespace, Medium, Blogger, and WordPress.org
If you need a content management system rather than a blog, none of what follows should talk you out of it. WordPress is the obvious choice and the comparison ends there.
The maintenance tax
This is the part that does not show up on a pricing page, and it is the main reason people go looking for a WordPress alternative in the first place. WordPress is a platform you assemble. The assembly is the cost.
- Every plugin is a dependency you now own.A gallery plugin, an SEO plugin, a caching plugin, a forms plugin — each has its own release cadence, its own settings screen, and its own way of breaking after an update. Five plugins is a small compatibility matrix. Fifteen is a part-time job.
- Abandonware is the normal end state.Plugins get discontinued. When one does, you find out either from a dashboard notice or from a broken page, and then you go shopping for a replacement and migrate whatever data it was holding.
- Self-hosting adds the server to the list.On WordPress.org you own PHP versions, database backups, TLS renewal, a firewall, and the security patches. WordPress.com takes most of that off your plate — core updates, malware scanning, and backups are managed — but the plugins you install on a paid plan are still yours.
- Configuration is where the hours go.Themes with options panels, block editor patterns, an SEO plugin with forty settings. Every one of those is a decision that is not a sentence you wrote.
ULTRV's answer is to remove the extension point. There are no plugins, so there is nothing to install, nothing to update, nothing to conflict, and nothing to abandon. Everything the platform does is listed on thefeatures page, and that list is the whole surface area. The trade is real: if what you want is not on that list, you cannot add it.
What ULTRV does instead
- A custom domain on the free tier.Point a domain with a CNAME or A record and SSL is provisioned automatically, at no cost. WordPress.com puts custom domains behind a paid plan, and the free-domain offer covers the first year only.
- No ads against your readers, on any tier.WordPress.com sells ad-free browsing as a paid-plan feature, which is another way of saying that free-plan readers see ads. ULTRV has none, free or paid.
- Eighty-four themes, one click.84 themes — Brutalist, GeoCities, Synthwave, Tufte, Bauhaus, and seventy-nine more — switch instantly with no options panel and no child theme.
- Typed pages instead of custom post types.Photo albums, recipe collections, bookshelves, guestbooks, and now pages are first-class page types with their own URLs and layouts. On WordPress the equivalent is a plugin or a block of code in
functions.php. - A WXR importer.Export from wp-admin and upload the file — theWordPress importerbrings posts, pages, and tags across. Works with WordPress.com and self-hosted exports alike.
- A terminal client on every plan.WP-CLI is real and good, but on WordPress.com it arrives with the Business tier. ULTRV's terminal clientis a full Rust TUI available to everyone, with theREST APIunderneath it.
- Nothing tracking your readers.No analytics pixels, no third-party scripts, no consent banner to add, because there is nothing to consent to.
| ULTRV | WordPress.com | |
|---|---|---|
| Starting price | Free; $5/month paid plan | Free; Personal $48/year, $9/month monthly (August 2026) |
| Custom domain on the free plan | Yes, included | No — paid plan; domain free for year one on annual plans |
| Ads shown to readers | Never, on any tier | On the free plan; removed on paid plans |
| Plugins | None — nothing to install or update | 50,000+ on any paid plan |
| Updates and maintenance | Managed; no surface to maintain | Core managed on .com; entirely yours on self-hosted .org |
| Themes | 84, one-click switch | Large library; premium themes on higher tiers |
| Structured page types | Built in — albums, recipes, bookshelves, guestbooks | Custom post types via plugin or code |
| Command-line client | Rust TUI, every plan | WP-CLI from the Business tier, or self-hosted |
| Open source | No — the terminal client only | Yes (GPL) |
Stay on WordPress if
- You need a CMS: custom post types, e-commerce, memberships, or an editorial workflow with several people in it
- Open source matters for the platform itself, and you want the option to take the software and self-host
- A specific plugin is load-bearing for your site, and nothing built in would replace it
- You are comfortable running the stack, or paying someone who is
Move to ULTRV if
- You want a blog, and the plugin marketplace is the opposite of the thing you are looking for
- You would rather spend an hour writing than an hour comparing gallery plugins
- You want a custom domain without a plan upgrade, and no ads shown to your readers on the free tier
- Publishing from a terminal, or building on a REST API, sounds better than logging into wp-admin
- The small web — personal sites, feeds, links between them — is what you actually want to be part of
Frequently asked questions
Is there a free WordPress alternative that includes a custom domain?
ULTRV includes custom domains at no extra cost on the free tier, alongside a free.ultrv.blogsubdomain. WordPress.com's free plan gives you a wordpress.com subdomain only — a custom domain requires a paid plan, from $48/year on Personal, and the free-domain offer covers the first year on annual plans only (checked August 2026).
Does WordPress.com show ads on my blog?
On the free plan, yes. WordPress.com lists ad-free browsing for visitors as a paid-plan feature, which means free-plan readers see ads you do not control and are not paid for. ULTRV shows no ads on any tier, and never will.
What is the cheapest WordPress.com plan that includes plugins?
Personal, at $2.75/month billed every three years or $4/month billed annually ($48/year). Plugin installation is available on every paid WordPress.com plan, not just Business and Commerce (checked August 2026). ULTRV has no plugin system at all — everything it does is built in.
Do I still have to update plugins on ULTRV?
No. There are no plugins, no themes to update, and no version-compatibility matrix to keep in your head. Everything ULTRV does ships with the platform and is updated by us. There is nothing you can install that will break your blog at 3am.
How do I move a WordPress blog to ULTRV?
Export a WXR file (Tools → Export in wp-admin), then upload it to ULTRV. Posts, pages, and tags come over. The same export works whether you are on WordPress.com or self-hosted WordPress.org. Seeimporting from WordPressfor the steps.
Can I use ULTRV as a CMS with custom post types and e-commerce?
No. ULTRV has posts, static pages, and typed pages — albums, recipes, bookshelves, guestbooks, now pages — and nothing else. No custom post types, no products, no multi-author editorial workflow. If you need a content management system rather than a blog, stay on WordPress; that is what it is for.
Free with a.ultrv.blogsubdomain or your own domain, no credit card required. One paid plan, $5/month, listed in full on pricing. See blogs on ULTRVfor what people do with it.