Build modern WordPress sites
with a React-powered frontend runtime.
ReactWP keeps WordPress reliable and content-focused while giving projects a structured frontend runtime, shared payloads, route-level rendering, and intentional extension points.
What it gives you
ReactWP is meant to give teams a modern frontend runtime without throwing away the practical side of WordPress.
Core ideas
ReactWP is not trying to replace WordPress. It is a starter that gives WordPress a cleaner frontend runtime and a more intentional project structure.
WordPress stays in charge
Keep content, settings, menus, and editorial workflows in familiar WordPress territory.
React handles the runtime
Own transitions, route rendering, asset orchestration, and frontend behavior with a clear runtime layer.
One payload shape
Use shared bootstrap and route payloads for first render and client-side navigation.
Start in the right place
The documentation is organized by actual responsibilities now, so you can jump into setup, backend runtime, frontend runtime, or theme authoring without digging through one long list.
Getting Started
Install core, build the project, and understand the first boot behavior.
Open sectionArchitecture
Understand how WordPress, the theme, plugins, and the frontend runtime fit together.
Open sectionFrontend Runtime
Learn how routing, payloads, transitions, loader states, and templates work together.
Open section