PHPackages                             axistaylor/nextpress - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. axistaylor/nextpress

ActiveWordpress-plugin[API Development](/categories/api)

axistaylor/nextpress
====================

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

v1.3.4(1w ago)014↓33.3%GPL-3.0-or-laterPHPPHP &gt;=7.4

Since May 15Pushed 1w agoCompare

[ Source](https://github.com/AxisTaylor/nextpress-wp-plugin-dist)[ Packagist](https://packagist.org/packages/axistaylor/nextpress)[ Docs](https://github.com/axistaylor/nextpress)[ RSS](/packages/axistaylor-nextpress/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

NextPress WordPress Plugin
==========================

[](#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](https://github.com/AxisTaylor/nextpress). The matching Next.js consumer ships as the [`@axistaylor/nextpress`](https://www.npmjs.com/package/@axistaylor/nextpress) npm package.

Requirements
------------

[](#requirements)

- WordPress 6.0+
- PHP 7.4+
- [WPGraphQL](https://wordpress.org/plugins/wp-graphql/) 1.27.0+

Installation
------------

[](#installation)

### Via Composer (recommended)

[](#via-composer-recommended)

The plugin is published on [Packagist as `axistaylor/nextpress`](https://packagist.org/packages/axistaylor/nextpress) and registered as a `wordpress-plugin` type, so [Composer-managed WordPress installs](https://composer.rarst.net/recipe/site-stack/) (Bedrock, [johnpbloch/wordpress](https://github.com/johnpbloch/wordpress), or any setup that has [`composer/installers`](https://packagist.org/packages/composer/installers) configured) will land it in `wp-content/plugins/nextpress/` automatically:

```
composer require axistaylor/nextpress
```

To pin to a specific version:

```
composer require axistaylor/nextpress:^1.2
```

If your site doesn't already have `composer/installers` set up, add it alongside the plugin and tell composer where `wordpress-plugin` packages belong:

```
{
  "require": {
    "axistaylor/nextpress": "^1.2",
    "composer/installers": "^2.0"
  },
  "extra": {
    "installer-paths": {
      "wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
    }
  }
}
```

Then activate the plugin:

```
wp plugin activate nextpress
```

### Manual installation

[](#manual-installation)

Download the latest `nextpress.zip` from the [Releases page](https://github.com/AxisTaylor/nextpress/releases?q=wp-v) and upload it via **Plugins → Add New → Upload Plugin** in your WordPress admin, or extract it into `wp-content/plugins/nextpress/` directly.

What it exposes via WPGraphQL
-----------------------------

[](#what-it-exposes-via-wpgraphql)

After activating the plugin, the WPGraphQL schema gains:

- `assetsByUri(uri: String!)` — enqueued scripts, stylesheets, and import map for a specific URI, simulated as if WordPress had rendered that page.
- `globalStyles` — theme.json compiled stylesheet, custom CSS, rendered `@font-face` declarations, and structured font-face data.
- `templateByUri(uri: String!)` — body classes, resolved content, and node-by-URI info for a single URI.

See the [WordPress plugin docs](https://github.com/AxisTaylor/nextpress/blob/main/docs/wordpress-plugin.md) for the full schema reference and example queries.

Links
-----

[](#links)

- [Source repository](https://github.com/AxisTaylor/nextpress) — the monorepo this plugin lives in
- [Distribution repository](https://github.com/AxisTaylor/nextpress-wp-plugin-dist) — the tagged snapshots Packagist serves from
- [Documentation](https://github.com/AxisTaylor/nextpress/tree/main/docs)
- [Issue tracker](https://github.com/AxisTaylor/nextpress/issues)

License
-------

[](#license)

[GPL-3.0-or-later](./LICENSE).

###  Health Score

39

—

LowBetter than 84% of packages

Maintenance98

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~5 days

Total

4

Last Release

8d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5965dfcc6b765dbf5044c2fca1879460a80087418a9f55536b85ec2bdf511244?d=identicon)[kidunot89](/maintainers/kidunot89)

---

Top Contributors

[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")[![kidunot89](https://avatars.githubusercontent.com/u/13604318?v=4)](https://github.com/kidunot89 "kidunot89 (1 commits)")

---

Tags

wordpressheadlesswpgraphqlgutenbergnext.js

### Embed Badge

![Health badge](/badges/axistaylor-nextpress/health.svg)

```
[![Health](https://phpackages.com/badges/axistaylor-nextpress/health.svg)](https://phpackages.com/packages/axistaylor-nextpress)
```

###  Alternatives

[jcalderonzumba/gastonjs

PhantomJS API based server for webpage automation

13011.1M73](/packages/jcalderonzumba-gastonjs)[airesvsg/acf-to-rest-api

Exposes Advanced Custom Fields Endpoints in the WordPress REST API

1.4k77.2k](/packages/airesvsg-acf-to-rest-api)[wordpress/mcp-adapter

Adapter for Abilities API, letting WordPress abilities to be used as MCP tools, resources or prompts

887124.0k3](/packages/wordpress-mcp-adapter)[humanmade/mercator

WordPress multisite domain mapping for the modern era.

529186.8k5](/packages/humanmade-mercator)[wp-graphql/wp-graphql-woocommerce

WooCommerce bindings for WPGraphQL

69655.0k](/packages/wp-graphql-wp-graphql-woocommerce)[sybrew/the-seo-framework

An automated, advanced, accessible, unbranded and extremely fast SEO solution for any WordPress website.

47582.8k](/packages/sybrew-the-seo-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
