FAQ
Frequently asked questions.
Everything you need to know before getting started.
Product
WallabyX is a cloud CMS built on Next.js, Supabase and Vercel. It includes a drag-and-drop page builder, native MCP integration (so AI agents can manage your site directly), built-in SEO, analytics, A/B testing, backup and blog. No plugins needed.
WordPress requires plugins for almost everything — SEO, backups, performance, security. WallabyX includes all of that natively. Pages load 3-5x faster (Next.js SSR on Vercel edge vs PHP on shared hosting). There's no xmlrpc.php, no plugin vulnerabilities, no updates to manage.
Webflow and Framer are great visual tools but have no native AI agent integration. WallabyX is the first CMS where an AI agent (Claude, GPT, Gemini) can actually control the site via MCP — creating pages, updating content, running A/B tests and optimizing SEO autonomously.
Yes. You can connect any custom domain on the Pro and Business plans. DNS configuration is straightforward and documented step by step. On the Free plan your site is available on a wallabyx.com subdomain.
Yes. Export your WordPress site as a WXR file (Tools → Export in WP admin) and import it into WallabyX. Pages, posts, WooCommerce products, media, menus, comments and reviews are all supported. The HTML content is automatically converted to WallabyX blocks.
MCP & AI
MCP (Model Context Protocol) is an open standard that lets AI agents interact with external tools and services. WallabyX is the first CMS with native MCP support — meaning Claude, ChatGPT, Gemini or any MCP-compatible agent can manage your site directly, without copy-pasting or manual steps.
Any agent that supports MCP: Claude (Anthropic), ChatGPT with MCP support, Gemini, and any custom agent built on the MCP standard. WallabyX is model-agnostic — there is no lock-in to a single AI provider.
Yes. Every API key has granular scopes (read, write, delete) and conditional rules — for example, you can allow publishing only if the SEO score is ≥ 80. Every AI action is logged with before/after state and can be rolled back with one click. You stay in control.
Create an API key in Dashboard → Settings → API Keys. Then configure your MCP client with the endpoint https://app.wallabyx.com/api/mcp and your key. Full setup guide is in the docs.
MCP integration is included in the Pro and Business plans. It is not available on the Free plan.
Pricing & billing
No. The Free plan requires no credit card. Sign up and start building immediately.
Pay annually and get 2 months free — roughly 17% off. Pro is €120/year instead of €144. Business is €300/year instead of €360.
Yes. No contracts, no lock-in. If you cancel a paid plan, your site moves to the Free tier. Your content is never deleted.
Your site stays online on the Free plan. Content, pages and posts are preserved. Features above the Free tier (custom domain, MCP, automatic backups, A/B testing) are suspended until you resubscribe.
If you're not satisfied within the first 14 days of a paid plan, contact us and we'll sort it out. We'd rather fix the issue or refund you than keep your money.
Technical
Next.js 15, React, TypeScript, Supabase (PostgreSQL + storage + auth), Vercel (edge hosting). The stack is modern, production-proven and built for performance.
Public pages load in 0.3–0.8 seconds globally thanks to Next.js SSR on Vercel's edge network. WordPress + plugins on typical hosting averages 1.5–4 seconds.
Data is stored in Supabase (PostgreSQL database + object storage). Media files are stored in a private Supabase bucket. Backups use a separate private bucket. All access is authenticated and scoped per site.
Yes. WallabyX has a capability-based plugin system (inspired by VS Code) and a TypeScript theme system. Plugins can add custom blocks, dashboard widgets, API endpoints and hooks. Themes control colors, typography, spacing and menu behavior.
Yes. The REST API base URL is wallabyx.com/api/v1. It supports read, write and delete scopes with API key authentication. Full reference is on the API page.