Cursor · for WordPress

Edit your WordPress like a developer. With AI that knows it.

A real code editor lives inside your wp-admin. Chat with an agent that calls 95+ WordPress tools for you. Snapshots before every change. No FTP, no dev environment, no learning curve — just open WordPress, sign in, ship.

Free tier · BYO API key · paid plans for hosted models

functions.php — wp-content/themes/twenty-twenty-four
1<?php
2// Auto-tag posts with 3+ images as "gallery" category
3add_action('save_post', function($post_id) {
4  if (wp_is_post_revision($post_id)) return;
5  $post = get_post($post_id);
6  $images = preg_match_all('/<img/', $post->post_content);
7  if ($images >= 3) {
8    wp_set_post_categories($post_id, [5], true);
9  }
10});
You
When a post has 3+ images, auto-tag it "gallery"
WordVibe
Adding a save_post hook to functions.php.
file_read functions.php · 0.4s
file_edit functions.php +9 lines · 0.6s
snapshot saved · 0.1s
Done. Tested on post #42 (had 4 images) — category #5 added. Want me to do this for older posts too?
Built on top of the best models · pick yours or let us route
DeepSeek v4 · flash · thinking · pro max Anthropic · Sonnet · Opus OpenAI · GPT-5 · 4o xAI · Grok 4
Built-in features

Everything you wished WordPress shipped with.

No FTP client. No separate IDE. No dev environment. Just open WordPress and ship.

Real code editor in wp-admin

Monaco — the same editor that powers VSCode. Multi-file, search/grep, syntax for PHP / JS / CSS / HTML / JSON / SQL. Keyboard shortcuts you already know.

🤖

An agent that knows WordPress

Understands hooks, filters, custom post types, REST routes, WooCommerce, ACF. Calls 95+ WordPress tools on your behalf — file edits, DB queries, WP-CLI, plugin/theme ops.

🛟

Safe by default

Snapshots before every AI edit. One-click revert. MU-plugin watchdog catches fatals and rolls back automatically before they take your site down.

📋

Snippets manager

Version-controlled, one-click toggle, no separate "Code Snippets" plugin needed. Works on your live site or a staging clone — your choice.

📱

Telegram mobile chat

Bug? Feature request? Message your site from your phone. The AI investigates, drafts a fix, asks you to approve. Ship from a beach.

Long runs survive cheap hosts

Browser-direct streaming means LiteSpeed's 120s proxy cap on Hostinger / GoDaddy / Bluehost can't kill long agentic edits. 20-minute refactors finish.

🎚️

Every top model, one bill

DeepSeek v4, Claude Sonnet/Opus, GPT-5, Grok 4. No API key juggling per machine. Pick a model per chat, or let us route by task complexity.

🌐

Multi-site for agencies Pro

Manage all your client sites from a single dashboard. One login, one license, every site. Teams + seat-sharing on the Max plan.

🔒

Your data stays yours

The editor runs in your WordPress admin. Files never leave your host. Only AI prompts and responses go through our servers — same as ChatGPT.

Three steps

From "install" to "shipping changes from chat" in under 90 seconds.

Install the plugin

Drop the wordvibe-studio plugin into any WordPress site. Standard ZIP upload — works on shared hosting, multisite, anywhere PHP 8 runs.

Sign up here, copy your key

Free tier lets you bring your own API key. Paid tiers give you hosted models + memory + multi-site. Pick later, start now.

Paste, save, chat

WordPress admin → WordVibe → paste the key → hit Save → start chatting. Tools run locally; the AI thinks here. Snapshots happen automatically.

Why WordVibe

How it stacks up against what you're using today.

WordVibeFTP + ChatGPTCursor (local clone)
Edits live WordPress files directlymanual uploadhave to git/rsync
AI knows WordPress internalsvanillavanilla
Snapshot + revert before every changenono
95+ WordPress tools the AI can callnonenone
Survives shared hosting's 120s timeoutnoN/A (local)
Mobile chat (Telegram) → fixes shippednono
Setup time90 seconds~hourshours of git config
FAQ

The honest questions.

Do I need a separate server or dev environment?
No. The editor runs inside your WordPress admin as a plugin. The AI calls run on our servers (so you don't pay per-token to OpenAI/DeepSeek), but file edits, DB queries, WP-CLI — all of that happens locally on your WordPress host. No FTP, no SSH, no docker.
What if the AI breaks my site?
Three safety nets: (1) a snapshot is taken before every AI-driven edit — one-click revert from the recovery panel. (2) An MU-plugin watchdog catches fatal errors at boot time and rolls back the last edit automatically. (3) You can require manual approval for sensitive operations (DB writes, file deletes, plugin installs) in the settings.
Can I use my own AI API key?
Yes, on the free tier — bring your OpenAI / Anthropic / DeepSeek key and we proxy through. Paid tiers include hosted models (no key juggling, no inference billing surprises), session memory, and multi-site.
Will it work on shared hosting (Hostinger, Bluehost, GoDaddy)?
Yes. The well-known ~120-second proxy timeout on LiteSpeed / cPanel hosts used to kill long agentic edits — we solved that with browser-direct streaming. Long runs (5+ minutes of refactoring) survive on Hostinger. Tested live.
Multisite? Multiple sites under one license?
Yes. The Pro plan lets you manage 3 sites under one license; Max is unlimited. Multisite networks are first-class — switch between subsites from the IDE toolbar.
Where does my data go?
Your files and database stay on your WordPress host — we never see them. The AI prompts and responses pass through our servers (same as any AI tool). You can run with your own API key if you want zero data routed through us at all.

Ship your next WordPress change from a chat window.

Free to start. Bring your own API key, or pick a hosted plan when you outgrow it.

Create your account →