WP Manifestindependent plugin directory
manifest / integrations / nextpress-wp-plugin-dist

NextPress

Render WordPress Gutenberg content 1:1 in Next.js. Extends WPGraphQL with enqueued asset queries for headless WordPress implementations.

by AxisTaylor · github.com/axistaylor/nextpress-wp-plugin-dist · website

0stars
31composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/axistaylor/nextpress-wp-plugin-dist/archive/refs/heads/main.zip

Also on Packagist as axistaylor/nextpress:

composer require axistaylor/nextpress

From the readme

NextPress WordPress Plugin WPGraphQL extension that exposes the data a headless Next.js frontend needs to render Gutenberg content 1:1 with the WordPress backend: per-URI enqueued scripts and stylesheets, theme.json globalStyles, font faces, the import map, and the resolved content body. This is the WordPress half of NextPress. The matching Next.js consumer ships as the @axistaylor/nextpress npm package. Requirements - WordPress 6.0+ - PHP 7.4+ - WPGraphQL 1.27.0+ Installation Via Composer (recommended) The plugin is published on Packagist as axistaylor/nextpress and registered as a wordpress-plugin type, so Composer-managed WordPress installs (Bedrock, johnpbloch/wordpress, or any setup that has composer/installers configured) will land it in wp-content/plugins/nextpress/ automatically: To pin to a specific version: If your site doesn't already have composer/installers set up, add it alongside the plugin and tell composer where wordpress-plugin packages belong: Then activate the plugin: Manual installation Download the latest nextpress.zip from the Releases page and upload it via Plugins → Add New → Upload Plugin in your WordPress admin, or extract it into wp-content/p

Read the full README on GitHub →