Parkstatic is static site hosting for WordPress. It lets you serve a fast static front end — a React, Vite, Astro or other prebuilt site — from your WordPress domain while keeping the WordPress dashboard fully intact. Your plugins, admin screens, and existing workflows all keep working. Only the public front end is served statically. Requests to
wp-admin,
wp-login.php, the REST API, and other WordPress paths are always handled by WordPress.
https://www.youtube.com/watch?v=3CXKd7UjQWE
This free version ships a
bundled demo site so you can try the static front-end experience end to end without any external service:
- Switch the public front end between WordPress and a static Test site (the bundled demo) from the Deploy screen.
- Manage your site title, description, and favicon, and choose whether the live front end uses your WordPress values or the values baked into the static build.
- See those values injected into the served static page in real time.
What the Test site is for
The Test site is a small static page bundled inside the plugin. It is served read-only from the plugin so you can preview exactly how static front-end mode behaves: how the switch works, and how your Site identity and Site metadata settings are applied to a served static page. It never overwrites or deletes your WordPress content. Switching back to WordPress mode restores your normal theme instantly.
Parkstatic Premium
Parkstatic Premium extends Parkstatic into a complete static-site platform. It automatically builds and deploys your own prebuilt static site (for example a Vite or React app) straight from GitHub, and adds multi-page publishing, custom Open Graph fields, and a configurable Content Security Policy. Premium is a separate paid product available from the Parkstatic website and is not part of this
WordPress.org plugin; this free plugin is fully functional on its own, and Premium simply adds deployment of your real site.
Key features
- Front-end mode switch: serve WordPress or the bundled static Test site at your domain root.
- Bundled demo site served read-only from the plugin, with no external service and no uploads.
- Site identity and metadata tools (title, description, favicon) with optional injection into served static HTML.
- Leaves
wp-admin and the WordPress REST API untouched.