PHPackages                             networkteam/neos-next - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. networkteam/neos-next

ActiveNeos-package[Utility &amp; Helpers](/categories/utility)

networkteam/neos-next
=====================

Adds Next.js support to Neos CMS

v0.5.0(2y ago)16.1k↓44.6%1[2 issues](https://github.com/networkteam/Networkteam.Neos.Next/issues)MITPHP

Since Nov 17Pushed 2y ago1 watchersCompare

[ Source](https://github.com/networkteam/Networkteam.Neos.Next)[ Packagist](https://packagist.org/packages/networkteam/neos-next)[ RSS](/packages/networkteam-neos-next/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (9)Used By (0)

Networkteam.Neos.Next
=====================

[](#networkteamneosnext)

This package adds special support for Next.js to Neos CMS.

- Provides preview rendering for nodes (a.k.a. out of band rendering) through the Next.js frontend
- Send revalidation requests to Next.js for changed document nodes

> Note: Make sure to add `@networkteam/zebra` in your Next.js project.

The actual content will be provided to Next.js via the `Networkteam.Neos.ContentApi` package.

**Why two packages?**

`Networkteam.Neos.ContentApi` is a more generic package for fetching content from Neos CMS in JSON format and is configurable via Fusion. It is not specific to Next.js and can be used for other use cases as well.

Configuration
-------------

[](#configuration)

The Next.js URL must be known for Neos CMS for the integration to work correctly. The default configuration works for a local Next.js server.

```
Networkteam:
  Neos:
    Next:
      # Configure Next.js setting by site node name
      sites:
        # The default settings are used for all sites without a specific configuration
        _default:
          # The base URL for the Next.js frontend
          nextBaseUrl: http://localhost:3000/

          revalidate:
            # The URI for revalidation could be a path or an absolute URL
            uri: '/api/revalidate'
            token: 'a-secret-token'

        # Add additional site configurations by site node name
        #
        # mySiteNode:
        #   nextBaseUrl: http://my-site.local:3000/
```

> Note: A long random token should be used for production configuration.

License
-------

[](#license)

[MIT](./LICENSE.md)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.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 ~79 days

Recently: every ~118 days

Total

7

Last Release

802d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7cbf52f8dce27737b73b79ac2c958434339f3dcf704b17a040956ed9a33eb4ef?d=identicon)[networkteam](/maintainers/networkteam)

---

Top Contributors

[![hlubek](https://avatars.githubusercontent.com/u/33351?v=4)](https://github.com/hlubek "hlubek (8 commits)")[![esdete2](https://avatars.githubusercontent.com/u/34043608?v=4)](https://github.com/esdete2 "esdete2 (1 commits)")

### Embed Badge

![Health badge](/badges/networkteam-neos-next/health.svg)

```
[![Health](https://phpackages.com/badges/networkteam-neos-next/health.svg)](https://phpackages.com/packages/networkteam-neos-next)
```

###  Alternatives

[neos/eel

The Embedded Expression Language (Eel) is a building block for creating Domain Specific Languages

122.0M27](/packages/neos-eel)[neos/form

Extensible and flexible API for building web forms

18853.0k40](/packages/neos-form)[neos/fusion-form

Fusion Form

19724.3k31](/packages/neos-fusion-form)[ttree/scheduler

Simple task scheduler for Neos Flow Framework

21108.8k1](/packages/ttree-scheduler)[avency/neos-vardump

Neos VarDump Package

147.1k](/packages/avency-neos-vardump)[flowpack/task

A Task scheduler for Neos Flow

1136.3k1](/packages/flowpack-task)

PHPackages © 2026

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