Primary sources

Research sources

The WordPress APIs and current Core direction informing feasibility.

Research sources

Initial primary sources informing the feasibility assessment. Last reviewed 2026-08-22.

WordPress application and data APIs

  • REST API Handbook — describes using WordPress data to build new admin and front-end experiences.
  • REST API endpoint reference — core entities including posts, revisions, media, templates, navigation, and blocks.
  • REST API authentication — cookie authentication, nonces, capabilities, and application passwords.
  • WordPress Core Data — entity records, autosaves, revisions, permissions, undo, and persistence actions.
  • Heartbeat API — near-real-time polling that can participate in editor presence and locking behavior.

Editor and rendering platform

Structured content and constrained design

Current Core direction

Related product experiment

  • OpenStation repository — demonstrates an opt-in WordPress admin shell built as a plugin using public hooks, native windows, iframes, REST endpoints, and a same-origin message bridge.
  • OpenStation plugin page — user-facing positioning and current feature overview.

Research caveat

Core capabilities demonstrate feasibility; they do not determine the WPS UX. Internal or unstable Gutenberg APIs should not become accidental foundations without explicit compatibility testing and a version strategy.