WordPress launched my.WordPress.net on March 11, 2026—a browser-based environment that runs entirely in your browser without hosting, domain registration, or signup. Powered by WordPress Playground technology (WebAssembly-compiled PHP), this service includes AI assistant integration for building plugins conversationally, 100MB of browser storage, and an app catalog featuring Personal CRM, RSS Reader, and Knowledge Base tools. This isn’t just a WordPress demo—it’s WordPress pivoting toward browser-first development and personal productivity, directly challenging Notion and Obsidian while potentially disrupting the $50+ billion WordPress hosting industry.
For developers, it means instant WordPress experimentation without hosting costs or Docker setup. For the WordPress ecosystem, it signals a paradigm shift from server-first to browser-first architecture, removing the traditional barriers that kept students, hobbyists, and experimenters from trying WordPress.
WebAssembly Powers Full WordPress in Browser
WordPress Playground compiles PHP to WebAssembly (WASM) using Emscripten, enabling the entire WordPress application to run client-side. The architecture uses SQLite instead of MySQL, Service Workers for background tasks, and browser IndexedDB for persistent storage. Moreover, in March 2026, WordPress optimized the WASM binary by 122 MB, making first-load significantly faster.
Here’s the technical stack: PHP 7.4-8.5 compiled to WASM runs in your browser, SQLite handles database operations (WordPress interacts with it identically to MySQL), and Service Workers manage asynchronous operations. The server delivers only static files—HTML, JavaScript, and WASM binaries. Consequently, all WordPress logic executes in your browser, not on a server.
Performance is surprisingly good. First launch takes 5-20 seconds while downloading WASM binaries. Subsequent launches are instant (1-3 seconds) because everything’s cached locally. Furthermore, compare that to spinning up XAMPP or Local by Flywheel, which takes 30-60 seconds even after installation.
This matters beyond WordPress. WebAssembly is enabling traditionally server-side applications (PHP, databases, even Python interpreters) to run in browsers with near-native performance. Additionally, WordPress is early to this trend, but not the last—expect more complex applications to follow the browser-first architecture. For more on browser-based development, see the WordPress Playground architecture documentation.
WordPress AI Assistant Builds Plugins Conversationally
my.WordPress.net includes an AI assistant that generates and modifies WordPress plugins through conversation. Ask it to “build a plugin that adds a custom post type for Projects,” and it scaffolds the PHP code, installs the plugin, and makes it immediately testable—all in your browser. No manual file editing, no FTP uploads, no server restarts.
The AI can also query your stored WordPress content, transforming WordPress into a personal knowledge base. Store research notes, code snippets, or architecture docs in custom post types, then ask the AI to summarize patterns or retrieve specific information. Therefore, this positions WordPress as a competitor to Notion’s AI features and Obsidian’s knowledge graph.
For developers, this accelerates rapid prototyping. Sketch plugin ideas with AI assistance, test them instantly in the browser, refine the code manually, then export to production hosting. The feedback loop shrinks from hours (install local dev environment, code, test, debug) to minutes (describe to AI, test, iterate). In fact, WordPress.com launched complementary AI features in February 2026, signaling coordinated AI integration across the WordPress ecosystem.
Related: PageAgent: In-Page JavaScript Automation Tutorial (2026)
WordPress Browser Workspace Competes with Notion
The app catalog ships four pre-configured WordPress apps: Personal CRM for relationship tracking, Personal RSS Reader (using the Friends plugin), AI Workspace for plugin development, and Knowledge Base for AI-powered note organization. This directly challenges Salesforce (CRM), Feedly (RSS), Notion (knowledge base), and Obsidian (note-taking).
The Personal CRM lets you track contacts, set reconnect reminders, and import chat data for pattern analysis—all 100% private, stored only in your browser. Meanwhile, the RSS Reader lets you follow 50+ tech blogs with full data ownership, no algorithmic timeline, and zero vendor lock-in. Unlike Notion or Feedly, your data never leaves your device unless you explicitly export it.
WordPress is no longer just a CMS. It’s positioning itself as a personal productivity platform that happens to use WordPress’s flexible architecture (custom post types, taxonomies, plugins). For developers, this demonstrates WordPress’s extensibility beyond blogging. However, for WordPress Inc., it’s a strategic move to capture individual creators before they commit to other platforms’ ecosystems. Read the official WordPress announcement for complete details.
my.WordPress.net Use Cases: Learning, Prototyping, Personal Workspaces
my.WordPress.net targets six use cases. Students get a real WordPress environment without credit cards or hosting signups. Plugin developers use AI to scaffold code, test locally, then export to production. Knowledge workers store notes, research, and ideas with AI querying on demand. Writers maintain private WordPress for drafts before publishing polished posts elsewhere. Developers experiment risk-free with full reset capability anytime.
The removal of hosting friction expands WordPress’s addressable market from “people building websites” to “anyone wanting a personal digital workspace.” No hosting costs ($5-20/month saved), no setup complexity (cPanel, DNS, SSL), no domain decisions—just visit my.WordPress.net and start working. Consequently, this particularly benefits students and hobbyists who would never pay for hosting just to learn WordPress.
However, understanding the limitations is critical. This isn’t a free hosting alternative—it’s a personal workspace and development tool. Data is device-bound, meaning your my.WordPress.net site on your laptop is completely separate from the one on your phone. Each browser creates an isolated WordPress instance with no cross-device sync.
Critical Limitations: Not for Production Sites
my.WordPress.net has hard constraints. Browser storage is limited to roughly 100MB—sufficient for 100-500 blog posts, but forget media-heavy content or large image galleries. Sites are private by default and not accessible from the public internet. As Brandon Payton noted in the TechCrunch coverage, “They aren’t optimized for traffic, discovery, or presentation, and they don’t need to be.”
The SQLite database is 99% MySQL-compatible, but edge cases exist. Plugins that assume MySQL-specific features (certain full-text search implementations, some advanced joins) may break. Furthermore, browser storage can be cleared by users or browser updates, making regular backups essential—WordPress recommends downloading exports weekly.
Hosting companies should take notice. Students and hobbyists no longer need Bluehost or SiteGround to learn WordPress. This eliminates the entry-level hosting market for experimentation, forcing hosting providers to add value beyond “run WordPress”—managed services, performance optimization, enterprise security. Therefore, the $50+ billion WordPress hosting industry may consolidate toward premium platforms (Kinsta, WP Engine) and away from basic shared hosting.
Key Takeaways
- WordPress launched my.WordPress.net March 11, 2026—full WordPress in browser via WebAssembly, no hosting required, with AI assistant for plugin building
- This isn’t a demo tool—WordPress is pivoting to personal productivity, competing with Notion, Obsidian, and Feedly via app catalog (CRM, RSS Reader, Knowledge Base)
- Ideal for WordPress learning (students without hosting), plugin prototyping (AI-scaffolded code), and personal knowledge management (private, device-bound workspaces)
- Critical limitations: 100MB browser storage, device-bound (no sync), private-only (not for production sites), SQLite vs MySQL edge cases, backups required
- WebAssembly enables browser-first development—expect more server-side applications to follow WordPress’s lead, disrupting traditional hosting models
Visit my.WordPress.net to try it yourself. No signup, no hosting, no friction—just WordPress in seconds. Whether you’re learning WordPress development, prototyping plugins with AI assistance, or building a personal knowledge base, this represents a fundamental shift in how we access and use WordPress.

